aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscall_x32.c
AgeCommit message (Expand)Author
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada
2021-05-20x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*Masahiro Yamada
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst