index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
um
/
sys_call_table_64.c
Age
Commit message (
Expand
)
Author
2024-06-28
x86/syscall: Mark exit[_group] syscall handlers __noreturn
Josh Poimboeuf
2021-12-21
um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.c
Al Viro
2021-12-21
uml: trim unused junk from arch/x86/um/sys_call_table_*.c
Al Viro
2021-05-25
x86/uml/syscalls: Remove array index from syscall initializers
Brian Gerst
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
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
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
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
2015-10-09
x86/syscalls: Give sys_call_ptr_t a useful type
Andy Lutomirski
2015-10-09
x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h
Andy Lutomirski
2015-03-10
x86/asm/entry/64: Remove stub_iopl
Denys Vlasenko
2015-01-04
x86, um: actually mark system call tables readonly
Daniel Borkmann
2014-12-13
x86: hook up execveat system call
David Drysdale
2012-12-19
introduce generic sys_sigaltstack(), switch x86 and um to it
Al Viro
2012-05-21
um: stub_rt_sigsuspend isn't needed these days anymore
Al Viro
2012-02-20
x32: Add x32 system calls to syscall/syscall_64.tbl
H. Peter Anvin
2011-12-05
x86, um: Mark system call tables readonly
H. Peter Anvin
2011-12-05
x86, um: Use the same style generated syscall tables as native
H. Peter Anvin
2011-11-02
um: sanitize paths in sys_call_table* includes
Al Viro
2011-11-02
um: take arch/um/sys-x86 to arch/x86/um
Al Viro