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