summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-294-4/+10
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-3115-227/+304
|\
| * powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V2023-08-281-2/+6
| * powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V2023-08-281-4/+15
| * powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-08-241-0/+1
| * powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman2023-08-241-0/+1
| * powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2023-08-182-64/+113
| * powerpc/47x: Add prototype for mmu_init_secondary()Christophe Leroy2023-08-181-0/+1
| * powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeChristophe Leroy2023-08-181-14/+5
| * powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+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: Add mm_cpumask warning when context switchingNicholas Piggin2023-08-021-2/+5
| * powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin2023-08-021-1/+1
| * powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin2023-08-021-0/+1
| * powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy2023-08-021-1/+1
| * powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2023-08-021-13/+2
| * powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy2023-08-023-9/+4
| * powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy2023-08-021-1/+1
| * powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy2023-08-021-1/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-2916-200/+798
|\ \
| * | powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-244-55/+53
| * | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-1/+2
| * | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+1
| |\ \
| * | | powerpc: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-213-50/+50
| * | | 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-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
|\ \