summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/interrupt.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabledNicholas Piggin2021-05-141-0/+7
* powerpc/interrupts: Fix kuep_unlock() callChristophe Leroy2021-05-121-2/+0
* powerpc/irq: Enhance readability of trap typesChristophe Leroy2021-04-211-0/+1
* powerpc/32s: Enhance readability of trap typesChristophe Leroy2021-04-211-0/+6
* powerpc/8xx: Enhance readability of trap typesChristophe Leroy2021-04-211-7/+22
* powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-4/+48
* powerpc: clean up do_page_faultNicholas Piggin2021-04-141-1/+1
* powerpc/64e/interrupt: Use new interrupt context tracking schemeNicholas Piggin2021-04-141-28/+0
* powerpc/64e/interrupt: reconcile irq soft-mask state in CNicholas Piggin2021-04-141-4/+4
* powerpc/64e/interrupt: NMI save irq soft-mask state in CNicholas Piggin2021-04-141-10/+22
* powerpc/64s: power4 nap fixup in CNicholas Piggin2021-04-081-0/+24
* powerpc/32: Manage KUAP in CChristophe Leroy2021-03-291-0/+2
* powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy2021-03-291-1/+5
* powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy2021-03-291-0/+2
* powerpc/32: Entry cpu time accounting in CChristophe Leroy2021-03-291-0/+3
* powerpc/32: Reconcile interrupts in CChristophe Leroy2021-03-291-0/+4
* powerpc/traps: Declare unrecoverable_exception() as __noreturnChristophe Leroy2021-03-291-1/+1
* powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy2021-03-121-1/+2
* powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-111-0/+12
* powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin2021-02-111-5/+20
* powerpc/64s: runlatch interrupt handling in CNicholas Piggin2021-02-091-0/+7
* powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2021-02-091-0/+25
* powerpc: move NMI entry/exit code into wrapperNicholas Piggin2021-02-091-0/+28
* powerpc/64: entry cpu time accounting in CNicholas Piggin2021-02-091-0/+6
* powerpc/64s: reconcile interrupts in CNicholas Piggin2021-02-091-4/+11
* powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin2021-02-091-3/+31
* powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin2021-02-091-0/+2
* powerpc/64: add context tracking to asynchronous interruptsNicholas Piggin2021-02-091-0/+2
* powerpc/64: context tracking move to interrupt wrappersNicholas Piggin2021-02-091-0/+9
* powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin2021-02-091-0/+7
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-0/+66
* powerpc: add interrupt wrapper entry / exit stub functionsNicholas Piggin2021-02-091-0/+66
* powerpc: interrupt handler wrapper functionsNicholas Piggin2021-02-091-0/+169