summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscall_64.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst1-1/+1
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst1-2/+2
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst1-0/+1
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst1-3/+3
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst1-1/+1
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst1-25/+2
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst1-7/+0
2019-10-11syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen1-4/+10
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski1-0/+25
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski1-5/+0
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski1-2/+7
2018-01-30x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski1-5/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski1-2/+5
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski1-2/+2
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski1-2/+2
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski1-8/+0
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski1-2/+2
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar1-0/+32