summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2021-08-13powerpc/pseries: Add a helper for form1 cpu distanceAneesh Kumar K.V
2021-08-13powerpc/pseries: Consolidate different NUMA distance update code pathsAneesh Kumar K.V
2021-08-13powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V
2021-08-13powerpc/pseries: rename min_common_depth to primary_domain_indexAneesh Kumar K.V
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V
2021-08-13powerpc/book3s64/radix: make tlb_single_page_flush_ceiling a debugfs entryAneesh Kumar K.V
2021-08-10pseries/drmem: update LMBs after LPMLaurent Dufour
2021-08-10powerpc/numa: Consider the max NUMA node for migratable LPARLaurent Dufour
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek
2021-07-09Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-05powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-30powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin
2021-06-30powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy
2021-06-30powerpc/32s: Fix setup_{kuap/kuep}() on SMPChristophe Leroy
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-25powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy
2021-06-25powerpc/mm: Leave a gap between early allocated IO areasChristophe Leroy
2021-06-25powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman
2021-06-23Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao
2021-06-21KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao
2021-06-21powerpc/32: use set_memory_attr()Christophe Leroy
2021-06-21powerpc/mm: implement set_memory_attr()Christophe Leroy
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