index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
um
/
sys_call_table_32.c
Age
Commit message (
Expand
)
Author
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
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-01-04
x86, um: actually mark system call tables readonly
Daniel Borkmann
2013-02-03
x86: get rid of pt_regs argument in vm86/vm86old
Al Viro
2013-02-03
x86: get rid of pt_regs argument of iopl(2)
Al Viro
2012-12-19
introduce generic sys_sigaltstack(), switch x86 and um to it
Al Viro
2012-11-28
x86, um: switch to generic fork/vfork/clone
Al Viro
2012-09-30
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
2012-09-20
um: kill thread->forking
Al Viro
2012-06-09
x86, um: Correct syscall table type attributes breaking gcc 4.8
Martin Pelikan
2011-12-09
x86, um: Fix typo in 32-bit system call modifications
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