summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | s390/ipl: Fix ipib handling for "dumpreipl" shutdown actionMichael Holzheu2012-06-271-1/+1
| * | s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens2012-06-1410-36/+39
| * | s390/ccwgroup: remove unused ccwgroup_device memberSebastian Ott2012-06-051-2/+0
| * | s390/sigp: use sigp order code defines in assembly codeHeiko Carstens2012-06-0510-21/+33
| * | s390/smp: use sigp cpu status definitionsHeiko Carstens2012-06-051-2/+1
| * | s390/smp/kvm: unifiy sigp definitionsHeiko Carstens2012-06-053-85/+64
| * | s390/smp: remove redundant checkHeiko Carstens2012-06-051-2/+2
| * | s390/kvm: get rid of duplicate instructionChristian Borntraeger2012-06-051-1/+0
| |/
* / S390: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-46/+15
|\
| * 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-06-011-3/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* | 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-3148-306/+244
|\ \ \ | |_|/ |/| |
| * | s390/uaccess: fix access_ok compile warningsHeiko Carstens2012-05-301-4/+9
| * | s390/cmpxchg: select HAVE_CMPXCHG_LOCAL optionHeiko Carstens2012-05-301-0/+1
| * | s390/cmpxchg: fix sign extension bugsHeiko Carstens2012-05-301-6/+8
| * | s390/cmpxchg: fix 1 and 2 byte memory accessesHeiko Carstens2012-05-301-4/+4
| * | s390/cmpxchg: fix compile warnings specific to s390Heiko Carstens2012-05-301-9/+25
| * | s390/cmpxchg: add missing memory barrier to cmpxchg64Heiko Carstens2012-05-301-1/+1
| * | s390/cpu: remove cpu "capabilities" sysfs attributeHeiko Carstens2012-05-303-36/+0
| * | s390/kernel: Fix smp_call_ipl_cpu() for offline CPUsMichael Holzheu2012-05-301-9/+10
| * | s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu2012-05-305-35/+34
| * | s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens2012-05-2421-122/+122
| * | s390/headers: remove #ifdef __KERNEL__ from not exported headersHeiko Carstens2012-05-2413-52/+1
| * | s390/irq: split irq stats for cpu-measurement alert facilitiesHendrik Brueckner2012-05-234-4/+6
| * | 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-234-23/+2
* | | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\ \ \
| * | | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-249-3/+158
|\ \ \ \
| * | | | KVM: s390: onereg for timer related registersJason J. herne2012-05-172-0/+18
| * | | | KVM: s390: epoch difference and TOD programmable fieldCarsten Otte2012-05-172-0/+19
| * | | | KVM: s390: KVM_GET/SET_ONEREG for s390Carsten Otte2012-05-171-0/+38
| * | | | KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-172-0/+5
| * | | | KVM: s390: implement KVM_CAP_NR/MAX_VCPUSChristian Borntraeger2012-05-021-0/+4
| * | | | KVM: s390: Handle sckpf instructionCornelia Huck2012-04-303-0/+33
| * | | | KVM: s390: use kvm_vcpu_on_spin for diag 0x44Christian Borntraeger2012-04-301-3/+1
| * | | | KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz2012-04-303-0/+27
| * | | | Merge branch 'linus' into queueMarcelo Tosatti2012-04-1911-65/+108
| |\ \ \ \
| * | | | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+5
| * | | | | KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-081-0/+8
| | |/ / / | |/| | |