summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/interrupt.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-14powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off orderNicholas Piggin1-2/+2
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy1-1/+0
2021-03-01powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()Christophe Leroy1-1/+1
2021-02-11powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy1-12/+9
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy1-14/+27
2021-02-11powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy1-4/+5
2021-02-11powerpc/syscall: Change condition to check MSR_RIChristophe Leroy1-3/+4
2021-02-11powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy1-0/+2
2021-02-11powerpc/syscall: Use is_compat_task()Christophe Leroy1-1/+3
2021-02-11powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy1-7/+24
2021-02-11powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy1-0/+479