index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
sys_compat.c
Age
Commit message (
Expand
)
Author
2020-11-23
arm64: expose FAR_EL1 tag bits in siginfo
Peter Collingbourne
2019-10-28
arm64: Silence clang warning on mismatched value/register sizes
Catalin Marinas
2019-10-25
arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-space
James Morse
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-01-05
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-01-04
arm64: compat: Don't pull syscall number from regs in arm_compat_syscall
Will Deacon
2019-01-04
arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
Will Deacon
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-09-27
signal/arm64: Push siginfo generation into arm64_notify_die
Eric W. Biederman
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-03-28
arm64: uaccess: Fix omissions from usercopy whitelist
Dave Martin
2018-03-05
arm64: Mirror arm for unimplemented compat syscalls
Michael Weiser
2018-02-19
arm64: uaccess: Formalise types for access_ok()
Robin Murphy
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
2016-09-09
arm64: simplify sysreg manipulation
Mark Rutland
2014-12-01
arm64: compat: align cacheflush syscall with arch/arm
Vladimir Murzin
2014-09-11
arm64: flush TLS registers during exec
Will Deacon
2014-07-10
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
2012-12-17
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
2012-11-28
arm64: sanitize copy_thread(), switch to generic fork/vfork/clone
Al Viro
2012-10-22
arm64: get rid of fork/vfork/clone wrappers
Al Viro
2012-10-17
arm64: Use generic sys_execve() implementation
Catalin Marinas
2012-10-13
Merge tag 'arm64-uapi' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...
Linus Torvalds
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-11
arm64: Do not include asm/unistd32.h in asm/unistd.h
Catalin Marinas
2012-10-08
arm64: Use the generic compat_sys_sendfile() implementation
Catalin Marinas
2012-09-17
arm64: 32-bit (compat) applications support
Will Deacon