summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscall_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada2021-05-201-8/+2
* x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada2021-05-201-6/+3
* x86/entry: Drop asmlinkage from syscallsBrian Gerst2020-03-211-1/+1
* x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst2020-03-211-2/+2
* x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-211-0/+1
* x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-211-3/+3
* x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-211-1/+1
* x86/entry/64: Split X32 syscall table into its own fileBrian Gerst2020-03-211-25/+2
* x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst2020-03-211-7/+0
* syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen2019-10-111-4/+10
* x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski2019-07-221-0/+25
* 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-bi...Dominik 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