summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
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-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
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-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
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-20powerpc/e500: Add missing prototype for 'relocate_init'Christophe Leroy1-0/+1
2023-02-16powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell1-7/+4
2023-02-16powerpc/nohash: Fix build with llvm-asMichael Ellerman1-1/+1
2023-02-16powerpc/nohash: Fix build error with binutils >= 2.38Michael Ellerman1-1/+4
2023-02-12Merge branch 'fixes' into nextMichael Ellerman2-1/+25
2023-02-10powerpc/64s: Fix stress_hpt memblock alloc alignmentNicholas Piggin1-1/+2