summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* docs: move powerpc under archCosta Shulyupin2023-10-101-3/+3
* powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-201-56/+56
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-1/+3
|\
| * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-1/+3
* | powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure2022-12-021-9/+18
* | powerpc/64s: IOption for MSR stored in r12Rohan McLure2022-12-021-0/+7
* | powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin2022-12-021-1/+1
* | powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-40/+40
* | powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2022-10-181-1/+13
|/
* powerpc/64s/interrupt: Fix stack frame regs markerNicholas Piggin2022-10-051-1/+0
* powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARNNicholas Piggin2022-10-041-2/+6
* powerpc/64s: Remove lost/old commentMichael Ellerman2022-09-301-10/+0
* powerpc/64s: Remove old STAB commentMichael Ellerman2022-09-301-6/+0
* powerpc/64s/interrupt: halt early boot interrupts if paca is not set upNicholas Piggin2022-09-281-2/+13
* powerpc/64s: early boot machine check handlerNicholas Piggin2022-09-281-1/+5
* powerpc/64s/interrupt: move early boot ILE fixup into a macroNicholas Piggin2022-09-281-45/+56
* powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-3/+3
* powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKERNicholas Piggin2022-09-281-1/+1
* powerpc/64s/interrupt: masked handler debug check for previous hard disableNicholas Piggin2022-09-281-0/+10
* powerpc/64s: Fix comment on interrupt handler prologueRohan McLure2022-09-261-2/+2
* powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
* KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2022-03-081-0/+4
* powerpc/64/asm: Do not reassign labelsDaniel Axtens2021-12-231-16/+16
* powerpc/64/asm: Inline BRANCH_TO_C000Alexey Kardashevskiy2021-12-231-14/+3
* powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin2021-12-161-0/+63
* powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin2021-12-161-34/+4
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-0/+16
* powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin2021-12-021-2/+2
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-4/+2
* powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin2021-10-071-2/+6
* powerpc/64s: fix program check interrupt emergency stack pathNicholas Piggin2021-10-071-7/+10
* powerpc/64s: Fix scv implicit soft-mask table for relocated kernelsNicholas Piggin2021-08-201-3/+4
* powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-301-10/+54
* powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin2021-06-251-8/+11
* powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin2021-06-251-0/+41
* powerpc/64s: save one more register in the masked interrupt handlerNicholas Piggin2021-06-251-14/+20
* powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin2021-06-251-2/+0
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-0/+27
* powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin2021-06-251-36/+40
* KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin2021-06-101-1/+20
* KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin2021-06-101-108/+23
* KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin2021-06-101-41/+1
* KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin2021-06-101-3/+3
* KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin2021-06-101-60/+0
* KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin2021-06-101-7/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-04-181-8/+7
|\
| * powerpc/64s: remove KVM SKIP test from instruction breakpoint handlerNicholas Piggin2021-04-121-2/+7
| * powerpc/64s: Remove KVM handler support from CBE_RAS interruptsNicholas Piggin2021-04-121-6/+0
* | powerpc/64s: power4 nap fixup in CNicholas Piggin2021-04-081-45/+0
|/
* powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens2021-03-101-1/+1