aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-02-11powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy1-12/+10
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy2-22/+11
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy2-24/+1
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy1-0/+3
2021-02-11powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer1-21/+28
2021-02-11powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen1-1/+2
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy2-7/+1
2021-02-11powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2-6/+0
2021-02-11powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin2-6/+9
2021-02-11powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy1-1/+26
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin1-9/+0
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2021-02-10KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin1-3/+0
2021-02-10KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria1-0/+2
2021-02-10KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria1-2/+2
2021-02-09powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman1-0/+45
2021-02-09powerpc/64: Make stack tracing work during very early bootMichael Ellerman1-0/+3
2021-02-09powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl1-65/+73
2021-02-09powerpc/8xx: Fix software emulation interruptChristophe Leroy1-1/+1
2021-02-09powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury1-2/+2
2021-02-09powerpc: remove unneeded semicolonsChengyang Fan2-7/+7
2021-02-09powerpc/64s: runlatch interrupt handling in CNicholas Piggin1-18/+0
2021-02-09powerpc/64s: move NMI soft-mask handling to CNicholas Piggin1-60/+0
2021-02-09powerpc: move NMI entry/exit code into wrapperNicholas Piggin3-46/+10
2021-02-09powerpc/64: entry cpu time accounting in CNicholas Piggin2-6/+0
2021-02-09powerpc/64: move account_stolen_time into its own functionNicholas Piggin1-9/+1
2021-02-09powerpc/64s: reconcile interrupts in CNicholas Piggin1-26/+0
2021-02-09powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin1-2/+16
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin5-18/+6
2021-02-09powerpc/64: context tracking move to interrupt wrappersNicholas Piggin1-51/+7
2021-02-09powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin3-34/+46
2021-02-09powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin1-17/+7
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin9-44/+73
2021-02-09powerpc/traps: factor common code from program check and emulation assistNicholas Piggin1-14/+24
2021-02-09powerpc: improve handling of unrecoverable system resetNicholas Piggin1-1/+4
2021-02-09powerpc/mce: ensure machine check handler always tests RINicholas Piggin1-1/+1
2021-02-09powerpc: introduce die_mceNicholas Piggin1-6/+15
2021-02-09powerpc: add and use unknown_async_exceptionNicholas Piggin3-5/+17
2021-02-09powerpc/perf: move perf irq/nmi handling details into traps.cNicholas Piggin1-1/+30
2021-02-09powerpc/traps: add NOKPROBE_SYMBOL for sreset and mceNicholas Piggin1-0/+2
2021-02-09powerpc/64s: move bad_page_fault handling to CNicholas Piggin1-12/+0
2021-02-09powerpc/64s: add do_bad_page_fault_segv handlerNicholas Piggin1-3/+1
2021-02-09powerpc: bad_page_fault get registers from regsNicholas Piggin3-5/+3
2021-02-09powerpc/32: transfer can avoid saving r4/r5 over trace callNicholas Piggin1-6/+1
2021-02-09powerpc: DebugException remove argsNicholas Piggin4-3/+6
2021-02-09powerpc: do_break get registers from regsNicholas Piggin2-7/+5
2021-02-09powerpc/fsl_booke/32: CacheLockingException remove argsNicholas Piggin2-5/+6
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin6-29/+15
2021-02-09powerpc/64s: move the hash fault handling logic to CNicholas Piggin1-99/+28
2021-02-09powerpc/64s: move DABR match out of handle_page_faultNicholas Piggin1-18/+16