summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2020-12-10powerpc/64s: Remove idle workaround code from restore_cpu_cpufeaturesNicholas Piggin
2020-12-10powerpc/perf: Exclude kernel samples while counting events in user space.Athira Rajeev
2020-12-09powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin
2020-12-09powerpc/64s/iommu: Don't use atomic_ function on atomic64_t typeNicholas Piggin
2020-12-09powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.SChristophe Leroy
2020-12-09powerpc/32s: In add_hash_page(), calculate VSID laterChristophe Leroy
2020-12-09powerpc/32s: Remove unused counters incremented by create_hpte()Christophe Leroy
2020-12-09powerpc/mm: Refactor the floor/ceiling check in hugetlb range freeing functionsChristophe Leroy
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy
2020-12-09powerpc/fault: Avoid heavy search_exception_tables() verificationChristophe Leroy
2020-12-09powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy
2020-12-09powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_b...Christophe Leroy
2020-12-09powerpc/mm: sanity_check_fault() should work for all, not only BOOK3SChristophe Leroy
2020-12-09powerpc/ppc-opcode: Add PPC_RAW_MFSPR()Christophe Leroy
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionChristophe Leroy
2020-12-09powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15Christophe Leroy
2020-12-09powerpc/8xx: Always pin kernel text TLBChristophe Leroy
2020-12-09powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handlerChristophe Leroy
2020-12-09powerpc/process: Remove target specific __set_dabr()Christophe Leroy
2020-12-09powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy
2020-12-09powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy
2020-12-09powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy
2020-12-09powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy
2020-12-09powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xxChristophe Leroy
2020-12-09powerpc/32s: Move early_mmu_init() into mmu.cChristophe Leroy
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy
2020-12-09powerpc/32s: Declare Hash related vars as __initdataChristophe Leroy
2020-12-09powerpc/32s: Make Hash var staticChristophe Leroy
2020-12-09powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash...Christophe Leroy
2020-12-09powerpc/32s: Make bat_addrs[] staticChristophe Leroy
2020-12-09powerpc/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy
2020-12-09powerpc/mm: Add mask of always present MMU featuresChristophe Leroy
2020-12-09powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler
2020-12-08powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACKChristophe Leroy
2020-12-08powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"Colin Ian King
2020-12-08powerpc/pseries/mobility: refactor node lookup during DT updateNathan Lynch
2020-12-08powerpc/rtas: remove unused rtas_suspend_me_dataNathan Lynch
2020-12-08powerpc/pseries/hibernation: remove prepare_late() callbackNathan Lynch
2020-12-08powerpc/pseries/hibernation: perform post-suspend fixups laterNathan Lynch
2020-12-08powerpc/pseries/hibernation: remove redundant cacheinfo updateNathan Lynch
2020-12-08powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch