summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | | powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman2023-01-311-0/+13
* | | powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman2023-01-311-0/+11
|/ /
* / powerpc/64s/hash: Make stress_hpt_timer_fn() staticYang Yingliang2023-01-121-1/+1
|/
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-198-5/+165
|\
| * powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy2022-12-021-1/+0
| * powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faultsNicholas Piggin2022-12-024-1/+155
| * powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2022-11-301-0/+8
| * powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-11-301-1/+0
| * Merge branch 'fixes' into nextMichael Ellerman2022-11-303-17/+70
| |\
| * | powerpc: Remove find_current_mm_pte()Christophe Leroy2022-11-241-2/+2
* | | hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2022-11-081-37/+0
| |/ |/|
* | powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin2022-10-181-3/+5
* | powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6