aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds1-1/+1
2016-11-11s390: pci: don't print uninitialized data for debuggingArnd Bergmann1-1/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+2
2016-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2016-10-28s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentMichael Holzheu1-3/+3
2016-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-68/+55
2016-10-27Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-2/+2
2016-10-26KVM: s390: Fix STHYI buffer alignment for diag224Janosch Frank1-2/+2
2016-10-24s390/mm: fix zone calculation in arch_add_memory()Gerald Schaefer1-17/+21
2016-10-24s390/dumpstack: use pr_cont within show_stack and dieHeiko Carstens1-8/+8
2016-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2016-10-20KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger1-2/+7
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-10-17s390/dumpstack: get rid of return_address againHeiko Carstens2-27/+1
2016-10-17s390/disassambler: use pr_cont where appropriateHeiko Carstens1-2/+2
2016-10-17s390/dumpstack: use pr_cont where appropriateHeiko Carstens1-4/+4
2016-10-17s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens5-11/+16
2016-10-17s390/mm: use hugetlb_bad_size()Shyam Saini1-0/+1
2016-10-17s390: ignore pkey system callsHeiko Carstens1-0/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds6-16/+14
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro3-9/+11
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-2/+2
2016-10-07uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski1-10/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-0/+1
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-177/+265
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds45-1325/+1155
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+12
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-09-27s390/config: Enable config options for DockerMichael Holzheu3-9/+28
2016-09-22s390/pci_dma: improve lazy flush for unmapSebastian Ott2-14/+34
2016-09-22s390/pci_dma: split dma_update_transSebastian Ott1-21/+44
2016-09-22s390/pci_dma: improve map_sgSebastian Ott1-24/+82
2016-09-22s390/pci_dma: simplify dma address calculationSebastian Ott1-19/+18
2016-09-22s390/pci_dma: remove dma address range checkSebastian Ott1-5/+0
2016-09-20s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker4-3/+6
2016-09-20s390: export header for CLP ioctlSebastian Ott1-0/+1
2016-09-20s390: enable UBSANChristian Borntraeger5-2/+10
2016-09-20s390/crashdump: use list_first_entry_or_nullMasahiro Yamada1-3/+1
2016-09-20s390: claim efficient unaligned accessChristian Borntraeger1-0/+1
2016-09-19s390/mm/pfault: Convert to hotplug state machineSebastian Andrzej Siewior1-18/+12
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+10
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar9-25/+25
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-09-13s390: get_user() should zero on failureAl Viro1-4/+4
2016-09-13Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini1-67/+67