summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/interrupt.c
AgeCommit message (Expand)Author
2021-05-12powerpc/syscall: Calling kuap_save_and_lock() is wrongChristophe Leroy
2021-05-12powerpc/interrupts: Fix kuep_unlock() callChristophe Leroy
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song
2021-04-14powerpc: remove partial register save logicNicholas Piggin
2021-04-14powerpc/64e/interrupt: Use new interrupt context tracking schemeNicholas Piggin
2021-04-14powerpc/interrupt: update common interrupt code forNicholas Piggin
2021-04-14powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off orderNicholas Piggin
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy
2021-03-29powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy
2021-03-29powerpc/32: Replace ASM exception exit by C exception exit from ppc64Christophe Leroy
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy
2021-03-01powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()Christophe Leroy
2021-02-11powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy
2021-02-11powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy
2021-02-11powerpc/syscall: Change condition to check MSR_RIChristophe Leroy
2021-02-11powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy
2021-02-11powerpc/syscall: Use is_compat_task()Christophe Leroy
2021-02-11powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy
2021-02-11powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy