summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-033-51/+85
|\
| * s390/mcck: cleanup user process termination pathAlexander Gordeev2023-02-281-3/+2
| * s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens2023-02-281-0/+31
| * s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2023-02-271-48/+52
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-1/+0
|\ \
| * \ Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-02-153-43/+278
| |\ \
| | * \ Merge remote-tracking branch 'l390-korg/cmpxchg_user_key' into kvm-nextJanosch Frank2023-02-073-43/+278
| | |\ \
| * | \ \ Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-153-20/+19
| |\ \ \ \
| * | | | | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-1/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-0/+17
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-213-20/+19
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe2023-01-301-2/+3
| |\ \ \ \ \
| * | | | | | irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe2023-01-111-0/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-2/+3
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-2/+3
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / / | | |_| / / / | |/| | / /
| | | * / / iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe2023-01-251-2/+3
| | |/ / /
* | | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-4/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-021-3/+2
| * | | | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| |/ / /
* | | | s390/irq,idle: simplify idle checkHeiko Carstens2023-02-151-1/+0
* | | | s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag()Heiko Carstens2023-02-151-0/+16
* | | | s390/processor: let cpu helper functions return boolean valuesHeiko Carstens2023-02-151-4/+5
* | | | s390/zcrypt: introduce ctfm field in struct CPRBXHarald Freudenberger2023-02-151-1/+2
* | | | s390: remove confusing comment from uapi types header fileHeiko Carstens2023-02-141-4/+1
* | | | s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik2023-02-141-10/+22
* | | | s390/vx: remove __uint128_t type from __vector128 struct againHeiko Carstens2023-02-141-1/+0
* | | | s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer2023-02-142-1/+63
* | | | s390/ap: fix status returned by ap_qact()Halil Pasic2023-02-101-1/+4
* | | | s390/ap: fix status returned by ap_aqic()Halil Pasic2023-02-101-2/+5
* | | | Revert "s390/mem_detect: do not update output parameters on failure"Heiko Carstens2023-02-091-1/+4
* | | | s390/idle: remove arch_cpu_idle_time() and corresponding codeHeiko Carstens2023-02-092-8/+0
* | | | s390/vx: use simple assignments to access __vector128 membersHeiko Carstens2023-02-091-2/+2
* | | | s390/vx: add 64 and 128 bit members to __vector128 structHeiko Carstens2023-02-091-2/+9
* | | | s390/processor: always inline cpu flag helper functionsHeiko Carstens2023-02-091-4/+4
* | | | Merge branch 'cmpxchg_user_key' into featuresHeiko Carstens2023-02-093-43/+278
|\ \ \ \ | | |_|/ | |/| |
| * | | s390/uaccess: avoid __ashlti3() callHeiko Carstens2023-01-041-4/+4
| * | | s390/uaccess: limit number of retries for cmpxchg_user_key()Janis Schoetterl-Glausch2022-11-221-8/+25
| * | | s390/cmpxchg: make loop condition for 1,2 byte cases preciseJanis Schoetterl-Glausch2022-11-212-62/+78
| * | | s390/uaccess: add cmpxchg_user_key()Heiko Carstens2022-11-211-0/+183
| * | | s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macroHeiko Carstens2022-11-211-0/+4
| * | | s390/cmpxchg: remove digits from input constraintsHeiko Carstens2022-11-211-8/+6
| * | | s390/cmpxchg: make variables local to each case labelHeiko Carstens2022-11-211-8/+17
| * | | s390/cmpxchg: use symbolic names for inline assembly operandsHeiko Carstens2022-11-211-34/+42
* | | | s390/boot: avoid page tables memory in kaslrVasily Gorbik2023-02-061-4/+4
* | | | s390/mem_detect: add get_mem_detect_online_total()Vasily Gorbik2023-02-061-0/+11
* | | | s390/rethook: add local rethook header fileHeiko Carstens2023-02-061-1/+0
* | | | s390/mem_detect: do not update output parameters on failureAlexander Gordeev2023-01-311-4/+1
* | | | s390/cio: introduce locking for register/unregister functionsVineeth Vijayan2023-01-311-0/+2
* | | | s390/syscalls: get rid of system call alias functionsHeiko Carstens2023-01-251-66/+55
* | | | s390/syscalls: remove trailing semicolonHeiko Carstens2023-01-251-1/+1