summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2023-08-182-18/+14
| * | | 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-182-32/+321
| * | | 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
| * | | mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-181-4/+0
| * | | 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: mm: convert to GENERIC_IOREMAPChristophe Leroy2023-08-183-45/+12
| * | | powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-181-3/+26
| * | | powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins2023-08-181-2/+6
| | |/ | |/|
* | | Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-251-0/+1
|\ \ \ | | |/ | |/|
| * | mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+1
| |/
* / powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V2023-07-281-2/+1
|/
* powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray2023-07-171-0/+1
* 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-303-20/+29
|\
| * powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V2023-06-211-1/+1
| * 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
| * powerpc/32s: Fix LLVM SMP buildNicholas Piggin2023-06-141-4/+4
* | Merge branch 'expand-stack'Linus Torvalds2023-06-282-47/+6
|\ \
| * | powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()Linus Torvalds2023-06-241-11/+3
| * | powerpc/mm: Convert to using lock_mm_and_find_vma()Michael Ellerman2023-06-241-36/+3
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-284-2/+8
|\ \
| * | powerpc/hugetlb: pte_alloc_huge()Hugh Dickins2023-06-191-1/+1
| * | 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
|/
* powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman2023-05-111-2/+2
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-281-14/+7
|\
| * powerpc: Use of_address_to_resource()Rob Herring2023-04-041-14/+7
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-274-4/+41
|\ \
| * | powerc/mm: try VMA lock-based page fault handling firstLaurent Dufour2023-04-051-0/+37
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-052-2/+2
| * | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-2/+2
* | | powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V2023-04-041-0/+1
|/ /
* / powerpc/mm: Fix false detection of read faultsRussell Currey2023-03-151-3/+8
|/
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-255-40/+44
|\
| * powerpc/e500: Add missing prototype for 'relocate_init'Christophe Leroy2023-02-201-0/+1
| * powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell2023-02-161-7/+4
| * powerpc/nohash: Fix build with llvm-asMichael Ellerman2023-02-161-1/+1
| * powerpc/nohash: Fix build error with binutils >= 2.38Michael Ellerman2023-02-161-1/+4
| * Merge branch 'fixes' into nextMichael Ellerman2023-02-122-1/+25
| |\
| * | powerpc/64s: Fix stress_hpt memblock alloc alignmentNicholas Piggin2023-02-101-1/+2
| * | powerpc/64s/radix: Remove TLB_FLUSH_ALL test from range flushesNicholas Piggin2023-02-081-11/+10
| * | powerpc/64s/radix: mm->context.id should always be validNicholas Piggin2023-02-081-18/+21
| * | powerpc/64s/radix: Remove need_flush_all test from radix__tlb_flushNicholas Piggin2023-02-081-1/+1
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \ \ | |_|/ |/| |