summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2024-04-22s390/mm: Fix clearing storage keys for huge pagesClaudio Imbrenda
2024-04-22s390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda
2024-04-03s390/mm: fix NULL pointer dereferenceHeiko Carstens
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-03-06s390: supplement for ptdesc conversionQi Zheng
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang
2024-02-21s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang
2024-02-21s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar
2024-02-09s390/extmem: fix virtual vs physical address confusionAlexander Gordeev
2024-02-09s390/mmap: disable mmap alignment when randomize_va_space = 0Sven Schnelle
2024-01-26Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2024-01-11s390/mm,fault: remove not needed tsk variableHeiko Carstens
2024-01-10Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-01-05Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan
2023-12-21KVM: s390: vsie: fix race during shadow creationChristian Borntraeger
2023-12-11s390/mm: convert pgste locking functions to CClaudio Imbrenda
2023-11-14KVM: s390/mm: Properly reset no-datClaudio Imbrenda
2023-11-05s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev
2023-11-05s390/mm: use compound page order to distinguish page tablesAlexander Gordeev
2023-11-05s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens
2023-11-05s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens
2023-11-05s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens
2023-11-05s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens
2023-11-05s390/cmma: cleanup inline assembliesHeiko Carstens
2023-11-05s390/mm: add missing conversion to use ptdescsAlexander Gordeev
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-10-25s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens
2023-10-25s390/cmma: fix detection of DAT pagesHeiko Carstens
2023-10-25s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens
2023-10-23s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens
2023-10-23s390/cmma: fix initial kernel address space page table walkHeiko Carstens
2023-10-23s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens
2023-10-23s390/mm,fault: simplify kfence fault handlingHeiko Carstens
2023-10-23s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens
2023-10-23s390/mm,fault: get rid of do_low_address()Heiko Carstens