aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19KVM: s390: Fix to clear PTE when discarding a swapped pageGautam Gala1-0/+22
2025-09-05iommu/s390: Make attach succeed when the device was surprise removedNiklas Schnelle1-5/+5
2025-08-08Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-1/+46
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+2
2025-07-31s390/mm: Enable THP_SWAP and THP_MIGRATIONGerald Schaefer1-0/+45
2025-07-31s390/ap: Unmask SLCF bit in card and queue ap functions sysfsHarald Freudenberger1-1/+1
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+4
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+13
2025-07-30Merge tag 'kvm-s390-next-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-0/+13
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds39-269/+147
2025-07-21KVM: s390: Rework guest entry logicMark Rutland2-0/+13
2025-07-21s390/time: Remove in-kernel time steeringSven Schnelle2-9/+2
2025-07-21s390/time: Use monotonic clock in get_cycles()Sven Schnelle1-7/+6
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPUHao Ge1-3/+2
2025-06-29Merge branch 'uaccess-key' into featuresAlexander Gordeev3-186/+68
2025-06-29s390/skey: Provide infrastructure for executing with non-default access keyHeiko Carstens1-0/+32
2025-06-29s390/uaccess: Make cmpxchg_user_key() library codeHeiko Carstens1-181/+23
2025-06-29s390/page: Add memory clobber to page_set_storage_key()Heiko Carstens1-2/+4
2025-06-29s390/page: Cleanup page_set_storage_key() inline assembliesHeiko Carstens1-5/+11
2025-06-26s390/nmi: Print additional informationHeiko Carstens1-0/+2
2025-06-26s390/crypto: Add protected key hmac subfunctions for KMACHolger Dengler1-0/+4
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens1-0/+1
2025-06-17s390/ptrace: Fix pointer dereferencing in regs_get_kernel_stack_nth()Heiko Carstens1-1/+1
2025-06-16s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth31-61/+61
2025-06-16s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth3-6/+7
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-3/+16
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-14/+24
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-0/+3
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-4/+0
2025-05-28KVM: s390: Refactor and split some gmap helpersClaudio Imbrenda2-2/+15
2025-05-28s390: Remove unneeded includesClaudio Imbrenda2-1/+1
2025-05-22s390: always declare expoline thunksIlya Leoshkevich1-4/+0
2025-05-17s390/ptrace: Always inline regs_get_kernel_stack_nth() and regs_get_register()Heiko Carstens1-7/+39
2025-05-17s390/thread_info: Cleanup header includesHeiko Carstens1-2/+1
2025-05-17s390/cpacf: Rework cpacf_pcc() to return condition codeHarald Freudenberger1-3/+15
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni1-2/+2
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+12
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+9
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-5/+0
2025-05-11mm: set the pte dirty if the folio is already dirtyMatthew Wilcox (Oracle)1-6/+1
2025-04-30s390/string: Remove strcpy() implementationHeiko Carstens1-18/+0
2025-04-30s390/pkey/crypto: Introduce xflags param for pkey in-kernel APIHarald Freudenberger1-1/+4
2025-04-30s390/pkey: Provide and pass xflags within pkey and zcrypt layersHarald Freudenberger1-0/+10
2025-04-30s390/uv: Remove uv_get_secret_metadata functionHarald Freudenberger1-2/+0
2025-04-30s390/uv: Rename find_secret() to uv_find_secret() and publishHarald Freudenberger1-0/+3
2025-04-17iommu/s390: allow larger region tablesMatthew Rosato1-0/+1
2025-04-17iommu/s390: support iova_to_phys for additional table regionsMatthew Rosato1-0/+2