aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/syscall.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-10/+0
2021-08-03arm64: fix compat syscall return truncationMark Rutland1-9/+10
2020-07-16arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon1-1/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-29arm64: fix syscall_fn_t typeSami Tolvanen1-1/+1
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-2/+2
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-18/+4
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-19/+3
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-2/+2
2018-07-12arm64: implement syscall wrappersMark Rutland1-3/+1
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland1-0/+4
2018-07-12arm64: introduce syscall_fn_tMark Rutland1-1/+5
2014-07-10arm64: Add audit supportAKASHI Takahiro1-0/+14
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro1-0/+1
2013-10-23arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro1-0/+6
2012-09-17arm64: Miscellaneous library functionsMarc Zyngier1-0/+101