summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-193-1/+19
|\
| * s390/entry: compare gmap asce to determine guest/host faultSven Schnelle2024-03-171-1/+3
| * s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens2024-03-132-0/+16
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-158-88/+94
|\ \ | |/ |/|
| * mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-065-8/+8
| * mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-065-14/+14
| * s390: supplement for ptdesc conversionQi Zheng2024-03-062-22/+24
| * mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy2024-02-221-4/+9
| * powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2024-02-221-5/+2
| * arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-222-3/+0
| * mm: convert mm_counter() to take a folioKefeng Wang2024-02-221-1/+1
| * s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang2024-02-221-2/+2
| * s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar2024-02-222-30/+35
* | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-122-10/+13
|\ \ | |/ |/|
| * s390/extmem: fix virtual vs physical address confusionAlexander Gordeev2024-02-091-2/+2
| * s390/mmap: disable mmap alignment when randomize_va_space = 0Sven Schnelle2024-02-091-8/+11
* | Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2024-01-261-0/+1
|\ \ | |/ |/|
| * KVM: s390: vsie: fix race during shadow creationChristian Borntraeger2023-12-211-0/+1
* | s390/mm,fault: remove not needed tsk variableHeiko Carstens2024-01-111-3/+1
* | Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-111-19/+10
|\ \
| * | s390/mm: convert pgste locking functions to CClaudio Imbrenda2023-12-111-19/+10
* | | Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-051-0/+3
|\ \ \ | |_|/ |/| |
| * | arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2023-12-291-0/+3
| |/
* / KVM: s390/mm: Properly reset no-datClaudio Imbrenda2023-11-141-1/+1
|/
* s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev2023-11-051-11/+0
* s390/mm: use compound page order to distinguish page tablesAlexander Gordeev2023-11-051-9/+4
* s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev2023-11-051-254/+31
* s390/cmma: rework no-dat handlingHeiko Carstens2023-11-053-129/+4
* s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens2023-11-054-15/+11
* s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens2023-11-051-42/+5
* s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-052-41/+1
* s390/cmma: cleanup inline assembliesHeiko Carstens2023-11-051-22/+26
* s390/mm: add missing conversion to use ptdescsAlexander Gordeev2023-11-051-1/+1
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0310-310/+248
|\
| * s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens2023-10-251-0/+6
| * s390/cmma: fix detection of DAT pagesHeiko Carstens2023-10-251-3/+3
| * s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2023-10-252-6/+19
| * s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens2023-10-231-2/+6
| * s390/cmma: fix initial kernel address space page table walkHeiko Carstens2023-10-231-3/+10
| * s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens2023-10-231-47/+34
| * s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens2023-10-231-85/+51
| * s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens2023-10-231-10/+7
| * s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens2023-10-231-8/+16
| * s390/mm,fault: simplify kfence fault handlingHeiko Carstens2023-10-231-8/+8
| * s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens2023-10-231-19/+8
| * s390/mm,fault: get rid of do_low_address()Heiko Carstens2023-10-231-16/+9
| * s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens2023-10-231-3/+1
| * s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens2023-10-231-26/+19
| * s390/mm,fault: improve readability by using teid unionHeiko Carstens2023-10-231-26/+23
| * s390/mm,fault: use static key for store indicationHeiko Carstens2023-10-231-4/+7