aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-1/+19
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle1-1/+3
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-88/+94
2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens2-0/+16
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-10/+13
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu5-8/+8
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu5-14/+14
2024-03-06s390: 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-21mm: convert mm_counter() to take a folioKefeng Wang1-1/+1
2024-02-21s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang1-2/+2
2024-02-21s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar2-30/+35
2024-02-09s390/extmem: fix virtual vs physical address confusionAlexander Gordeev1-2/+2
2024-02-09s390/mmap: disable mmap alignment when randomize_va_space = 0Sven Schnelle1-8/+11
2024-01-26Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+1
2024-01-11s390/mm,fault: remove not needed tsk variableHeiko Carstens1-3/+1
2024-01-10Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-19/+10
2024-01-05Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-05s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev1-11/+0
2023-11-05s390/mm: use compound page order to distinguish page tablesAlexander Gordeev1-9/+4
2023-11-05s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev1-254/+31
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens3-129/+4
2023-11-05s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens4-15/+11
2023-11-05s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens1-42/+5
2023-11-05s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2-41/+1
2023-11-05s390/cmma: cleanup inline assembliesHeiko Carstens1-22/+26
2023-11-05s390/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/linuxLinus Torvalds10-310/+248
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus 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