aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Gravatar Jonathan Marek 1-0/+10
2021-07-09Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+1
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheGravatar Aneesh Kumar K.V 2-18/+34
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Gravatar Aneesh Kumar K.V 2-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Gravatar Aneesh Kumar K.V 2-3/+3
2021-07-05powerpc/mm: Fix lockup on kernel exec faultGravatar Christophe Leroy 1-3/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 21-328/+360
2021-06-30powerpc/64s: fix hash page fault interrupt handlerGravatar Nicholas Piggin 1-13/+11
2021-06-30powerpc/4xx: Fix setup_kuep() on SMPGravatar Christophe Leroy 1-1/+5
2021-06-30powerpc/32s: Fix setup_{kuap/kuep}() on SMPGravatar Christophe Leroy 2-2/+2
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+3
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAGravatar Mike Rapoport 2-3/+3
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-61/+177
2021-06-25powerpc/mm: Properly coalesce pages in ptdumpGravatar Christophe Leroy 1-19/+3
2021-06-25powerpc/mm: Leave a gap between early allocated IO areasGravatar Christophe Leroy 2-3/+3
2021-06-25powerpc/64s: Fix boot failure with 4K RadixGravatar Michael Ellerman 1-1/+7
2021-06-23Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 2-4/+179
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEGravatar Bharata B Rao 1-4/+0
2021-06-21KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEGravatar Bharata B Rao 1-0/+174
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defGravatar Bharata B Rao 1-0/+5
2021-06-21powerpc/32: use set_memory_attr()Gravatar Christophe Leroy 1-50/+10
2021-06-21powerpc/mm: implement set_memory_attr()Gravatar Christophe Leroy 1-0/+33
2021-06-21powerpc/mm: Implement set_memory() routinesGravatar Russell Currey 2-1/+102
2021-06-17Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 3-68/+9
2021-06-17powerpc/mm/book3s64: Fix possible build errorGravatar Aneesh Kumar K.V 1-9/+17
2021-06-17powerpc/32: Display modules range in virtual memory layoutGravatar Christophe Leroy 1-0/+4
2021-06-17powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEGravatar Christophe Leroy 1-2/+4
2021-06-17powerpc: Define swapper_pg_dir[] in CGravatar Christophe Leroy 1-0/+2
2021-06-17powerpc: Define empty_zero_page[] in CGravatar Christophe Leroy 1-0/+3
2021-06-17powerpc/nohash: Remove DEBUG_HARDERGravatar Christophe Leroy 1-32/+0
2021-06-17powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTGravatar Christophe Leroy 1-4/+1
2021-06-17powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYGravatar Christophe Leroy 1-46/+1
2021-06-17powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hGravatar Christophe Leroy 1-42/+24
2021-06-17powerpc/nohash: Convert set_context() to CGravatar Christophe Leroy 3-30/+27
2021-06-17powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Gravatar Christophe Leroy 3-14/+8
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionGravatar Christophe Leroy 1-1/+13
2021-06-17powerpc/32s: Allow disabling KUAP at boot timeGravatar Christophe Leroy 1-4/+8
2021-06-17powerpc/32s: Allow disabling KUEP at boot timeGravatar Christophe Leroy 1-4/+7
2021-06-17powerpc/32s: Initialise KUAP and KUEP in CGravatar Christophe Leroy 2-0/+12
2021-06-17powerpc/32s: Convert switch_mmu_context() to CGravatar Christophe Leroy 1-0/+35
2021-06-17powerpc/32s: move CTX_TO_VSID() into mmu-hash.hGravatar Christophe Leroy 1-13/+0
2021-06-17powerpc/32s: Refactor update of user segment registersGravatar Christophe Leroy 1-37/+0
2021-06-17powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.cGravatar Christophe Leroy 4-20/+20
2021-06-17powerpc/8xx: Allow disabling KUAP at boot timeGravatar Christophe Leroy 1-3/+8
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Gravatar Christophe Leroy 1-0/+13
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationGravatar Christophe Leroy 1-2/+2
2021-06-10KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUGravatar Nicholas Piggin 3-68/+9
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesGravatar Marc Zyngier 1-0/+1
2021-06-06powerpc/mem: Add back missing header to fix 'no previous prototype' errorGravatar Christophe Leroy 1-0/+1