aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/sys_call_table_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro1-3/+0
2021-12-21uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro1-14/+0
2021-05-25x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst1-1/+1
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada1-6/+0
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada1-6/+3
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst1-0/+3
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst1-2/+2
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski1-2/+2
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski1-2/+2
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski1-3/+0
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski1-2/+2
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski1-2/+1
2015-03-10x86/asm/entry/64: Remove stub_ioplDenys Vlasenko1-1/+1
2015-01-04x86, um: actually mark system call tables readonlyDaniel Borkmann1-1/+1
2014-12-13x86: hook up execveat system callDavid Drysdale1-0/+1
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-1/+0
2012-05-21um: stub_rt_sigsuspend isn't needed these days anymoreAl Viro1-1/+0
2012-02-20x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin1-0/+3
2011-12-05x86, um: Mark system call tables readonlyH. Peter Anvin1-1/+1
2011-12-05x86, um: Use the same style generated syscall tables as nativeH. Peter Anvin1-19/+12
2011-11-02um: sanitize paths in sys_call_table* includesAl Viro1-1/+1
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro1-0/+64