aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 15-227/+304
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 16-200/+798
2023-08-28powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Gravatar Aneesh Kumar K.V 1-2/+6
2023-08-28powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledGravatar Aneesh Kumar K.V 1-4/+15
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+1
2023-08-24powerpc: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 4-55/+53
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDGravatar Suren Baghdasaryan 1-1/+2
2023-08-24powerpc: Don't include lppaca.h in paca.hGravatar Michael Ellerman 1-0/+1
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hGravatar Michael Ellerman 1-0/+1
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesGravatar Andrew Morton 1-0/+1
2023-08-21powerpc: convert various functions to use ptdescsGravatar Vishal Moola (Oracle) 3-50/+50
2023-08-21mm: enable page walking API to lock vmas during the walkGravatar Suren Baghdasaryan 1-0/+1
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Gravatar Aneesh Kumar K.V 1-0/+3
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeGravatar Aneesh Kumar K.V 2-18/+14
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixGravatar Aneesh Kumar K.V 1-0/+203
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Gravatar Aneesh Kumar K.V 2-32/+321
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageGravatar Aneesh Kumar K.V 3-0/+113
2023-08-18powerpc/mm/trace: convert trace event to trace event classGravatar Aneesh Kumar K.V 2-2/+2
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsGravatar Matthew Wilcox (Oracle) 1-4/+0
2023-08-18mmu_notifiers: rename invalidate_range notifierGravatar Alistair Popple 2-5/+5
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsGravatar Alistair Popple 2-0/+5
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPGravatar Christophe Leroy 3-45/+12
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageGravatar Hugh Dickins 1-3/+26
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Gravatar Hugh Dickins 1-2/+6
2023-08-18powerpc/mm: Cleanup memory block size probingGravatar Aneesh Kumar K.V 2-64/+113
2023-08-18powerpc/47x: Add prototype for mmu_init_secondary()Gravatar Christophe Leroy 1-0/+1
2023-08-18powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeGravatar Christophe Leroy 1-14/+5
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2023-08-14powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEGravatar Christophe Leroy 1-119/+121
2023-08-02powerpc: address missing-prototypes warningsGravatar Arnd Bergmann 1-0/+1
2023-08-02powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsGravatar Nicholas Piggin 1-1/+29
2023-08-02powerpc: Add mm_cpumask warning when context switchingGravatar Nicholas Piggin 1-2/+5
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperGravatar Nicholas Piggin 1-1/+1
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmGravatar Nicholas Piggin 1-0/+1
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesGravatar Christophe Leroy 1-1/+1
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Gravatar Christophe Leroy 1-13/+2
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapGravatar Christophe Leroy 3-9/+4
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPGravatar Christophe Leroy 1-1/+1
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userGravatar Christophe Leroy 1-1/+1
2023-07-28powerpc/mm/altmap: Fix altmap boundary checkGravatar Aneesh Kumar K.V 1-2/+1
2023-07-17powerpc/kasan: Disable KCOV in KASAN codeGravatar Benjamin Gray 1-0/+1
2023-07-10powerpc/64s: Fix native_hpte_remove() to be irq-safeGravatar Michael Ellerman 1-4/+9
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-20/+29
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-47/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-2/+8
2023-06-24powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()Gravatar Linus Torvalds 1-11/+3
2023-06-24powerpc/mm: Convert to using lock_mm_and_find_vma()Gravatar Michael Ellerman 1-36/+3
2023-06-21powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Gravatar Aneesh Kumar K.V 1-1/+1
2023-06-21powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencodingGravatar Aneesh Kumar K.V 1-2/+1
2023-06-21powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoGravatar Aneesh Kumar K.V 1-12/+22