summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+1
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2-18/+34
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2-3/+3
2021-07-05powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy1-3/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds21-328/+360
2021-06-30powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin1-13/+11
2021-06-30powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy1-1/+5
2021-06-30powerpc/32s: Fix setup_{kuap/kuep}() on SMPChristophe Leroy2-2/+2
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2-3/+3
2021-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-61/+177
2021-06-24powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy1-19/+3
2021-06-24powerpc/mm: Leave a gap between early allocated IO areasChristophe Leroy2-3/+3
2021-06-24powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman1-1/+7
2021-06-22Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-4/+179
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao1-4/+0
2021-06-21KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao1-0/+174
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao1-0/+5
2021-06-21powerpc/32: use set_memory_attr()Christophe Leroy1-50/+10
2021-06-21powerpc/mm: implement set_memory_attr()Christophe Leroy1-0/+33
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