aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-7/+7
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-24/+2
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 5-48/+136
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 1-3/+3
2019-09-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-5/+0
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-1/+0
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-62/+75
2019-09-23s390/topology: avoid firing events before kobjs are createdGravatar Vasily Gorbik 1-1/+2
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-19/+16
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-13/+3
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+2
2019-09-19s390/cpumf: Remove mixed white spaceGravatar Thomas Richter 1-5/+5
2019-09-19s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIODGravatar Thomas Richter 2-40/+127
2019-09-19s390/zcrypt: CEX7S exploitation supportGravatar Harald Freudenberger 1-2/+2
2019-09-18vfs: Convert hypfs to use the new mount APIGravatar David Howells 1-58/+70
2019-09-18hypfs: Fix error number left in struct pointer memberGravatar David Howells 1-4/+5
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-12/+61
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-29/+28
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-1/+11
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 53-435/+1103
2019-09-16s390/cpum_sf: Fix line length and format stringGravatar Thomas Richter 1-7/+13
2019-09-16s390/pci: fix MSI message dataGravatar Sebastian Ott 1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-1/+13
2019-09-14Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 2-1/+13
2019-09-13s390: add support for IBM z15 machinesGravatar Martin Schwidefsky 4-0/+27
2019-09-13s390/crypto: Support for SHA3 via CPACF (MSA6)Gravatar Joerg Schmidbauer 8-28/+375
2019-09-13s390/startup: add pgm check info printingGravatar Vasily Gorbik 4-2/+101
2019-09-12KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlGravatar Thomas Huth 2-1/+11
2019-09-12KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Gravatar Igor Mammedov 1-0/+2
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 2-1/+11
2019-09-10kexec: Fix file verification on S390Gravatar Matthew Garrett 1-1/+1
2019-09-07pagewalk: separate function pointers from iterator dataGravatar Christoph Hellwig 1-18/+15
2019-09-07mm: split out a new pagewalk.h header from mm.hGravatar Christoph Hellwig 1-1/+1
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-11/+56
2019-09-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingGravatar Harald Freudenberger 1-0/+6
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hGravatar Hans de Goede 1-1/+1
2019-09-05crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hGravatar Hans de Goede 1-4/+4
2019-09-04KVM: s390: Disallow invalid bits in kvm_valid_regs and kvm_dirty_regsGravatar Thomas Huth 2-0/+10
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableGravatar Christoph Hellwig 1-0/+2
2019-09-03bpf: s390: add JIT support for bpf line infoGravatar Yauheni Kaliuta 1-0/+1
2019-09-03hypfs: don't bother with d_delete()Gravatar Al Viro 1-1/+1
2019-09-03s390/base: remove unused s390_base_mcck_handlerGravatar Vasily Gorbik 2-23/+0
2019-08-31bpf: s390: add JIT support for multi-function programsGravatar Yauheni Kaliuta 1-11/+55
2019-08-29KVM: s390: Test for bad access register and size at the start of S390_MEM_OPGravatar Thomas Huth 1-1/+1
2019-08-29s390/kasan: add kdump supportGravatar Vasily Gorbik 1-0/+2
2019-08-29s390/setup: avoid using strncmp with hardcoded lengthGravatar Vasily Gorbik 1-5/+5
2019-08-29s390/sclp: avoid using strncmp with hardcoded lengthGravatar Vasily Gorbik 1-1/+1