summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-09powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy4-3/+32
2020-12-09powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy2-45/+47
2020-12-09powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xxChristophe Leroy2-7/+3
2020-12-09powerpc/32s: Move early_mmu_init() into mmu.cChristophe Leroy2-4/+4
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy3-23/+11
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy2-15/+11
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy2-11/+15
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy2-26/+19
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy2-15/+22
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy4-79/+85
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy2-5/+9
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy2-3/+4
2020-12-09powerpc/32s: Declare Hash related vars as __initdataChristophe Leroy1-4/+4
2020-12-09powerpc/32s: Make Hash var staticChristophe Leroy3-7/+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-09powerpc/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy2-2/+0
2020-12-09powerpc/mm: Add mask of always present MMU featuresChristophe Leroy1-0/+25
2020-12-09powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler1-1/+1
2020-12-08powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACKChristophe Leroy2-74/+60
2020-12-08powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"Colin Ian King1-1/+1
2020-12-08powerpc/pseries/mobility: refactor node lookup during DT updateNathan Lynch1-32/+17
2020-12-08powerpc/rtas: remove unused rtas_suspend_me_dataNathan Lynch1-8/+0
2020-12-08powerpc/pseries/hibernation: remove prepare_late() callbackNathan Lynch1-25/+0
2020-12-08powerpc/pseries/hibernation: perform post-suspend fixups laterNathan Lynch1-17/+4
2020-12-08powerpc/pseries/hibernation: remove redundant cacheinfo updateNathan Lynch1-3/+0
2020-12-08powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch2-44/+0
2020-12-08powerpc/pseries/hibernation: switch to rtas_ibm_suspend_me()Nathan Lynch1-5/+1
2020-12-08powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch2-53/+0
2020-12-08powerpc/machdep: remove suspend_disable_cpu()Nathan Lynch1-1/+0
2020-12-08powerpc/pseries/hibernation: remove pseries_suspend_cpu()Nathan Lynch1-15/+0
2020-12-08powerpc/pseries/hibernation: pass stream id via function argumentsNathan Lynch1-5/+3
2020-12-08powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend opsNathan Lynch1-1/+0
2020-12-08powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch2-67/+1
2020-12-08powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch3-1/+11
2020-12-08powerpc/pseries/mobility: retry partition suspend after errorNathan Lynch1-2/+57
2020-12-08powerpc/pseries/mobility: signal suspend cancellation to platformNathan Lynch1-0/+31
2020-12-08powerpc/pseries/mobility: use stop_machine for join/suspendNathan Lynch1-7/+125
2020-12-08powerpc/pseries/mobility: extract VASI session polling logicNathan Lynch1-5/+64
2020-12-08powerpc/pseries/mobility: use rtas_activate_firmware() on resumeNathan Lynch1-14/+1
2020-12-08powerpc/pseries/mobility: error message improvementsNathan Lynch1-4/+3
2020-12-08powerpc/pseries/mobility: add missing break to default caseNathan Lynch1-0/+1
2020-12-08powerpc/pseries/mobility: don't error on absence of ibm, update-nodesNathan Lynch1-1/+1
2020-12-08powerpc/hvcall: add token and codes for H_VASI_SIGNALNathan Lynch1-0/+9
2020-12-08powerpc/rtas: add rtas_activate_firmware()Nathan Lynch2-0/+31
2020-12-08powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch2-0/+58
2020-12-08powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch3-5/+5
2020-12-08powerpc/rtas: complete ibm,suspend-me status codesNathan Lynch1-1/+6
2020-12-08powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch1-0/+2
2020-12-08powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V5-25/+25