summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/interrupt.c
AgeCommit message (Expand)AuthorFilesLines
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