summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-11/+10
|\
| * mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-071-0/+1
| * powerpc: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-11/+9
* | powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao2024-05-071-2/+0
|/
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-153-24/+8
|\
| * powerpc/mm: Code cleanup for __hash_page_thpKunwu Chan2024-03-031-9/+6
| * powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()Christophe Leroy2024-03-031-1/+2
| * powerpc: Refactor __kernel_map_pages()Christophe Leroy2024-03-031-14/+0
* | mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-1/+1
* | mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-062-2/+2
* | mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu2024-03-061-7/+7
|/
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\
| * mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* | powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)2023-12-071-0/+7
* | powerpc: Add PVN support for HeXin C2000 processorZhao Ke2023-12-011-1/+2
* | powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell2023-11-271-0/+2
|/
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-031-6/+4
|\
| * powerpc: Support execute-only on all powerpcChristophe Leroy2023-10-191-6/+4
* | Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-10-211-8/+1
|\|
| * powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman2023-10-181-8/+1
* | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-292-2/+6
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-315-186/+155
|\
| * powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-08-241-0/+1
| * powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2023-08-181-64/+1
| * powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy2023-08-141-119/+121
| * powerpc: address missing-prototypes warningsArnd Bergmann2023-08-021-0/+1
| * powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin2023-08-021-1/+29
| * powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin2023-08-021-1/+1
| * powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy2023-08-021-1/+1
* | powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+6
* | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+1
|\ \
| * | mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+1
| |/
* | powerpc: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-21/+21
* | powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V2023-08-181-0/+3
* | powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2023-08-181-11/+0
* | powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V2023-08-181-0/+203
* | powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V2023-08-181-27/+300
* | powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-183-0/+113
* | powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V2023-08-182-2/+2
* | mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-182-5/+5
* | mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-182-0/+5
|/
* powerpc/64s: Fix native_hpte_remove() to be irq-safeMichael Ellerman2023-07-101-4/+9
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-301-15/+24
|\
| * powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencodingAneesh Kumar K.V2023-06-211-2/+1
| * powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V2023-06-211-12/+22
| * powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting.Aneesh Kumar K.V2023-06-201-1/+1
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-283-1/+7
|\ \
| * | powerpc: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-192-0/+6
| * | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
| |/
* / powerpc/64s/radix: Fix exit lazy tlb mm switch with irqs enabledNicholas Piggin2023-06-091-1/+9
|/