aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2010-07-27[S390] etr: fix clock synchronization raceMartin Schwidefsky
2010-07-27[S390] Fix IRQ tracing in case of PERHeiko Carstens
2010-06-08[S390] Update default configuration.Martin Schwidefsky
2010-06-08[S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is heldJulia Lawall
2010-06-08[S390] kprobes: add parameter check to module_free()Hendrik Brueckner
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds
2010-05-27Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2010-05-27asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori
2010-05-27s390: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-26[S390] Add support for LZO-compressed kernels.Heiko Carstens
2010-05-26[S390] cmm: get rid of CMM_PROC config optionHeiko Carstens
2010-05-26[S390] cmm: remove superfluous EXPORT_SYMBOLs plus cleanupsHeiko Carstens
2010-05-26[S390] cio: unit check handling during internal I/OMichael Ernst
2010-05-26[S390] spp: remove KVM_AWARE_CMF config optionHeiko Carstens
2010-05-26[S390] kprobes: forbid probing of stnsm/stosm/epswHeiko Carstens
2010-05-26[S390] spp: fix compilation for CONFIG_32BITHeiko Carstens
2010-05-26[S390] atomic: implement atomic64_dec_if_positiveHeiko Carstens
2010-05-26[S390] cmm: fix crash on module unloadHeiko Carstens
2010-05-26Revert "endian: #define __BYTE_ORDER"Linus Torvalds
2010-05-25endian: #define __BYTE_ORDERJoakim Tjernlund
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-19Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan
2010-05-17KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun
2010-05-17[S390] debug: enable exception-trace debug facilityHeiko Carstens
2010-05-17[S390] s390_hypfs: Add new attributesMichael Holzheu
2010-05-17[S390] qdio: remove API wrappersJan Glauber
2010-05-17[S390] user space fault: report fault before calling do_exitHeiko Carstens
2010-05-17[S390] topology: expose core identifierHeiko Carstens
2010-05-17[S390] vdso: add missing vdso_install targetHendrik Brueckner
2010-05-17[S390] vdso: remove redundant check for CONFIG_64BITChristoph Egger
2010-05-17[S390] avoid default_llseek in s390 driversMartin Schwidefsky
2010-05-17[S390] add breaking event address for user spaceMartin Schwidefsky
2010-05-17[S390] virtualization aware cpu measurementCarsten Otte
2010-05-17[S390] idle time accounting vs. machine checksMartin Schwidefsky
2010-05-17[S390] improve irq tracing code in entry[64].SMartin Schwidefsky
2010-05-17[S390] cleanup sysc_work and io_work codeMartin Schwidefsky
2010-05-17[S390] More cleanup for struct _lowcoreMartin Schwidefsky
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger
2010-05-12[S390] correct address of _stext with CONFIG_SHARED_KERNEL=yMartin Schwidefsky
2010-05-12[S390] ptrace: fix return value of do_syscall_trace_enter()Gerald Schaefer
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo