summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/syscall.c
AgeCommit message (Expand)Author
2021-08-12arm64: fix compat syscall return truncationMark Rutland
2020-12-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland
2020-07-22arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon
2020-07-22arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon
2018-07-30arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon
2018-07-12arm64: implement syscall wrappersMark Rutland
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland
2018-07-12arm64: convert syscall trace logic to CMark Rutland
2018-07-12arm64: convert raw syscall invocation to CMark Rutland