summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* new helper: signal_delivered()Al Viro2012-06-012-10/+2
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-9/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-013-25/+19
* new helper: sigmask_to_save()Al Viro2012-06-011-6/+1
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-05-3111-81/+53
|\ \ | |/ |/|
| * s390/cpu: remove cpu "capabilities" sysfs attributeHeiko Carstens2012-05-302-35/+0
| * s390/kernel: Fix smp_call_ipl_cpu() for offline CPUsMichael Holzheu2012-05-301-9/+10
| * s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu2012-05-303-12/+17
| * s390/irq: split irq stats for cpu-measurement alert facilitiesHendrik Brueckner2012-05-232-2/+3
| * s390/kexec: Move early_pgm_check_handler() to text sectionMichael Holzheu2012-05-231-1/+1
| * s390/kdump: Use real mode for PSW restart and kexecMichael Holzheu2012-05-233-1/+15
| * s390/kdump: Account /sys/kernel/kexec_crash_size changes in OS infoMichael Holzheu2012-05-231-1/+7
| * s390/kernel: Remove OS info init function call and diag 308 for kdumpMichael Holzheu2012-05-233-20/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-8/+1
|\ \
| * | new helper: sigsuspend()Al Viro2012-05-211-8/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-4/+14
|\ \ \ | |_|/ |/| |
| * | userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-151-2/+2
| * | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-2/+12
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-043-6/+9
| |\ \
| * | | seccomp: ignore secure_computing return valuesWill Drewry2012-04-181-1/+1
| | |/ | |/|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-213-71/+4
|\ \ \
| * | | s390: Use generic init_taskThomas Gleixner2012-05-052-39/+1
| * | | s390: Use generic idle thread allocationThomas Gleixner2012-04-261-31/+2
| * | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| | |/ | |/|
* | | s390: fix race on TIF_MCCK_PENDINGMartin Schwidefsky2012-05-162-20/+22
* | | s390/time: simply Kconfig dependencyHeiko Carstens2012-05-161-1/+1
* | | s390/entry64: avoid SPP code duplicationHeiko Carstens2012-05-161-3/+1
* | | s390/time: always use stckf instead of stck if availableHeiko Carstens2012-05-162-6/+12
* | | s390: add various .gitignore files.Heiko Carstens2012-05-163-0/+3
* | | s390/ipl: remove builtin tape ipl codeHeiko Carstens2012-05-161-123/+0
* | | s390: remove dead code from signal handlerMartin Schwidefsky2012-05-162-23/+0
* | | s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky2012-05-161-3/+0
* | | s390: make sie intercept independent of thread_infoMartin Schwidefsky2012-05-161-6/+6
* | | s390: initialize backchain for ext_int_handler()Michael Holzheu2012-05-161-0/+1
* | | s390/smp: get rid of compile warningHeiko Carstens2012-05-161-0/+4
|/ /
* | [S390] Fix stfle() lowcore protection problemMichael Holzheu2012-04-111-1/+1
* | [S390] cpum_cf: get rid of compile warningsHeiko Carstens2012-04-111-2/+2
* | [S390] irq: simple coding style changeHeiko Carstens2012-04-111-3/+6
|/
* [S390] Fix build errors (fallout from system.h disintegration)Heiko Carstens2012-03-305-2/+5
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2815-13/+7
|\
| * Disintegrate asm/system.h for S390David Howells2012-03-2815-13/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-274-0/+839
|\ \
| * | [S390] perf: add support for s390x CPU countersHendrik Brueckner2012-03-233-0/+816
| * | [S390] oprofile: Allow multiple users of the measurement alert interruptJan Glauber2012-03-231-0/+23
| |/
* / coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-8/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-2227-1171/+1379
|\