summaryrefslogtreecommitdiff
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-2413-119/+659
|\
| * Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2022-03-155-15/+100
| |\
| | * KVM: s390x: fix SCK lockingClaudio Imbrenda2022-03-143-6/+32
| | * KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller2022-02-254-9/+68
| * | KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson2022-03-013-5/+7
| |/
| * KVM: s390: Add missing vm MEM_OP size checkJanis Schoetterl-Glausch2022-02-221-1/+1
| * KVM: s390: Add capability for storage key extension of MEM_OP IOCTLJanis Schoetterl-Glausch2022-02-141-0/+1
| * KVM: s390: Rename existing vcpu memop functionsJanis Schoetterl-Glausch2022-02-141-9/+10
| * KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch2022-02-143-0/+159
| * KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch2022-02-141-10/+21
| * KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch2022-02-143-43/+35
| * KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch2022-02-146-31/+253
| * s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-02-142-18/+85
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-247-10/+10
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-177-10/+10
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-233-16/+3
|\ \ \
| * \ \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-252-15/+2
| |\ \ \
| | * | | uaccess: generalize access_ok()Arnd Bergmann2022-02-252-13/+2
| | * | | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| | |/ /
| * | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-7/+0
|\ \ \
| * | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-7/+0
* | | | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-0/+1
|\ \ \ \
| * | | | usercopy: Check valid lifetime via stack depthKees Cook2022-02-251-0/+1
| | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-7/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-111-7/+14
* | | | Merge tag 's390-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-056-7/+62
|\ \ \ \
| * | | | s390/extable: fix exception table sortingHeiko Carstens2022-03-011-2/+7
| * | | | s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens2022-03-014-5/+18
| * | | | s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens2022-03-011-0/+35
| * | | | s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZEAlexander Egorenkov2022-03-011-0/+2
* | | | | Merge tag 's390-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-02-122-3/+3
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich2022-02-062-3/+3
| | |/ | |/|
* | | KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch2022-02-021-0/+2
|/ /
* | s390/hypfs: include z/VM guests with access control group setVasily Gorbik2022-01-261-2/+4
* | s390: update defconfigsHeiko Carstens2022-01-243-17/+22
* | s390/module: test loading modules with a lot of relocationsIlya Leoshkevich2022-01-245-0/+116
* | s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich2022-01-241-19/+18
* | s390/uaccess: fix compile errorHeiko Carstens2022-01-231-2/+2
* | s390/nmi: handle vector validity failures for KVM guestsChristian Borntraeger2022-01-231-1/+8
* | s390/nmi: handle guarded storage validity failures for KVM guestsChristian Borntraeger2022-01-231-4/+14
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-233-3/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-1/+0
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | mm: remove cleancacheChristoph Hellwig2022-01-222-2/+0
* | Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-01-216-56/+104
|\ \
| * | s390/uaccess: introduce bit field for OAC specifierNico Boehr2022-01-172-49/+95
| * | s390/cpumf: Support for CPU Measurement Sampling Facility LS bitThomas Richter2022-01-172-2/+4
| * | s390/cpumf: Support for CPU Measurement Facility CSVN 7Thomas Richter2022-01-172-5/+5