summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-0/+29
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 Torvalds1-15/+1
2022-03-16Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-0/+1
2022-03-01s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens2-4/+8
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson1-0/+2
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller1-0/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-13/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva7-10/+10
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch2-0/+4
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch1-0/+22
2022-01-23s390/uaccess: fix compile errorHeiko Carstens1-2/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-21Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-44/+80
2022-01-17s390/uaccess: introduce bit field for OAC specifierNico Boehr1-43/+77
2022-01-17s390/cpumf: Support for CPU Measurement Sampling Facility LS bitThomas Richter1-1/+3
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-19/+17
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-12-29s390: remove unused TASK_SIZE_OFGuo Ren1-2/+1
2021-12-21Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-17/+17
2021-12-17s390: uv: Add offset comments to UV query struct and fix namingJanosch Frank1-17/+17
2021-12-16s390/nmi: disable interrupts on extended save area updateAlexander Gordeev1-3/+3
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2-3/+10
2021-12-10s390/ap: add missing virt_to_phys address conversionHeiko Carstens1-1/+3
2021-12-10s390/diag: use pfn_to_phys() instead of open codingHeiko Carstens1-2/+2
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini1-3/+4
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-2/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-12-06s390/qdio: clarify logical vs absolute in QIB's kerneldocJulian Wiedmann1-2/+2
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle1-13/+16
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann1-5/+6
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann1-3/+4
2021-12-06s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann1-1/+1
2021-12-06s390/qdio: remove QDIO_SBAL_SIZE macroJulian Wiedmann1-1/+0
2021-12-06s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer1-0/+117
2021-11-29s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle1-3/+4
2021-11-18s390/kexec: fix memory leak of ipl report bufferBaoquan He1-0/+6
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+5
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+0
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+4
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-0/+4
2021-11-08s390/pci: implement minimal PCI error recoveryNiklas Schnelle1-1/+3
2021-11-08s390/pci: implement reset_slot for hotplug slotNiklas Schnelle1-0/+1
2021-11-08s390/pci: refresh function handle in iomapNiklas Schnelle1-0/+1
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds15-35/+139
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+0