summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/sys_compat.c
AgeCommit message (Expand)AuthorLines
2022-04-29arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscallAlexandru Elisei-1/+1
2022-03-08arm64: drop unused includes of <linux/personality.h>Sagar Patel-1/+0
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba-1/+1
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne-3/+2
2019-10-28arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas-1/+1
2019-10-25arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse-0/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-6/+5
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon-5/+4
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-09-27signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman-8/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+1
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin-1/+1
2018-03-05arm64: Mirror arm for unimplemented compat syscallsMichael Weiser-1/+20
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy-1/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar-0/+1
2016-09-09arm64: simplify sysreg manipulationMark Rutland-1/+1
2014-12-01arm64: compat: align cacheflush syscall with arch/armVladimir Murzin-20/+29
2014-09-11arm64: flush TLS registers during execWill Deacon-0/+6
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas-1/+1
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas-15/+0
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro-11/+0
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro-15/+5
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas-18/+0
2012-10-13Merge tag 'arm64-uapi' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Linus Torvalds-3/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-3/+3
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas-3/+1
2012-10-08arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas-20/+0
2012-09-17arm64: 32-bit (compat) applications supportWill Deacon-0/+164