summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-034-25/+3
|\
| * s390/module: fix compile warningHeiko Carstens2013-02-281-1/+1
| * s390/dis: Fix invalid array sizeSyam Sidhardhan2013-02-281-2/+2
| * s390/uaccess: remove pointless access_ok() checksHeiko Carstens2013-02-282-22/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-19/+3
|\ \ | |/ |/|
| * fix compat truncate/ftruncateAl Viro2013-02-252-12/+2
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-242-7/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \ \
| * | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/ /
* | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-0/+1
|\ \ \ | |_|/ |/| |
| * | KVM: s390: Add a channel I/O based virtio transport driver.Cornelia Huck2012-12-181-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-237-470/+28
|\ \ \
| * | | s390: kill useless wrappersAl Viro2013-02-032-161/+22
| * | | s390: switch to generic old sigaction()Al Viro2013-02-035-82/+1
| * | | s390: switch to generic compat rt_sigactionAl Viro2013-02-033-49/+1
| * | | s390: switch to generic compat sched_rr_get_interval()Al Viro2013-02-033-19/+1
| * | | s390: switch to generic old sigsuspendAl Viro2013-02-032-11/+0
| * | | s390: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-033-17/+1
| * | | s390: switch to generic compat rt_sigpending()Al Viro2013-02-033-22/+1
| * | | s390: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-033-32/+1
| * | | s390: switch to generic sigaltstackAl Viro2013-02-036-83/+6
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-2112-93/+144
|\ \ \
| * | | s390/module: Add missing R_390_NONE relocation typeHendrik Brueckner2013-02-141-0/+3
| * | | s390/cleanup: rename SPP to LPPHendrik Brueckner2013-02-143-7/+6
| * | | s390/linker skript: discard exit.data at runtimeHeiko Carstens2013-02-141-0/+4
| * | | s390/perf: cpum_cf: fallback to software sampling eventsHendrik Brueckner2013-02-141-7/+6
| * | | s390/time: rename tod clock access functionsHeiko Carstens2013-02-146-24/+24
| * | | s390/ipl: Implement diag308 loop for zfcpdumpMichael Holzheu2013-02-141-4/+12
| * | | s390/modules: add relocation overflow checkingMartin Schwidefsky2013-02-141-51/+89
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-3/+3
| |/ /
* | | s390/timer: avoid overflow when programming clock comparatorHeiko Carstens2013-01-311-0/+3
|/ /
* | s390/time: fix sched_clock() overflowHeiko Carstens2013-01-161-1/+1
* | s390/topology: export cpu_topologyHeiko Carstens2013-01-081-0/+2
* | s390/pm: export pm_power_offHeiko Carstens2013-01-081-1/+2
* | s390/irq: count cpu restart eventsHeiko Carstens2013-01-082-0/+2
* | s390/irq: remove split irq fields from /proc/statHeiko Carstens2013-01-086-55/+80
* | s390/irq: enable irq sum accounting for /proc/stat againHeiko Carstens2013-01-081-1/+1
* | s390/syscalls: wire up finit_module syscallHeiko Carstens2013-01-082-0/+7
* | s390/smp: fix section mismatch for smp_add_present_cpu()Heiko Carstens2013-01-081-3/+4
* | s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view()Michael Holzheu2013-01-081-4/+7
* | ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-1312-379/+699
|\
| * s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-301-0/+2
| * s390/pci: base supportJan Glauber2012-11-301-0/+15
| * s390/kvm: Fix address space mixupChristian Borntraeger2012-11-231-5/+20
| * s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky2012-11-233-8/+8
OpenPOWER on IntegriCloud