summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-119/+659
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds7-10/+10
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-16/+3
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2022-03-23drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-7/+0
2022-03-22Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+14
2022-03-16Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini5-15/+100
2022-03-14KVM: s390x: fix SCK lockingClaudio Imbrenda3-6/+32
2022-03-05Merge tag 's390-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-7/+62
2022-03-01s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens4-5/+18
2022-03-01s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens1-0/+35
2022-03-01s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZEAlexander Egorenkov1-0/+2
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson3-5/+7
2022-02-26usercopy: Check valid lifetime via stack depthKees Cook1-0/+1
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller4-9/+68
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2-15/+2
2022-02-25uaccess: generalize access_ok()Arnd Bergmann2-13/+2
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-22KVM: s390: Add missing vm MEM_OP size checkJanis Schoetterl-Glausch1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva7-10/+10
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
2022-02-14KVM: s390: Add capability for storage key extension of MEM_OP IOCTLJanis Schoetterl-Glausch1-0/+1
2022-02-14KVM: s390: Rename existing vcpu memop functionsJanis Schoetterl-Glausch1-9/+10
2022-02-14KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch3-0/+159
2022-02-14KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch1-10/+21
2022-02-14KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch3-43/+35
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch6-31/+253
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2-18/+85
2022-02-12Merge tag 's390-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-3/+3
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-7/+14
2022-02-07s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich2-3/+3
2022-02-02KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch1-0/+2
2022-01-26s390/hypfs: include z/VM guests with access control group setVasily Gorbik1-2/+4
2022-01-24s390: update defconfigsHeiko Carstens3-17/+22
2022-01-24s390/module: test loading modules with a lot of relocationsIlya Leoshkevich5-0/+116
2022-01-24s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich1-19/+18
2022-01-23s390/uaccess: fix compile errorHeiko Carstens1-2/+2
2022-01-23s390/nmi: handle vector validity failures for KVM guestsChristian Borntraeger1-1/+8
2022-01-23s390/nmi: handle guarded storage validity failures for KVM guestsChristian Borntraeger1-4/+14
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds3-3/+1
2022-01-22mm: remove cleancacheChristoph Hellwig2-2/+0
2022-01-21Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-56/+104
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-15/+13
2022-01-17s390/uaccess: introduce bit field for OAC specifierNico Boehr2-49/+95
2022-01-17s390/cpumf: Support for CPU Measurement Sampling Facility LS bitThomas Richter2-2/+4
2022-01-17s390/cpumf: Support for CPU Measurement Facility CSVN 7Thomas Richter2-5/+5
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-196/+231