summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: syscall: unmask DAIF earlier for SVCsMark Rutland2023-08-111-33/+0
* tracing: arm64: Avoid missing-prototype warningsArnd Bergmann2023-07-121-3/+0
* arm64: syscall: unmask DAIF for tracing statusGuo Hui2023-06-071-2/+0
* arm64/sme: Optimise SME exit on syscall entryMark Brown2023-01-121-6/+2
* arm64/sve: Leave SVE enabled on syscall if we don't context switchMark Brown2022-11-291-14/+5
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown2022-05-161-2/+2
* arm64/sme: Implement traps and syscall handling for SMEMark Brown2022-04-221-2/+27
* arm64: Snapshot thread flagsMark Rutland2021-12-011-2/+2
* arm64: fix compat syscall return truncationMark Rutland2021-08-031-6/+3
* arm64: entry: Enable random_kstack_offset supportKees Cook2021-04-081-0/+16
* arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland2021-02-081-30/+0
* arm64: syscall: include prototype for EL0 SVC functionsMark Rutland2021-01-151-0/+1
* arm64: entry: remove redundant IRQ flag tracingMark Rutland2021-01-131-8/+1
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-1/+0
|\
| * arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-301-1/+0
| * arm64: syscall: exit userspace before unmasking exceptionsMark Rutland2020-11-301-1/+1
* | arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne2020-11-181-1/+1
|/
* arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2020-09-041-0/+10
* arm64: syscall: Expand the comment about ptrace and syscall(-1)Will Deacon2020-07-161-1/+15
* arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon2020-07-161-0/+3
* arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon2020-07-161-1/+1
* arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+18
* arm64: entry: cleanup el0 svc handler namingMark Rutland2020-01-171-2/+2
* arm64: Remove asmlinkage from updated functionsJames Morse2019-10-281-2/+2
* arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-231-0/+31
* arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon2019-01-041-5/+4
* arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon2018-07-301-1/+8
* arm64: implement syscall wrappersMark Rutland2018-07-121-2/+3
* arm64: convert native/compat syscall entry to CMark Rutland2018-07-121-2/+35
* arm64: convert syscall trace logic to CMark Rutland2018-07-121-3/+54
* arm64: convert raw syscall invocation to CMark Rutland2018-07-121-0/+47