aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/entry/syscall_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst1-1/+1
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst1-13/+2
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst1-1/+5
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst1-3/+3
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst1-3/+3
2019-10-11syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen1-5/+3
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski1-3/+3
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION and x32Dominik Brodowski1-3/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski1-2/+2
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski1-8/+2
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski1-2/+2
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski1-4/+1
2015-06-08x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat_maxIngo Molnar1-3/+3
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar1-3/+3
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar1-0/+33