aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscall_64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-051-5/+0
* syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bit syscallsDominik Brodowski2018-04-051-2/+7
* x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2018-01-301-5/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski2016-01-291-2/+5
* x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-291-2/+2
* x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-291-2/+2
* x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-291-8/+0
* x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-091-2/+2
* x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-041-0/+32