summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/interrupt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off orderNicholas Piggin2021-04-141-2/+2
* powerpc/32: Manage KUAP in CChristophe Leroy2021-03-291-15/+4
* powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy2021-03-291-6/+6
* powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy2021-03-291-0/+4
* powerpc/32: Replace ASM exception exit by C exception exit from ppc64Christophe Leroy2021-03-291-1/+5
* powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy2021-03-121-1/+0
* powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()Christophe Leroy2021-03-011-1/+1
* powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy2021-02-111-12/+9
* powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-111-14/+27
* powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2021-02-111-4/+5
* powerpc/syscall: Change condition to check MSR_RIChristophe Leroy2021-02-111-3/+4
* powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2021-02-111-0/+2
* powerpc/syscall: Use is_compat_task()Christophe Leroy2021-02-111-1/+3
* powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy2021-02-111-7/+24
* powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy2021-02-111-0/+479