aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/syscall.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski1-2/+2
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bit syscallsDominik Brodowski1-0/+4
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski1-3/+3
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski1-15/+5
2016-07-27x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski1-4/+1
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski1-1/+3
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski1-1/+11
2014-03-20audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris1-1/+1
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris1-5/+3
2013-08-06x86: Fix sys_call_table type in asm/syscall.hAndi Kleen1-1/+2
2013-04-02x86: remove the x32 syscall bitmask from syscall_get_nr()Paul Moore1-2/+2
2012-04-14arch/x86: add syscall_get_arch to syscall.hWill Drewry1-0/+27
2012-02-20x32: Handle the x32 system call flagH. Peter Anvin1-2/+3
2012-01-07x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.hH. Peter Anvin1-0/+1
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-0/+2
2009-09-22x86: syscall_get_nr returns intRoland McGrath1-7/+7
2008-10-23Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-52/+54
2008-10-23x86: canonicalize remaining header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+211