aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/syscall.c
AgeCommit message (Expand)Author
8 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann
2023-06-07arm64: syscall: unmask DAIF for tracing statusGuo Hui
2023-01-12arm64/sme: Optimise SME exit on syscall entryMark Brown
2022-11-29arm64/sve: Leave SVE enabled on syscall if we don't context switchMark Brown
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown
2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown
2021-12-01arm64: Snapshot thread flagsMark Rutland
2021-08-03arm64: fix compat syscall return truncationMark Rutland
2021-04-08arm64: entry: Enable random_kstack_offset supportKees Cook
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland
2021-01-15arm64: syscall: include prototype for EL0 SVC functionsMark Rutland
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland
2020-11-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland
2020-11-18arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino
2020-07-16arm64: syscall: Expand the comment about ptrace and syscall(-1)Will Deacon
2020-07-16arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse
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