summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds12-379/+699
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-95/+20
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar1-3/+10
2012-12-07Merge branch 'linus' into sched/coreIngo Molnar5-8/+36
2012-12-02open*(2) compat fixes (s390, arm64)Al Viro1-1/+1
2012-11-30s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber1-0/+2
2012-11-30s390/pci: base supportJan Glauber1-0/+15
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', 'arc...Al Viro2-48/+10
2012-11-23s390/kvm: Fix address space mixupChristian Borntraeger1-5/+20
2012-11-23s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky3-8/+8
2012-11-23s390/disassembler: add new instructionsHeiko Carstens1-193/+370
2012-11-23s390: add zEC12 code generation supportHeiko Carstens2-30/+47
2012-11-23s390/topology: cleanup topology codeHeiko Carstens1-59/+54
2012-11-23s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens1-35/+1
2012-11-23s390/traps: preinitialize program check tableHeiko Carstens5-49/+182
2012-11-20vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker1-0/+2
2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker1-1/+6
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker1-2/+2
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-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker1-0/+4
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/ke...Linus Torvalds1-2/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-54/+134
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/ebi...Linus Torvalds1-12/+24
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds27-368/+1043
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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