summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe 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/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy
2020-12-09powerpc/mm: Add mask of always present MMU featuresChristophe Leroy
2020-12-08powerpc/rtas: remove unused rtas_suspend_me_dataNathan Lynch
2020-12-08powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch
2020-12-08powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch
2020-12-08powerpc/machdep: remove suspend_disable_cpu()Nathan Lynch
2020-12-08powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch
2020-12-08powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch
2020-12-08powerpc/hvcall: add token and codes for H_VASI_SIGNALNathan Lynch
2020-12-08powerpc/rtas: add rtas_activate_firmware()Nathan Lynch
2020-12-08powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch
2020-12-08powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch
2020-12-08powerpc/rtas: complete ibm,suspend-me status codesNathan Lynch
2020-12-08powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V
2020-12-07powerpc/book3s64/kexec: Clear CIABR on kexecJordan Niethe
2020-12-05powerpc: Remove ucache_bsizeChristophe Leroy
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy
2020-12-04powerpc: Fix update form addressing in inline assemblyChristophe Leroy
2020-12-04powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers
2020-12-04lkdtm/powerpc: Add SLB multihit testGanesh Goudar
2020-12-04powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy
2020-12-04powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy
2020-12-04powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2Christophe Leroy
2020-12-04powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xxChristophe Leroy
2020-12-04powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LEChristophe Leroy
2020-12-04powerpc/time: Remove ifdef in get_vtb()Christophe Leroy
2020-12-04powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologChristophe Leroy
2020-12-04powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressChristophe Leroy
2020-12-04ocxl: Initiate a TLB invalidate commandChristophe Lombard
2020-12-04ocxl: Assign a register set to a Logical PartitionChristophe Lombard
2020-12-04powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev
2020-12-04powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V
2020-12-04powerpc/book3s64/kup: Check max key supported before enabling kupAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation.Aneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation.Aneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMRAneesh Kumar K.V
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V
2020-12-04powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V
2020-12-04powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V
2020-12-04powerpc/exec: Set thread.regs early during execAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V
2020-12-04powerpc: Add new macro to handle NESTED_IFCLRAneesh Kumar K.V