summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)Author
2015-01-23KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel
2015-01-23KVM: s390: move vcpu specific initalization to a later pointDominik Dingel
2015-01-23KVM: s390: make local function staticChristian Borntraeger
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel
2015-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-01-22s390: update default configurationMartin Schwidefsky
2015-01-22s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle
2015-01-22s390: add SMT supportMartin Schwidefsky
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky
2015-01-22s390: add z13 code generation supportMartin Schwidefsky
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell
2015-01-15s390/bpf: Zero extend parameters before calling C functionMichael Holzheu
2015-01-15s390/bpf: Fix sk_load_byte_msh()Michael Holzheu
2015-01-15s390/bpf: Fix offset parameter for skb_copy_bits()Michael Holzheu
2015-01-15s390/bpf: Fix skb_copy_bits() parameter passingMichael Holzheu
2015-01-15s390/bpf: Fix JMP_JGE_K (A >= K) and JMP_JGT_K (A > K)Michael Holzheu
2015-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-01-12s390/uprobes: fix user space PER eventsJan Willeke
2015-01-09s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X)Michael Holzheu
2015-01-09s390/bpf: Fix ALU_NEG (A = -A)Michael Holzheu
2015-01-08s390: move cacheinfo sysfs to generic cacheinfo infrastructureSudeep Holla
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang
2015-01-08s390: remove unnecessary KERN_CONTJoe Perches
2015-01-08s390/sclp: sign extend return value of _sclp_print_early()Heiko Carstens
2015-01-08s390/sclp: fix declaration of _sclp_print_early()Chen Gang
2015-01-08s390: keep Kconfig sortedHeiko Carstens
2015-01-08s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens
2015-01-08s390/pgtable: add unsigned long castsHeiko Carstens
2015-01-08s390/disassembler: remove indentical initializerHeiko Carstens
2015-01-08s390/pci: add missing address space annotationHeiko Carstens
2015-01-08s390/ftrace: add code replacement sanity checksHeiko Carstens
2015-01-08s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKSMartin Schwidefsky
2015-01-07s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-12-18s390: wire up execveat syscallHeiko Carstens
2014-12-18s390/kernel: use stnsm 255 instead of stosm 0Christian Borntraeger
2014-12-18s390/vtime: Get rid of redundant WARN_ONChristian Borntraeger
2014-12-18s390/kvm: REPLACE barrier fixup with READ_ONCEChristian Borntraeger
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck