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
/
syscalls
/
syscalltbl.sh
Age
Commit message (
Expand
)
Author
2021-05-20
x86/syscalls: Switch to generic syscalltbl.sh
Masahiro Yamada
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
2019-07-22
x86/syscalls: Split the x32 syscalls into their own table
Andy Lutomirski
2019-07-22
x86/syscalls: Disallow compat entries for all types of 64-bit syscalls
Andy Lutomirski
2018-04-09
syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...
Dominik Brodowski
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-10-05
x86/syscalls: Remove bash-isms in syscall table generator
sylvain.bertrand@gmail.com
2016-01-29
x86/syscalls: Add syscall entry qualifiers
Andy Lutomirski
2016-01-29
x86/syscalls: Move compat syscall entry handling into syscalltbl.sh
Andy Lutomirski
2016-01-29
x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32
Andy Lutomirski
2016-01-29
x86/syscalls: Refactor syscalltbl.sh
Andy Lutomirski
2015-06-04
x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...
Ingo Molnar