aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-4/+0
2012-11-28s390: switch to generic fork/vfork/cloneAl Viro1-42/+10
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro2-48/+10
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro1-1/+7
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro4-13/+14
2012-11-12s390/topology: fix core id vs physical package id mix-upHeiko Carstens1-2/+4
2012-11-12s390/signal: set correct address space controlMartin Schwidefsky2-4/+24
2012-11-06s390/sclp: fix addressing mode clobberHeiko Carstens1-1/+7
2012-10-29s390: switch to saner kernel_execve() semanticsAl Viro2-48/+10
2012-10-18s390/cache: fix data/instruction cache outputHeiko Carstens1-3/+6
2012-10-18s390: fix linker script for 31 bit buildsHeiko Carstens1-1/+1
2012-10-18s390/kdump: Use 64 bit mode for 0x10000 entry pointMichael Holzheu1-8/+2
2012-10-18perf_cpum_cf: Add support for counters available with IBM zEC12Hendrik Brueckner1-1/+5
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-54/+134
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds7-166/+75
2012-10-09s390/entry: fix svc number for TIF_SYSCALL system call restartMartin Schwidefsky1-1/+1
2012-10-09s390/vmalloc: have separate modules areaHeiko Carstens2-2/+22
2012-10-09s390/mm: let kernel text section always begin at 1MBHeiko Carstens2-6/+0
2012-10-09s390: add support to start the kernel in 64 bit mode.Martin Schwidefsky1-31/+70
2012-10-09s390/mm: use pfmf instruction to initialize storage keysHeiko Carstens2-3/+37
2012-10-09s390/facilities: cleanup PFMF and HPAGE machine facility detectionHeiko Carstens1-11/+4
2012-10-09thp, s390: architecture backend for thp on s390Gerald Schaefer1-0/+2
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-68/+0
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+27
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-12/+24
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds27-368/+1043
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2012-09-30s390: convert to generic kernel_execve()Al Viro2-49/+12
2012-09-30s390: switch to generic kernel_thread()Al Viro1-39/+33
2012-09-30s390: fold kernel_thread_helper() into ret_from_fork()Al Viro3-16/+28
2012-09-30s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro7-61/+1
2012-09-26s390/disassembler: fix decoding of risblg instructionHeiko Carstens1-1/+1
2012-09-26s390/traps: move call to print_modules() out of show_regs()Heiko Carstens1-1/+1
2012-09-26s390/kexec: remove CONFIG_KEXECHeiko Carstens2-8/+2
2012-09-26s390/irq: use designated initializers for irq class arrayHeiko Carstens1-29/+29
2012-09-26s390: add uninitialized_var() to suppress false positive compiler warningsHeiko Carstens1-1/+1
2012-09-26s390/crashdump: move fill_cpu_elf_notes() prototype to header fileHeiko Carstens2-3/+3
2012-09-26s390/process: add missing header includeHeiko Carstens1-0/+1
2012-09-26s390/ptrace: add missing ifdefHeiko Carstens1-1/+2
2012-09-26s390/perf_events: compile only for CONFIG_64BITHeiko Carstens1-1/+4
2012-09-26s390/topology: use for_each_set_bit to simplify the codeWei Yongjun1-4/+1
2012-09-26s390/syscalls: wire up kcmp system callHeiko Carstens2-0/+9
2012-09-26s390/kexec: change return value of machine_kexec_prepareHeiko Carstens1-1/+1
2012-09-26s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens1-2/+2
2012-09-26s390/sysinfo,stsi: change return code handlingHeiko Carstens3-33/+45
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens4-7/+6
2012-09-26s390/smp,topology: add polarization member to pcpu structHeiko Carstens2-11/+23
2012-09-26s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens3-20/+29