aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-09powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin2-55/+7
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2-3/+2
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy3-3/+3
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy1-5/+4
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionChristophe Leroy1-6/+6
2020-12-09powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15Christophe Leroy1-8/+7
2020-12-09powerpc/8xx: Always pin kernel text TLBChristophe Leroy1-19/+3
2020-12-09powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handlerChristophe Leroy1-2/+1
2020-12-09powerpc/process: Remove target specific __set_dabr()Christophe Leroy1-24/+13
2020-12-09powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAPChristophe Leroy1-8/+0
2020-12-09powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy1-0/+6
2020-12-09powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy1-39/+39
2020-12-09powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xxChristophe Leroy1-2/+2
2020-12-09powerpc/32s: Make Hash var staticChristophe Leroy1-5/+0
2020-12-09powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler1-1/+1
2020-12-08powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch1-43/+0
2020-12-08powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch1-52/+0
2020-12-08powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch1-66/+1
2020-12-08powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch1-1/+1
2020-12-08powerpc/rtas: add rtas_activate_firmware()Nathan Lynch1-0/+30
2020-12-08powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch1-0/+57
2020-12-08powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch1-3/+3
2020-12-08powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch1-0/+2
2020-12-05powerpc: Remove ucache_bsizeChristophe Leroy2-5/+0
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy6-140/+2
2020-12-04powerpc/pci: Remove LSI mappings on device teardownOliver O'Halloran1-4/+78
2020-12-04powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy1-8/+3
2020-12-04powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy1-8/+21
2020-12-04powerpc/feature: Remove CPU_FTR_NODSISRALIGNChristophe Leroy2-9/+1
2020-12-04powerpc/32: Use SPRN_SPRG_SCRATCH2 in exception prologsChristophe Leroy1-15/+7
2020-12-04powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologChristophe Leroy1-16/+8
2020-12-04powerpc/32: Simplify EXCEPTION_PROLOG_1 macroChristophe Leroy1-6/+4
2020-12-04powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressChristophe Leroy1-7/+24
2020-12-04powerpc/32s: Fix an FTR_SECTION_ELSEChristophe Leroy1-1/+1
2020-12-04powerpc/32s: Always map kernel text and rodata with BATsChristophe Leroy1-2/+2
2020-12-04powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev2-0/+2
2020-12-04powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V2-4/+10
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V2-10/+0
2020-12-04powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.Aneesh Kumar K.V1-3/+4
2020-12-04powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V1-1/+5
2020-12-04powerpc/book3s64/pkeys: Inherit correctly on fork.Aneesh Kumar K.V1-0/+10
2020-12-04powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V4-6/+38
2020-12-04powerpc/exec: Set thread.regs early during execAneesh Kumar K.V1-14/+13
2020-12-04powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V1-0/+3
2020-12-04powerpc/64s: Remove "Host" from MCE loggingNicholas Piggin1-1/+1
2020-12-04powerpc/64s/pseries: Add ERAT specific machine check handlerNicholas Piggin1-1/+1
2020-12-04powerpc/64s/powernv: Allow KVM to handle guest machine check detailsNicholas Piggin2-43/+55
2020-12-04powerpc: Reintroduce is_kvm_guest() as a fast-path checkSrikar Dronamraju1-0/+2
2020-12-04powerpc: Rename is_kvm_guest() to check_kvm_guest()Srikar Dronamraju1-4/+4
2020-12-04powerpc: Refactor is_kvm_guest() declaration to new headerSrikar Dronamraju1-0/+1