aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry/syscall_x32.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallGravatar Masahiro Yamada 1-8/+2
2021-05-20x86/syscalls: Switch to generic syscalltbl.shGravatar Masahiro Yamada 1-10/+5
2021-05-20x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*Gravatar Masahiro Yamada 1-14/+2
2020-10-03mm: remove compat_process_vm_{readv,writev}Gravatar Christoph Hellwig 1-0/+2
2020-10-03fs: remove compat_sys_vmspliceGravatar Christoph Hellwig 1-0/+1
2020-10-03fs: remove the compat readv/writev syscallsGravatar Christoph Hellwig 1-0/+2
2020-07-19net: remove compat_sys_{get,set}sockoptGravatar Christoph Hellwig 1-0/+7
2020-03-21x86/entry: Drop asmlinkage from syscallsGravatar Brian Gerst 1-2/+2
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesGravatar Brian Gerst 1-4/+4
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Gravatar Brian Gerst 1-0/+3
2020-03-21x86/entry: Remove syscall qualifier supportGravatar Brian Gerst 1-3/+3
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shGravatar Brian Gerst 1-3/+3
2020-03-21x86/entry/64: Split X32 syscall table into its own fileGravatar Brian Gerst 1-0/+26