aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+7
2016-09-05KVM: s390: vsie: fix riccbdDavid Hildenbrand1-1/+1
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf6-12/+12
2016-08-30Merge tag 'kvm-s390-master-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini1-4/+6
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada1-4/+2
2016-08-25KVM: s390: don't use current->thread.fpu.* when accessing registersDavid Hildenbrand1-4/+6
2016-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-20/+27
2016-08-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2016-08-12KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failedJulius Niedworok1-1/+3
2016-08-12KVM: s390: set the prefix initially properlyJulius Niedworok1-0/+1
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+13
2016-08-10s390/pageattr: handle numpages parameter correctlyHeiko Carstens1-0/+2
2016-08-09virtio/s390: deprecate old transportCornelia Huck1-0/+13
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-0/+3
2016-08-08s390/config: make the vector optimized crc function builtinChristian Borntraeger4-4/+4
2016-08-08s390/lib: fix memcmp and strstrChristian Borntraeger1-9/+7
2016-08-08s390/crc32-vx: Fix checksum calculation for small sizesChristian Borntraeger1-3/+3
2016-08-08s390: clarify compressed image code pathSascha Silbe2-4/+11
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2-12/+12
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds33-592/+4787
2016-07-31s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracingJiri Olsa1-0/+12
2016-07-31s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-07-31s390/numa: only set possible nodes within node_possible_mapHeiko Carstens2-1/+11
2016-07-31s390/als: fix compile with gcov enabledHeiko Carstens1-0/+1
2016-07-31s390/facilities: do not generate DWORDS define anymoreHeiko Carstens1-1/+0
2016-07-31s390/als: print missing facilities on facility mismatchHeiko Carstens1-0/+48
2016-07-31s390/als: print machine type on facility mismatchHeiko Carstens1-4/+34
2016-07-31s390/als: convert architecture level set code to CHeiko Carstens5-43/+60
2016-07-31s390/sclp: move uninitialized data to data sectionHeiko Carstens1-2/+3
2016-07-31s390/mm: clean up pte/pmd encodingGerald Schaefer2-24/+48
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-3/+8
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-12/+9
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-53/+38
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-1/+1
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+6
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+21
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-0/+13
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-2/+7
2016-07-26s390/uaccess: Enable hardened usercopyKees Cook2-0/+3
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-53/+60
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds87-3830/+2550
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-47/+33
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-2/+2
2016-07-18KVM: s390: let ptff intercepts result in cc=3David Hildenbrand1-0/+8
2016-07-18KVM: s390: allow user space to handle instr 0x0000David Hildenbrand3-2/+29
2016-07-18s390/pci: Delete an unnecessary check before the function call "pci_dev_put"Markus Elfring1-2/+1