summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/syscall.h
AgeCommit message (Expand)Author
2024-04-08x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-08x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds
2023-10-13x86/entry/64: Convert SYSRET validation tests to CBrian Gerst
2023-10-05x86/entry/32: Convert do_fast_syscall_32() to bool return typeBrian Gerst
2023-05-18x86/entry: Add do_SYSENTER_32() prototypeArnd Bergmann
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne
2021-05-25x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel)
2021-05-12x86/syscall: Unconditionally prototype {ia32,x32}_sys_call_table[]H. Peter Anvin (Intel)
2021-05-12x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-02-17x86/syscalls: Add prototypes for C syscall callbacksBenjamin Thiel
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-07-27x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski
2014-03-20audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris
2013-08-06x86: Fix sys_call_table type in asm/syscall.hAndi Kleen
2013-04-02x86: remove the x32 syscall bitmask from syscall_get_nr()Paul Moore
2012-04-14arch/x86: add syscall_get_arch to syscall.hWill Drewry
2012-02-20x32: Handle the x32 system call flagH. Peter Anvin
2012-01-07x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.hH. Peter Anvin
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger
2009-09-22x86: syscall_get_nr returns intRoland McGrath
2008-10-23Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-23x86: canonicalize remaining header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro