summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2021-06-21powerpc/mm: Implement set_memory() routinesRussell Currey2-1/+102
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman3-68/+9
2021-06-17powerpc/mm/book3s64: Fix possible build errorAneesh Kumar K.V1-9/+17
2021-06-16powerpc/32: Display modules range in virtual memory layoutChristophe Leroy1-0/+4
2021-06-16powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy1-2/+4
2021-06-16powerpc: Define swapper_pg_dir[] in CChristophe Leroy1-0/+2
2021-06-16powerpc: Define empty_zero_page[] in CChristophe Leroy1-0/+3
2021-06-16powerpc/nohash: Remove DEBUG_HARDERChristophe Leroy1-32/+0
2021-06-16powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTChristophe Leroy1-4/+1
2021-06-16powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYChristophe Leroy1-46/+1
2021-06-16powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hChristophe Leroy1-42/+24
2021-06-16powerpc/nohash: Convert set_context() to CChristophe Leroy3-30/+27
2021-06-16powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy3-14/+8
2021-06-16powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy1-1/+13
2021-06-16powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy1-4/+8
2021-06-16powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy1-4/+7
2021-06-16powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy2-0/+12
2021-06-16powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy1-0/+35
2021-06-16powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy1-13/+0
2021-06-16powerpc/32s: Refactor update of user segment registersChristophe Leroy1-37/+0
2021-06-16powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.cChristophe Leroy4-20/+20
2021-06-16powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy1-3/+8
2021-06-16powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy1-0/+13
2021-06-16powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-2/+2
2021-06-10KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin3-68/+9
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier1-0/+1
2021-06-06powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy1-0/+1
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+2
2021-05-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-23/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+1
2021-04-30powerpc: inline huge vmap supported functionsNicholas Piggin1-21/+0
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-4/+4
2021-04-22powerpc/64s: Fix mm_cpumask memory ordering commentNicholas Piggin1-11/+13
2021-04-21powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy1-0/+21
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song2-10/+10
2021-04-14powerpc/mm/radix: Make radix__change_memory_range() staticMichael Ellerman1-2/+2
2021-04-14powerpc: clean up do_page_faultNicholas Piggin2-28/+15
2021-04-14powerpc/64e/interrupt: handle bad_page_fault in CNicholas Piggin1-4/+1
2021-04-14powerpc/mem: Use kmap_local_page() in flushing functionsChristophe Leroy1-9/+10
2021-04-14powerpc/mem: Inline flush_dcache_page()Christophe Leroy1-15/+0
2021-04-14powerpc/mem: Help GCC realise __flush_dcache_icache() flushes single pagesChristophe Leroy1-1/+1
2021-04-14powerpc/mem: flush_dcache_icache_phys() is for HIGHMEM pages onlyChristophe Leroy1-8/+9
2021-04-14powerpc/mem: Optimise flush_dcache_icache_hugepage()Christophe Leroy1-6/+6
2021-04-14powerpc/mem: Call flush_coherent_icache() at higher levelChristophe Leroy1-8/+3
2021-04-14powerpc/mem: Remove address argument to flush_coherent_icache()Christophe Leroy1-8/+5
2021-04-14powerpc/mem: Declare __flush_dcache_icache() staticChristophe Leroy1-30/+30
2021-04-14powerpc/mem: Move cache flushing functions into mm/cacheflush.cChristophe Leroy3-282/+257
2021-04-14powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy1-7/+0