summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins1-3/+26
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins1-2/+6
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2-64/+113
2023-08-18powerpc/47x: Add prototype for mmu_init_secondary()Christophe Leroy1-0/+1
2023-08-18powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeChristophe Leroy1-14/+5
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-08-14powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy1-119/+121
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann1-0/+1
2023-08-02powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin1-1/+29
2023-08-02powerpc: Add mm_cpumask warning when context switchingNicholas Piggin1-2/+5
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin1-1/+1
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin1-0/+1
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy1-1/+1
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy1-13/+2
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy3-9/+4
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy1-1/+1
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy1-1/+1
2023-07-28powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-07-17powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray1-0/+1
2023-07-10powerpc/64s: Fix native_hpte_remove() to be irq-safeMichael Ellerman1-4/+9
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-20/+29
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-47/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-2/+8
2023-06-25powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()Linus Torvalds1-11/+3
2023-06-25powerpc/mm: Convert to using lock_mm_and_find_vma()Michael Ellerman1-36/+3
2023-06-21powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V1-1/+1
2023-06-21powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencodingAneesh Kumar K.V1-2/+1
2023-06-21powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V1-12/+22
2023-06-20powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting.Aneesh Kumar K.V1-1/+1
2023-06-20powerpc/hugetlb: pte_alloc_huge()Hugh Dickins1-1/+1
2023-06-20powerpc: allow pte_offset_map[_lock]() to failHugh Dickins2-0/+6
2023-06-14powerpc/32s: Fix LLVM SMP buildNicholas Piggin1-4/+4
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09powerpc/64s/radix: Fix exit lazy tlb mm switch with irqs enabledNicholas Piggin1-1/+9
2023-05-11powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman1-2/+2
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-14/+7
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-4/+41
2023-04-06powerc/mm: try VMA lock-based page fault handling firstLaurent Dufour1-0/+37
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2-2/+2
2023-04-04powerpc: Use of_address_to_resource()Rob Herring1-14/+7
2023-04-04powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V1-0/+1
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-2/+2
2023-03-15powerpc/mm: Fix false detection of read faultsRussell Currey1-3/+8
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-40/+44