summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray1-1/+1
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy3-12/+11
2023-10-19powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy1-3/+8
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy1-7/+15
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2-7/+7
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy1-7/+12
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy1-4/+0
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy1-2/+2
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy5-24/+14
2023-10-19powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy1-1/+2
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy1-3/+2
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy1-1/+1
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy3-0/+4
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy1-2/+1
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman1-8/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds15-227/+304
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-200/+798
2023-08-28powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V1-2/+6
2023-08-28powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V1-4/+15
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)4-55/+53
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman1-0/+1
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman1-0/+1
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+1
2023-08-21powerpc: convert various functions to use ptdescsVishal Moola (Oracle)3-50/+50
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V1-0/+3
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2-18/+14
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V1-0/+203
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V2-32/+321
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V3-0/+113
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V2-2/+2
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-4/+0
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple2-5/+5
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2-0/+5
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy3-45/+12
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins1-3/+26
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins1-2/+6
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2-64/+113
2023-08-18powerpc/47x: Add prototype for mmu_init_secondary()Christophe Leroy1-0/+1
2023-08-18powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeChristophe Leroy1-14/+5
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-08-14powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy1-119/+121
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann1-0/+1
2023-08-02powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin1-1/+29
2023-08-02powerpc: Add mm_cpumask warning when context switchingNicholas Piggin1-2/+5
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin1-1/+1
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin1-0/+1
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy1-1/+1