summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
12 dayspowerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini2-4/+83
12 dayspowerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom3-92/+0
12 dayspowerpc, mm: Fix mprotect on book3s 32-bitDave Vasilevsky1-0/+9
12 dayspowerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE formatRitesh Harjani (IBM)1-0/+6
2025-10-29powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failureChristophe Leroy2-3/+3
2024-12-14powerpc/mm/fault: Fix kfence page fault reportingRitesh Harjani (IBM)1-2/+8
2024-10-17powerpc/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-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+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-11-08powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman1-1/+0
2023-09-13powerpc: Don't include lppaca.h in paca.hMichael Ellerman1-0/+1
2023-09-13powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy1-119/+121
2023-08-23powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray1-0/+1
2023-08-11powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-07-23powerpc/64s: Fix native_hpte_remove() to be irq-safeMichael Ellerman1-4/+9
2023-07-19powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V1-1/+1
2023-07-19powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V1-12/+22
2023-07-01powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()Linus Torvalds1-11/+3
2023-07-01powerpc/mm: Convert to using lock_mm_and_find_vma()Michael Ellerman1-36/+3
2023-05-24powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman1-2/+2
2023-04-20powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V1-0/+1
2023-03-22powerpc/mm: Fix false detection of read faultsRussell Currey1-3/+8
2023-03-10powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell1-7/+4
2023-02-25powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman1-0/+13
2023-02-09powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman1-0/+11
2022-10-18powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin1-3/+5
2022-10-18powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin1-6/+6
2022-10-18powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin1-2/+25
2022-10-18powerpc/64s: Add lockdep for HPTE lockNicholas Piggin1-7/+35
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-16/+8
2022-10-10Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds20-160/+128
2022-09-30powerpc/mm: Fix UBSAN warning reported on hugetlbAneesh Kumar K.V1-3/+3
2022-09-30powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()Aneesh Kumar K.V1-3/+3
2022-09-30powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V2-2/+2
2022-09-28powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni1-1/+16
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin1-1/+1
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin1-1/+1
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt2-7/+9
2022-09-28powerpc/64s: Allow double call of kernel_[un]map_linear_page()Christophe Leroy1-1/+7
2022-09-28powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsChristophe Leroy1-7/+2
2022-09-28powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt1-4/+14
2022-09-27powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)2-16/+8
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi1-9/+0