index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
syscall_x32.c
Age
Commit message (
Expand
)
Author
2025-03-19
x86/syscall/x32: Move x32 syscall table
Brian Gerst
2024-06-28
x86/syscall: Mark exit[_group] syscall handlers __noreturn
Josh Poimboeuf
2024-04-08
x86/syscall: Don't force use of indirect calls for system calls
Linus Torvalds
2021-05-20
x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscall
Masahiro Yamada
2021-05-20
x86/syscalls: Switch to generic syscalltbl.sh
Masahiro Yamada
2021-05-20
x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*
Masahiro Yamada
2020-10-03
mm: remove compat_process_vm_{readv,writev}
Christoph Hellwig
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
2020-07-19
net: remove compat_sys_{get,set}sockopt
Christoph Hellwig
2020-03-21
x86/entry: Drop asmlinkage from syscalls
Brian Gerst
2020-03-21
x86/entry: Remove ABI prefixes from functions in syscall tables
Brian Gerst
2020-03-21
x86/entry/64: Add __SYSCALL_COMMON()
Brian Gerst
2020-03-21
x86/entry: Remove syscall qualifier support
Brian Gerst
2020-03-21
x86/entry: Move max syscall number calculation to syscallhdr.sh
Brian Gerst
2020-03-21
x86/entry/64: Split X32 syscall table into its own file
Brian Gerst