aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/interrupt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy1-0/+2
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy1-1/+5
2021-03-29powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy1-0/+2
2021-03-29powerpc/32: Entry cpu time accounting in CChristophe Leroy1-0/+3
2021-03-29powerpc/32: Reconcile interrupts in CChristophe Leroy1-0/+4
2021-03-29powerpc/traps: Declare unrecoverable_exception() as __noreturnChristophe Leroy1-1/+1
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy1-1/+2
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy1-0/+12
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin1-5/+20
2021-02-09powerpc/64s: runlatch interrupt handling in CNicholas Piggin1-0/+7
2021-02-09powerpc/64s: move NMI soft-mask handling to CNicholas Piggin1-0/+25
2021-02-09powerpc: move NMI entry/exit code into wrapperNicholas Piggin1-0/+28
2021-02-09powerpc/64: entry cpu time accounting in CNicholas Piggin1-0/+6
2021-02-09powerpc/64s: reconcile interrupts in CNicholas Piggin1-4/+11
2021-02-09powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin1-3/+31
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin1-0/+2
2021-02-09powerpc/64: add context tracking to asynchronous interruptsNicholas Piggin1-0/+2
2021-02-09powerpc/64: context tracking move to interrupt wrappersNicholas Piggin1-0/+9
2021-02-09powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin1-0/+7
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin1-0/+66
2021-02-09powerpc: add interrupt wrapper entry / exit stub functionsNicholas Piggin1-0/+66
2021-02-09powerpc: interrupt handler wrapper functionsNicholas Piggin1-0/+169