summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2024-03-07mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu5-14/+14
2024-03-07s390: supplement for ptdesc conversionQi Zheng2-22/+24
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-4/+9
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy1-5/+2
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2-3/+0
2024-02-22mm: convert mm_counter() to take a folioKefeng Wang1-1/+1
2024-02-22s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang1-2/+2
2024-02-22s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar2-30/+35
2024-01-26Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini1-0/+1
2024-01-11s390/mm,fault: remove not needed tsk variableHeiko Carstens1-3/+1
2024-01-11Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-19/+10
2024-01-06Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+3
2023-12-21KVM: s390: vsie: fix race during shadow creationChristian Borntraeger1-0/+1
2023-12-11s390/mm: convert pgste locking functions to CClaudio Imbrenda1-19/+10
2023-11-14KVM: s390/mm: Properly reset no-datClaudio Imbrenda1-1/+1
2023-11-06s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev1-11/+0
2023-11-06s390/mm: use compound page order to distinguish page tablesAlexander Gordeev1-9/+4
2023-11-06s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev1-254/+31
2023-11-06s390/cmma: rework no-dat handlingHeiko Carstens3-129/+4
2023-11-06s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens4-15/+11
2023-11-06s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens1-42/+5
2023-11-06s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2-41/+1
2023-11-06s390/cmma: cleanup inline assembliesHeiko Carstens1-22/+26
2023-11-06s390/mm: add missing conversion to use ptdescsAlexander Gordeev1-1/+1
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds10-310/+248
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-2/+0
2023-10-25s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens1-0/+6
2023-10-25s390/cmma: fix detection of DAT pagesHeiko Carstens1-3/+3
2023-10-25s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2-6/+19
2023-10-23s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens1-2/+6
2023-10-23s390/cmma: fix initial kernel address space page table walkHeiko Carstens1-3/+10
2023-10-23s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens1-47/+34
2023-10-23s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens1-85/+51
2023-10-23s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens1-10/+7
2023-10-23s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens1-8/+16
2023-10-23s390/mm,fault: simplify kfence fault handlingHeiko Carstens1-8/+8
2023-10-23s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens1-19/+8
2023-10-23s390/mm,fault: get rid of do_low_address()Heiko Carstens1-16/+9
2023-10-23s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens1-3/+1
2023-10-23s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens1-26/+19
2023-10-23s390/mm,fault: improve readability by using teid unionHeiko Carstens1-26/+23
2023-10-23s390/mm,fault: use static key for store indicationHeiko Carstens1-4/+7
2023-10-23s390/mm,fault: use get_fault_address() everywhereHeiko Carstens1-9/+7
2023-10-23s390/mm,fault: replace WARN_ON_ONCE() with unreachable()Heiko Carstens1-2/+1
2023-10-23s390/mm,fault: remove noinline attribute from all functionsHeiko Carstens1-5/+5
2023-10-23s390/mm,fault: remove line breakHeiko Carstens1-2/+1
2023-10-23s390/mm,fault: include linux/mmu_context.hHeiko Carstens1-1/+1
2023-10-23s390/mm,fault: have balanced braces, remove unnecessary blanksHeiko Carstens1-6/+6
2023-10-23s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-codingHeiko Carstens1-7/+5