aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown1-2/+2
2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown1-2/+27
2021-12-01arm64: Snapshot thread flagsMark Rutland1-2/+2
2021-08-03arm64: fix compat syscall return truncationMark Rutland1-6/+3
2021-04-08arm64: entry: Enable random_kstack_offset supportKees Cook1-0/+16
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland1-30/+0
2021-01-15arm64: syscall: include prototype for EL0 SVC functionsMark Rutland1-0/+1
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland1-8/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-1/+0
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-1/+0
2020-11-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland1-1/+1
2020-11-18arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne1-1/+1
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-0/+10
2020-07-16arm64: syscall: Expand the comment about ptrace and syscall(-1)Will Deacon1-1/+15
2020-07-16arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon1-0/+3
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon1-1/+1
2020-03-16arm64: Basic Branch Target Identification supportDave Martin1-0/+18
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland1-2/+2
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse1-2/+2
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon1-0/+31
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon1-5/+4
2018-07-30arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon1-1/+8
2018-07-12arm64: implement syscall wrappersMark Rutland1-2/+3
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland1-2/+35
2018-07-12arm64: convert syscall trace logic to CMark Rutland1-3/+54
2018-07-12arm64: convert raw syscall invocation to CMark Rutland1-0/+47