summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* powerpc/pseries/hibernation: remove pseries_suspend_cpu()Nathan Lynch2020-12-081-15/+0
* powerpc/pseries/hibernation: pass stream id via function argumentsNathan Lynch2020-12-081-5/+3
* powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend opsNathan Lynch2020-12-081-1/+0
* powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch2020-12-082-67/+1
* powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch2020-12-083-1/+11
* powerpc/pseries/mobility: retry partition suspend after errorNathan Lynch2020-12-081-2/+57
* powerpc/pseries/mobility: signal suspend cancellation to platformNathan Lynch2020-12-081-0/+31
* powerpc/pseries/mobility: use stop_machine for join/suspendNathan Lynch2020-12-081-7/+125
* powerpc/pseries/mobility: extract VASI session polling logicNathan Lynch2020-12-081-5/+64
* powerpc/pseries/mobility: use rtas_activate_firmware() on resumeNathan Lynch2020-12-081-14/+1
* powerpc/pseries/mobility: error message improvementsNathan Lynch2020-12-081-4/+3
* powerpc/pseries/mobility: add missing break to default caseNathan Lynch2020-12-081-0/+1
* powerpc/pseries/mobility: don't error on absence of ibm, update-nodesNathan Lynch2020-12-081-1/+1
* powerpc/hvcall: add token and codes for H_VASI_SIGNALNathan Lynch2020-12-081-0/+9
* powerpc/rtas: add rtas_activate_firmware()Nathan Lynch2020-12-082-0/+31
* powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch2020-12-082-0/+58
* powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch2020-12-083-5/+5
* powerpc/rtas: complete ibm,suspend-me status codesNathan Lynch2020-12-081-1/+6
* powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch2020-12-081-0/+2
* powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-085-25/+25
* powerpc/powernv/idle: Restore CIABR after idle for Power9Jordan Niethe2020-12-071-0/+3
* powerpc/book3s64/kexec: Clear CIABR on kexecJordan Niethe2020-12-071-0/+5
* powerpc: Remove ucache_bsizeChristophe Leroy2020-12-053-6/+1
* powerpc: Retire e200 core (mpc555x processor)Christophe Leroy2020-12-0512-186/+11
* powerpc: Fix update form addressing in inline assemblyChristophe Leroy2020-12-043-8/+9
* powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2020-12-042-4/+4
* powerpc/xmon: Change printk() to pr_cont()Christophe Leroy2020-12-041-1/+1
* powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy2020-12-041-2/+14
* lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-038-28/+156
* powernv/pci: Print an error when device enable is blockedOliver O'Halloran2020-12-031-1/+3
* powerpc/pci: Remove LSI mappings on device teardownOliver O'Halloran2020-12-031-4/+78
* powerpc: add security.config, enforcing lockdown=integrityDaniel Axtens2020-12-031-0/+15
* powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy2020-12-032-30/+10
* powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy2020-12-033-16/+29
* powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy2020-12-033-21/+12
* powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2Christophe Leroy2020-12-032-4/+1
* powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xxChristophe Leroy2020-12-031-1/+4
* powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.cChristophe Leroy2020-12-031-5/+0
* powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LEChristophe Leroy2020-12-031-1/+1
* powerpc/mm: Fix verification of MMU_FTR_TYPE_44xChristophe Leroy2020-12-031-1/+1