summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/interrupt_64.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-191-1/+1
* powerpc/64: remove system call instruction emulationNicholas Piggin2022-05-051-10/+0
* powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin2022-01-181-0/+2
* powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman2021-12-251-4/+4
* powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman2021-12-251-0/+2
* powerpc/64/asm: Do not reassign labelsDaniel Axtens2021-12-231-1/+1
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-21/+13
* powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-131-41/+0
* powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin2021-07-061-1/+5
* powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin2021-06-301-26/+26
* powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin2021-06-301-3/+5
* powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin2021-06-301-0/+6
* powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-301-0/+8
* powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin2021-06-301-2/+14
* powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin2021-06-241-20/+123
* powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin2021-06-241-1/+5
* powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin2021-06-241-2/+2
* powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin2021-06-241-0/+635