summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-7/+7
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-24/+2
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-48/+136
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-3/+3
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-1/+0
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-62/+75
2019-09-23s390/topology: avoid firing events before kobjs are createdVasily Gorbik1-1/+2
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-19/+16
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-13/+3
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-19s390/cpumf: Remove mixed white spaceThomas Richter1-5/+5
2019-09-19s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIODThomas Richter2-40/+127
2019-09-19s390/zcrypt: CEX7S exploitation supportHarald Freudenberger1-2/+2
2019-09-18vfs: Convert hypfs to use the new mount APIDavid Howells1-58/+70
2019-09-18hypfs: Fix error number left in struct pointer memberDavid Howells1-4/+5
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-12/+61
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-29/+28
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+11
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds53-435/+1103
2019-09-16s390/cpum_sf: Fix line length and format stringThomas Richter1-7/+13
2019-09-16s390/pci: fix MSI message dataSebastian Ott1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+13
2019-09-14Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-1/+13
2019-09-13s390: add support for IBM z15 machinesMartin Schwidefsky4-0/+27
2019-09-13s390/crypto: Support for SHA3 via CPACF (MSA6)Joerg Schmidbauer8-28/+375
2019-09-13s390/startup: add pgm check info printingVasily Gorbik4-2/+101
2019-09-12KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2-1/+11
2019-09-12KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Igor Mammedov1-0/+2
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-1/+11
2019-09-10kexec: Fix file verification on S390Matthew Garrett1-1/+1
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-18/+15
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-11/+56
2019-09-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger1-0/+6
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede1-1/+1
2019-09-05crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede1-4/+4
2019-09-04KVM: s390: Disallow invalid bits in kvm_valid_regs and kvm_dirty_regsThomas Huth2-0/+10
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-09-03bpf: s390: add JIT support for bpf line infoYauheni Kaliuta1-0/+1
2019-09-03hypfs: don't bother with d_delete()Al Viro1-1/+1
2019-09-03s390/base: remove unused s390_base_mcck_handlerVasily Gorbik2-23/+0
2019-08-31bpf: s390: add JIT support for multi-function programsYauheni Kaliuta1-11/+55
2019-08-29KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth1-1/+1
2019-08-29s390/kasan: add kdump supportVasily Gorbik1-0/+2
2019-08-29s390/setup: avoid using strncmp with hardcoded lengthVasily Gorbik1-5/+5
2019-08-29s390/sclp: avoid using strncmp with hardcoded lengthVasily Gorbik1-1/+1