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