index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
syscall.h
Age
Commit message (
Expand
)
Author
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-21
x86/entry: Drop asmlinkage from syscalls
Brian Gerst
2020-03-21
x86/entry/32: Enable pt_regs based syscalls
Brian Gerst
2020-03-21
x86/entry: Move max syscall number calculation to syscallhdr.sh
Brian Gerst
2020-02-17
x86/syscalls: Add prototypes for C syscall callbacks
Benjamin Thiel
2019-07-22
x86/syscalls: Split the x32 syscalls into their own table
Andy Lutomirski
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
2019-05-07
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-04-05
syscalls: Remove start and number from syscall_set_arguments() args
Steven Rostedt (VMware)
2019-04-05
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
2019-03-20
syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
2018-04-05
syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64
Dominik Brodowski
2018-04-05
syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...
Dominik Brodowski
2018-01-30
x86/asm: Move 'status' from thread_struct to thread_info
Andy Lutomirski
2016-09-15
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
2016-07-27
x86/ptrace: Stop setting TS_COMPAT in ptrace code
Andy Lutomirski
2015-10-09
x86/syscalls: Give sys_call_ptr_t a useful type
Andy Lutomirski
2015-10-09
x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h
Andy Lutomirski
2014-03-20
audit: use uapi/linux/audit.h for AUDIT_ARCH declarations
Eric Paris
2014-03-20
syscall_get_arch: remove useless function arguments
Eric Paris
2013-08-06
x86: Fix sys_call_table type in asm/syscall.h
Andi Kleen
2013-04-02
x86: remove the x32 syscall bitmask from syscall_get_nr()
Paul Moore
2012-04-14
arch/x86: add syscall_get_arch to syscall.h
Will Drewry
2012-02-20
x32: Handle the x32 system call flag
H. Peter Anvin
2012-01-07
x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.h
H. Peter Anvin
2010-02-17
tracing: Unify arch_syscall_addr() implementations
Mike Frysinger
2009-09-22
x86: syscall_get_nr returns int
Roland McGrath
2008-10-23
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2008-10-23
x86: canonicalize remaining header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro