aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-14s390/chsc: cleanup SEI helper functionsSebastian Ott1-0/+5
2013-02-14s390/modules: add relocation overflow checkingMartin Schwidefsky1-51/+89
2013-02-14burying unused conditionalsAl Viro2-8/+0
2013-02-11KVM: s390: Fix handling of iscs.Cornelia Huck1-3/+15
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2013-02-03s390: kill useless wrappersAl Viro2-161/+22
2013-02-03s390: switch to generic old sigaction()Al Viro7-89/+3
2013-02-03s390: switch to generic compat rt_sigactionAl Viro4-49/+2
2013-02-03s390: switch to generic compat sched_rr_get_interval()Al Viro3-19/+1
2013-02-03s390: switch to generic old sigsuspendAl Viro3-11/+1
2013-02-03s390: switch to generic compat rt_sigqueueinfo()Al Viro4-17/+2
2013-02-03s390: switch to generic compat rt_sigpending()Al Viro4-22/+2
2013-02-03s390: switch to generic compat rt_sigprocmask(2)Al Viro4-32/+2
2013-02-03s390: switch to generic sigaltstackAl Viro7-83/+7
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-7/+1
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+0
2013-01-31s390/timer: avoid overflow when programming clock comparatorHeiko Carstens1-0/+3
2013-01-30s390/kvm: Fix instruction decodingChristian Borntraeger1-11/+14
2013-01-30s390/kvm: Fix store status for ACRS/FPRSChristian Borntraeger1-0/+8
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+35
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-3/+3
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/coreIngo Molnar1-1/+0
2013-01-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-22s390/thp: implement pmdp_set_wrprotect()Gerald Schaefer1-0/+12
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman24-138/+205
2013-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-8/+33
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+2
2013-01-17KVM: s390: kvm/sigp.c: fix memory leakageCong Ding1-1/+3
2013-01-16s390/time: fix sched_clock() overflowHeiko Carstens3-2/+30
2013-01-12s390: use -fPIC for module compileMartin Schwidefsky1-2/+2
2013-01-12s390/mm: fix pmd_pfn() for thpGerald Schaefer1-4/+1
2013-01-11arch/s390/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-11arch/s390: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-10s390/kvm: Fix BUG in include/linux/kvm_host.h:745Christian Borntraeger1-0/+2
2013-01-08s390/pci: define read*_relaxed functionsHeiko Carstens1-0/+5
2013-01-08s390/topology: export cpu_topologyHeiko Carstens1-0/+2
2013-01-08s390/pm: export pm_power_offHeiko Carstens1-1/+2
2013-01-08s390/pci: define isa_dma_bridge_buggyHeiko Carstens1-0/+6
2013-01-08s390/irq: count cpu restart eventsHeiko Carstens3-0/+3
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens10-89/+131
2013-01-08s390/irq: enable irq sum accounting for /proc/stat againHeiko Carstens1-1/+1
2013-01-08s390/syscalls: wire up finit_module syscallHeiko Carstens3-1/+9
2013-01-08s390/pci: remove dead codeHeiko Carstens2-31/+0
2013-01-08s390/smp: fix section mismatch for smp_add_present_cpu()Heiko Carstens1-3/+4
2013-01-08s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view()Michael Holzheu1-4/+7
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck7-4/+160
2013-01-07KVM: s390: Base infrastructure for enabling capabilities.Cornelia Huck1-0/+26
2013-01-07KVM: s390: In-kernel handling of I/O instructions.Cornelia Huck3-20/+56
2013-01-07KVM: s390: Add support for machine checks.Cornelia Huck6-3/+263