summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2020-12-09powerpc/32s: Move early_mmu_init() into mmu.cChristophe Leroy2-4/+4
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy1-14/+0
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy1-15/+0
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy1-10/+3
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy1-23/+7
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy1-13/+4
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy4-79/+85
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy1-5/+2
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy1-3/+0
2020-12-09powerpc/32s: Declare Hash related vars as __initdataChristophe Leroy1-4/+4
2020-12-09powerpc/32s: Make Hash var staticChristophe Leroy2-2/+1
2020-12-09powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash...Christophe Leroy2-6/+6
2020-12-09powerpc/32s: Make bat_addrs[] staticChristophe Leroy1-1/+1
2020-12-08powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V1-2/+2
2020-12-08powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()Christophe Leroy2-1/+10
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-10/+36
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy1-9/+3
2020-12-03lkdtm/powerpc: Add SLB multihit testGanesh Goudar2-27/+1
2020-12-03powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy1-22/+7
2020-12-03powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.cChristophe Leroy1-5/+0
2020-12-03powerpc/mm: Fix verification of MMU_FTR_TYPE_44xChristophe Leroy1-1/+1
2020-12-03powerpc/32s: Don't use SPRN_SPRG_PGDIR in hash_pageChristophe Leroy1-4/+5
2020-12-03powerpc/32s: Don't hash_preload() kernel textChristophe Leroy4-24/+2
2020-12-03powerpc/32s: Always map kernel text and rodata with BATsChristophe Leroy1-5/+3
2020-12-03powerpc/book3s64/kup: Check max key supported before enabling kupAneesh Kumar K.V2-14/+23
2020-12-03powerpc/book3s64/hash/kuep: Enable KUEP on hashAneesh Kumar K.V1-1/+6
2020-12-03powerpc/book3s64/hash/kuap: Enable kuap on hashAneesh Kumar K.V1-1/+6
2020-12-03powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V1-1/+1
2020-12-03powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V1-47/+10
2020-12-03powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V1-14/+2
2020-12-03powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V7-10/+24
2020-12-03powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V1-2/+2
2020-12-03powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V2-20/+21
2020-12-03powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V2-19/+22
2020-12-03powerpc/book3s64/kuap/kuep: Move uamor setup to pkey initAneesh Kumar K.V1-3/+3
2020-12-03powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2-10/+16
2020-12-03powerpc/64s: Tidy machine check SLB loggingNicholas Piggin1-18/+21
2020-11-27powerpc/numa: Fix a regression on memoryless node 0Srikar Dronamraju1-2/+1
2020-11-26powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin1-0/+20
2020-11-26powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest kernelsNicholas Piggin1-7/+14
2020-11-26powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generationNicholas Piggin1-1/+1
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams1-0/+1
2020-11-19powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()David Hildenbrand1-1/+4
2020-11-19powerpc/book3s64/hash: Drop WARN_ON in hash__remove_section_mapping()David Hildenbrand1-1/+0
2020-11-19powerpc/mm: print warning in arch_remove_linear_mapping()David Hildenbrand1-1/+3
2020-11-19powerpc/mm: protect linear mapping modifications by a mutexDavid Hildenbrand1-0/+5
2020-11-19powerpc/mm: factor out creating/removing linear mappingDavid Hildenbrand1-13/+28
2020-11-19powerpc/mm: Fix comparing pointer to 0 warningKaixu Xia1-1/+1
2020-11-19powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V1-7/+16
2020-11-19powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V1-1/+7