summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-094-8/+4
* powerpc/64s/iommu: Don't use atomic_ function on atomic64_t typeNicholas Piggin2020-12-091-1/+1
* powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.SChristophe Leroy2020-12-092-16/+13
* powerpc/32s: In add_hash_page(), calculate VSID laterChristophe Leroy2020-12-091-6/+6
* powerpc/32s: Remove unused counters incremented by create_hpte()Christophe Leroy2020-12-091-15/+0
* powerpc/mm: Refactor the floor/ceiling check in hugetlb range freeing functionsChristophe Leroy2020-12-091-37/+19
* powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy2020-12-095-12/+28
* powerpc/fault: Avoid heavy search_exception_tables() verificationChristophe Leroy2020-12-091-15/+13
* powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy2020-12-094-12/+5
* powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_b...Christophe Leroy2020-12-091-3/+5
* powerpc/mm: sanity_check_fault() should work for all, not only BOOK3SChristophe Leroy2020-12-091-5/+3
* powerpc/ppc-opcode: Add PPC_RAW_MFSPR()Christophe Leroy2020-12-092-5/+3
* powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy2020-12-092-17/+11
* powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionChristophe Leroy2020-12-092-8/+8
* powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15Christophe Leroy2020-12-091-8/+7
* powerpc/8xx: Always pin kernel text TLBChristophe Leroy2020-12-094-30/+5
* powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handlerChristophe Leroy2020-12-091-2/+1
* powerpc/process: Remove target specific __set_dabr()Christophe Leroy2020-12-091-24/+13
* powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy2020-12-092-0/+12
* powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy2020-12-092-10/+11
* powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy2020-12-094-3/+32
* powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy2020-12-092-45/+47
* powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xxChristophe Leroy2020-12-092-7/+3
* powerpc/32s: Move early_mmu_init() into mmu.cChristophe Leroy2020-12-092-4/+4
* powerpc/32s: Inline flush_hash_entry()Christophe Leroy2020-12-093-23/+11
* powerpc/32s: Inline tlb_flush()Christophe Leroy2020-12-092-15/+11
* powerpc/32s: Split and inline flush_range()Christophe Leroy2020-12-092-11/+15
* powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy2020-12-092-26/+19
* powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy2020-12-092-15/+22
* powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy2020-12-094-79/+85
* powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy2020-12-092-5/+9
* powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy2020-12-092-3/+4
* powerpc/32s: Declare Hash related vars as __initdataChristophe Leroy2020-12-091-4/+4
* powerpc/32s: Make Hash var staticChristophe Leroy2020-12-093-7/+1
* powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash...Christophe Leroy2020-12-092-6/+6
* powerpc/32s: Make bat_addrs[] staticChristophe Leroy2020-12-091-1/+1
* powerpc/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy2020-12-092-2/+0
* powerpc/mm: Add mask of always present MMU featuresChristophe Leroy2020-12-091-0/+25
* powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler2020-12-091-1/+1
* powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACKChristophe Leroy2020-12-082-74/+60
* powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"Colin Ian King2020-12-081-1/+1
* powerpc/pseries/mobility: refactor node lookup during DT updateNathan Lynch2020-12-081-32/+17
* powerpc/rtas: remove unused rtas_suspend_me_dataNathan Lynch2020-12-081-8/+0
* powerpc/pseries/hibernation: remove prepare_late() callbackNathan Lynch2020-12-081-25/+0
* powerpc/pseries/hibernation: perform post-suspend fixups laterNathan Lynch2020-12-081-17/+4
* powerpc/pseries/hibernation: remove redundant cacheinfo updateNathan Lynch2020-12-081-3/+0
* powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch2020-12-082-44/+0
* powerpc/pseries/hibernation: switch to rtas_ibm_suspend_me()Nathan Lynch2020-12-081-5/+1
* powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch2020-12-082-53/+0
* powerpc/machdep: remove suspend_disable_cpu()Nathan Lynch2020-12-081-1/+0