summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-272-7/+1Star
* [S390] Change default action from reipl to stop for on_restartMichael Holzheu2011-08-241-2/+3
* [S390] arch/s390/kernel/ipl.c: correct error detection checkJulia Lawall2011-08-241-1/+1
* [S390] nss,initrd: kernel image and initrd must be in different segmentsHeiko Carstens2011-08-241-6/+8
* [S390] signal: use set_restore_sigmask() helperHeiko Carstens2011-08-031-1/+1
* [S390] smp: remove pointless comments in startup_secondary()Heiko Carstens2011-08-031-6/+0Star
* [S390] cpu hotplug: on cpu start wait until being marked activeHeiko Carstens2011-08-031-1/+6
* [S390] signal: convert to use set_current_blocked()Heiko Carstens2011-08-032-72/+30Star
* [S390] asm offsets: fix coding styleHeiko Carstens2011-08-031-6/+3Star
* [S390] Add support for IBM zEnterprise 114Heiko Carstens2011-08-031-0/+1
* [S390] Use diagnose 308 for system resetMichael Holzheu2011-08-032-0/+42
* [S390] Export store_status() functionMichael Holzheu2011-08-031-20/+60
* [S390] Add PSW restart shutdown triggerMichael Holzheu2011-08-036-3/+120
* atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-07-2423-739/+516Star
|\
| * [S390] use siginfo for sigtrap signalsMartin Schwidefsky2011-07-241-6/+17
| * [S390] disable cpu measurement alerts on a dying cpuJan Glauber2011-07-241-1/+2
| * [S390] initial cr0 bitsMartin Schwidefsky2011-07-241-1/+1
| * [S390] iucv cr0 enablement bitMartin Schwidefsky2011-07-242-2/+2
| * [S390] race safe external interrupt registrationJan Glauber2011-07-241-37/+46
| * [S390] cleanup program check handler prototypesMartin Schwidefsky2011-07-242-13/+7Star
| * [S390] kvm guest address space mappingMartin Schwidefsky2011-07-241-1/+1
| * [S390] fix s390 assembler code alignmentsJan Glauber2011-07-2417-673/+367Star
| * [S390] move sie code to entry.SMartin Schwidefsky2011-07-242-8/+76
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-20/+0Star
|/
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-231-2/+2
|\
| * ptrace: kill trivial tracehooksTejun Heo2011-06-221-2/+2
* | [S390] allow setting of upper 32 bit in smp_ctl_set_bitJan Glauber2011-06-221-2/+2
|/
* Merge branch 'setns'Linus Torvalds2011-05-282-0/+7
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-0/+7
* | [S390] irq: merge irq.c and s390_ext.cHeiko Carstens2011-05-269-149/+135Star
* | [S390] irq: fix service signal external interrupt handlingHeiko Carstens2011-05-261-0/+23
|/
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-05-2411-74/+39Star
|\
| * [S390] cpu hotplug: fix external interrupt subclass mask handlingHeiko Carstens2011-05-231-2/+2
| * [S390] oprofile: add missing irq stats counterHeiko Carstens2011-05-231-0/+1
| * [S390] Remove unused includes in process.cJan Glauber2011-05-231-17/+2Star
| * [S390] convert old cpumask API into new oneKOSAKI Motohiro2011-05-233-22/+22
| * [S390] pfault: cpu hotplug vs missing completion interruptsHeiko Carstens2011-05-233-0/+3
| * [S390] smp: add __noreturn attribute to cpu_die()Heiko Carstens2011-05-231-1/+1
| * [S390] vdso: disable gcov profilingPeter Oberparleiter2011-05-232-0/+6
| * [S390] Remove data execution protectionMartin Schwidefsky2011-05-232-32/+2Star
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\ \ | |/ |/|
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-244-55/+86
| |\
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
| | |
| \ \
*-. \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-201-3/+3
|\ \ \ \
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-3/+3
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-202-1/+60
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-272-1/+60
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | jump label: Add s390 supportJan Glauber2011-04-042-1/+60
| | | |/ | | |/|
* | | | [S390] replace diag10() with diag10_range() functionMichael Holzheu2011-05-101-21/+0Star