summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscall_32.c
Commit message (Expand)AuthorAgeFilesLines
* syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-051-3/+3
* syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski2018-04-051-3/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-291-2/+2
* x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-291-8/+2Star
* x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-091-2/+2
* x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski2015-10-091-4/+1Star
* x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2015-06-081-3/+3
* x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-3/+3
* x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-041-0/+33