summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
9 dayspowerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini2-4/+83
9 dayspowerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom3-92/+0
9 dayspowerpc, mm: Fix mprotect on book3s 32-bitDave Vasilevsky1-0/+9
9 dayspowerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE formatRitesh Harjani (IBM)1-0/+6
9 dayspowerpc/64s/hash: Restrict stress_hpt_struct memblock region to within RMA limitRitesh Harjani (IBM)1-4/+6
2025-10-29powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failureChristophe Leroy2-3/+3
2025-06-04book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=nRitesh Harjani (IBM)1-1/+2
2025-06-04powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemoryGaurav Batra1-1/+1
2025-05-09book3s64/radix : Align section vmemmap start address to PAGE_SIZEDonet Tom1-2/+15
2024-12-09powerpc/mm/fault: Fix kfence page fault reportingRitesh Harjani (IBM)1-2/+8
2024-10-04powerpc/8xx: Fix initial memory mappingChristophe Leroy1-2/+2
2024-09-18powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy1-2/+0
2024-09-12powerpc/64e: Define mmu_pte_psize staticChristophe Leroy1-1/+1
2024-09-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-09-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman2-251/+1
2024-08-03powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+1
2024-04-10mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-02-23powerpc/kasan: Fix addr error caused by page alignmentJiangfeng Xiao1-0/+1
2024-02-05powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell1-0/+2
2024-02-05powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman1-0/+5
2024-02-05powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan1-2/+3
2023-10-27Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-11/+22
2023-10-25powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V1-10/+22
2023-10-23powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman1-1/+0
2023-10-22Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-8/+1
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman1-8/+1
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts4-4/+10
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds15-227/+304
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-200/+798
2023-08-28powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V1-2/+6
2023-08-28powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V1-4/+15
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)4-55/+53
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman1-0/+1
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman1-0/+1
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+1
2023-08-21powerpc: convert various functions to use ptdescsVishal Moola (Oracle)3-50/+50
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V1-0/+3
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2-18/+14
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V1-0/+203
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V2-32/+321
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V3-0/+113
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V2-2/+2
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-4/+0
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple2-5/+5
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2-0/+5
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy3-45/+12