summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-09powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy1-0/+1
2020-12-09powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy2-3/+10
2020-12-09powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy1-6/+8
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy2-9/+11
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy1-0/+11
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy1-1/+12
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy1-3/+12
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy1-2/+18
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy1-0/+7
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy1-0/+4
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-08powerpc/rtas: remove unused rtas_suspend_me_dataNathan Lynch1-8/+0
2020-12-08powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch1-1/+0
2020-12-08powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch1-1/+0
2020-12-08powerpc/machdep: remove suspend_disable_cpu()Nathan Lynch1-1/+0
2020-12-08powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch1-1/+0
2020-12-08powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch1-0/+5
2020-12-08powerpc/hvcall: add token and codes for H_VASI_SIGNALNathan Lynch1-0/+9
2020-12-08powerpc/rtas: add rtas_activate_firmware()Nathan Lynch1-0/+1
2020-12-08powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch1-0/+1
2020-12-08powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch1-1/+1
2020-12-08powerpc/rtas: complete ibm,suspend-me status codesNathan Lynch1-1/+6
2020-12-08powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V4-23/+23
2020-12-07powerpc/book3s64/kexec: Clear CIABR on kexecJordan Niethe1-0/+5
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+12
2020-12-05powerpc: Remove ucache_bsizeChristophe Leroy1-1/+1
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy4-29/+1
2020-12-04powerpc: Fix update form addressing in inline assemblyChristophe Leroy2-6/+7
2020-12-04powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2-4/+4
2020-12-04lkdtm/powerpc: Add SLB multihit testGanesh Goudar1-1/+27
2020-12-04powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy2-8/+8
2020-12-04powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy1-12/+11
2020-12-04powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2Christophe Leroy2-4/+1
2020-12-04powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xxChristophe Leroy1-1/+4
2020-12-04powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LEChristophe Leroy1-1/+1
2020-12-04powerpc/time: Remove ifdef in get_vtb()Christophe Leroy1-2/+1
2020-12-04powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologChristophe Leroy1-0/+1
2020-12-04powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressChristophe Leroy1-1/+0
2020-12-04ocxl: Initiate a TLB invalidate commandChristophe Lombard1-0/+51
2020-12-04ocxl: Assign a register set to a Logical PartitionChristophe Lombard1-0/+3
2020-12-04powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev1-0/+1
2020-12-04powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V1-6/+57
2020-12-04powerpc/book3s64/kup: Check max key supported before enabling kupAneesh Kumar K.V1-0/+3
2020-12-04powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation.Aneesh Kumar K.V1-1/+1
2020-12-04powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation.Aneesh Kumar K.V1-5/+4
2020-12-04powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V4-11/+28
2020-12-04powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMRAneesh Kumar K.V1-3/+9
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V2-4/+21
2020-12-04powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V1-0/+2