summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-02-04Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda
2025-01-31KVM: s390: remove useless page->index usageClaudio Imbrenda
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda
2025-01-31KVM: s390: stop using lists to keep track of used dat tablesClaudio Imbrenda
2025-01-31KVM: s390: stop using page->index for non-shadow gmapsClaudio Imbrenda
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda
2025-01-31KVM: s390: get rid of gmap_translate()Claudio Imbrenda
2025-01-31KVM: s390: get rid of gmap_fault()Claudio Imbrenda
2025-01-31KVM: s390: use __kvm_faultin_pfn()Claudio Imbrenda
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-28s390/vmem: Fix null-pointer-arithmetic warning in vmem_map_init()Vasily Gorbik
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-26s390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handlingHeiko Carstens
2025-01-26s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULTHeiko Carstens
2025-01-26s390/extable: Replace open-coded sfpc inline assembly with fpu_sfpc()Heiko Carstens
2025-01-26s390/fpu: Add fpc exception handler / remove fixup section againHeiko Carstens
2025-01-25s390/mm: add missing ctor/dtor on page table upgradeAlexander Gordeev
2025-01-25mm: pgtable: introduce generic pagetable_dtor_free()Qi Zheng
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng
2025-01-25s390: pgtable: consolidate PxD and PTE TLB free pathsQi Zheng
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng
2025-01-12s390: kernel: convert timeouts to use secs_to_jiffies()Easwar Hariharan
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens
2024-12-15s390: Remove __bootdata annotations from declarationsVasily Gorbik
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-11-27s390/mm: Add PTE_MARKER support for hugetlbfs mappingsGerald Schaefer
2024-11-27s390/mm: Introduce region-third and segment table swap entriesGerald Schaefer
2024-11-27s390/mm: Introduce region-third and segment table entry present bitsGerald Schaefer
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-13s390/extmem: Convert to use flag output macrosHeiko Carstens
2024-11-13s390/pageattr: Convert to use flag output macrosHeiko Carstens
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador
2024-11-06arch/s390: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador
2024-10-29s390/mm: Cleanup fault error handlingHeiko Carstens
2024-10-29s390/mm: Convert to LOCK_MM_AND_FIND_VMAHeiko Carstens
2024-10-29s390/mm: Get rid of fault type switch statementsHeiko Carstens
2024-10-29s390/mm: Simplify get_fault_type()Heiko Carstens
2024-10-29s390/mm/gmap: Remove gmap_{en,dis}able()Claudio Imbrenda
2024-10-29s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda
2024-10-29s390/mm/gmap: Fix __gmap_fault() return codeClaudio Imbrenda
2024-10-29s390/mm/gmap: Refactor gmap_fault() and add support for pfaultClaudio Imbrenda
2024-10-29s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT againClaudio Imbrenda
2024-10-25s390/pageattr: Implement missing kernel_page_present()Heiko Carstens