summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/interrupt_64.S
Commit message (Expand)AuthorAgeFilesLines
* 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-251-20/+123
* powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin2021-06-251-1/+5
* powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin2021-06-251-2/+2
* powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin2021-06-251-0/+635