kernel-fxtec-pro1x/arch/s390/kernel
Linus Torvalds 8ee78c6fb9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 patches from Heiko Carstens:
 "A couple of s390 patches for the 3.5 merge window.  Just a collection
  of bug fixes and cleanups."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/uaccess: fix access_ok compile warnings
  s390/cmpxchg: select HAVE_CMPXCHG_LOCAL option
  s390/cmpxchg: fix sign extension bugs
  s390/cmpxchg: fix 1 and 2 byte memory accesses
  s390/cmpxchg: fix compile warnings specific to s390
  s390/cmpxchg: add missing memory barrier to cmpxchg64
  s390/cpu: remove cpu "capabilities" sysfs attribute
  s390/kernel: Fix smp_call_ipl_cpu() for offline CPUs
  s390/kernel: Introduce memcpy_absolute() function
  s390/headers: replace __s390x__ with CONFIG_64BIT where possible
  s390/headers: remove #ifdef __KERNEL__ from not exported headers
  s390/irq: split irq stats for cpu-measurement alert facilities
  s390/kexec: Move early_pgm_check_handler() to text section
  s390/kdump: Use real mode for PSW restart and kexec
  s390/kdump: Account /sys/kernel/kexec_crash_size changes in OS info
  s390/kernel: Remove OS info init function call and diag 308 for kdump
2012-05-31 10:51:10 -07:00
..
vdso32 s390: add various .gitignore files. 2012-05-16 14:42:41 +02:00
vdso64 s390: add various .gitignore files. 2012-05-16 14:42:41 +02:00
.gitignore s390: add various .gitignore files. 2012-05-16 14:42:41 +02:00
asm-offsets.c Disintegrate asm/system.h for S390 2012-03-28 18:30:02 +01:00
audit.c
audit.h
base.S s390/kdump: Use real mode for PSW restart and kexec 2012-05-23 17:06:51 +02:00
bitmap.c
compat_audit.c
compat_exec_domain.c
compat_linux.c userns: Convert stat to return values mapped from kuids and kgids 2012-05-15 14:08:35 -07:00
compat_linux.h
compat_ptrace.h
compat_signal.c s390: remove dead code from signal handler 2012-05-16 14:42:40 +02:00
compat_wrapper.S sys_poll: fix incorrect type for 'timeout' parameter 2012-02-21 17:24:20 -08:00
cpcmd.c Disintegrate asm/system.h for S390 2012-03-28 18:30:02 +01:00
crash.c
crash_dump.c [S390] kernel: Add OS info memory interface 2012-03-11 11:59:29 -04:00
debug.c [S390] kernel: Add z/VM LGR detection 2012-03-11 11:59:29 -04:00
diag.c
dis.c Disintegrate asm/system.h for S390 2012-03-28 18:30:02 +01:00
early.c s390/kexec: Move early_pgm_check_handler() to text section 2012-05-23 17:06:52 +02:00
ebcdic.c
entry.h [S390] irq: external interrupt code passing 2012-03-11 11:59:29 -04:00
entry.S s390: fix race on TIF_MCCK_PENDING 2012-05-16 14:42:46 +02:00
entry64.S s390: fix race on TIF_MCCK_PENDING 2012-05-16 14:42:46 +02:00
ftrace.c
head.S s390/ipl: remove builtin tape ipl code 2012-05-16 14:42:40 +02:00
head31.S
head64.S
head_kdump.S s390/kernel: Remove OS info init function call and diag 308 for kdump 2012-05-23 17:06:50 +02:00
ipl.c s390/kernel: Introduce memcpy_absolute() function 2012-05-30 09:04:49 +02:00
irq.c s390/irq: split irq stats for cpu-measurement alert facilities 2012-05-23 17:06:52 +02:00
jump_label.c
kprobes.c
lgr.c [S390] Fix build errors (fallout from system.h disintegration) 2012-03-30 09:41:12 +02:00
machine_kexec.c s390/kdump: Use real mode for PSW restart and kexec 2012-05-23 17:06:51 +02:00
Makefile s390: Use generic init_task 2012-05-05 13:00:25 +02:00
mcount.S
mcount64.S
mem_detect.c
module.c
nmi.c [S390] rework idle code 2012-03-11 11:59:28 -04:00
os_info.c s390/kernel: Introduce memcpy_absolute() function 2012-05-30 09:04:49 +02:00
perf_cpum_cf.c s390/irq: split irq stats for cpu-measurement alert facilities 2012-05-23 17:06:52 +02:00
perf_event.c [S390] Fix build errors (fallout from system.h disintegration) 2012-03-30 09:41:12 +02:00
process.c Disintegrate asm/system.h for S390 2012-03-28 18:30:02 +01:00
processor.c
ptrace.c seccomp: ignore secure_computing return values 2012-04-18 12:24:50 +10:00
reipl.S
reipl64.S
relocate_kernel.S
relocate_kernel64.S
s390_ksyms.c
sclp.S
setup.c s390/kernel: Introduce memcpy_absolute() function 2012-05-30 09:04:49 +02:00
signal.c new helper: sigsuspend() 2012-05-21 23:52:30 -04:00
smp.c s390/cpu: remove cpu "capabilities" sysfs attribute 2012-05-30 09:07:30 +02:00
stacktrace.c
suspend.c Disintegrate asm/system.h for S390 2012-03-28 18:30:02 +01:00
swsusp_asm64.S [S390] kernel: Add z/VM LGR detection 2012-03-11 11:59:29 -04:00
sys_s390.c
syscalls.S
sysinfo.c s390/cpu: remove cpu "capabilities" sysfs attribute 2012-05-30 09:07:30 +02:00
time.c [S390] irq: external interrupt code passing 2012-03-11 11:59:29 -04:00
topology.c [S390] rework smp code 2012-03-11 11:59:28 -04:00
traps.c Disintegrate asm/system.h for S390 2012-03-28 18:30:02 +01:00
vdso.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
vmlinux.lds.S [S390] cleanup entry point definition 2012-01-18 18:03:41 +01:00
vtime.c [S390] irq: external interrupt code passing 2012-03-11 11:59:29 -04:00