summaryrefslogtreecommitdiff
path: root/arch/x86/um/sys_call_table_32.c
AgeCommit message (Expand)Author
2021-12-21uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro
2021-05-25x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski
2015-01-04x86, um: actually mark system call tables readonlyDaniel Borkmann
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldAl Viro
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro
2012-09-20um: kill thread->forkingAl Viro
2012-06-09x86, um: Correct syscall table type attributes breaking gcc 4.8Martin Pelikan
2011-12-09x86, um: Fix typo in 32-bit system call modificationsH. Peter Anvin
2011-12-05x86, um: Mark system call tables readonlyH. Peter Anvin
2011-12-05x86, um: Use the same style generated syscall tables as nativeH. Peter Anvin