summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-091-1/+1
* syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-051-16/+4
* syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski2018-04-051-0/+7
* x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski2018-04-021-1/+1
* x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski2018-04-021-0/+1
* x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen2017-10-201-1/+1
* x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
* x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen2013-08-061-3/+3
* x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum2013-05-021-2/+2
* make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-031-2/+2
* x86: switch to generic old sigactionAl Viro2013-02-031-2/+0
* x86,um: switch to generic old sigsuspend()Al Viro2013-02-031-1/+0
* x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-031-2/+2
* x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-031-2/+2
* x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-031-1/+1
* introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-191-3/+0
* take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-11/+0
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-281-4/+9
* consolidate sys_execve() prototypeAl Viro2012-11-281-3/+0
* x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-301-1/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* Add generic sys_olduname()Christoph Hellwig2010-03-121-7/+0
* improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-3/+0
* Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-1/+0
* Add generic sys_old_mmap()Christoph Hellwig2010-03-121-2/+0
* Add generic sys_old_select()Christoph Hellwig2010-03-121-2/+0
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-161-22/+10
|\
| * x86: Merge sys_cloneBrian Gerst2009-12-091-6/+2
| * x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-091-2/+2
| * x86: Merge sys_sigaltstackBrian Gerst2009-12-091-5/+3
| * x86: Merge sys_execveBrian Gerst2009-12-091-4/+2
| * x86: Merge sys_ioplBrian Gerst2009-12-091-5/+1
* | Unify sys_mmap*Al Viro2009-12-111-2/+0
|/
* x86: clean up declarations and variablesJaswinder Singh Rajput2009-04-121-21/+24
* x86: syscalls.h: remove asmlinkage from declaration of sys_rt_sigreturn()Hiroshi Shimamoto2009-02-191-1/+1
* Merge branch 'core/header-fixes' into x86/headersIngo Molnar2009-02-131-0/+1
|\
| * headers_check fix: x86, prctl.hJaswinder Singh Rajput2009-02-021-0/+1
* | x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-111-1/+1
* | x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-111-15/+10
* | x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-111-10/+15
|/
* Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2009-01-211-1/+1
*-. Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-8/+8
|\ \
| | * x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto2008-12-081-1/+1
| |/ |/|
| * x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they ge...Jaswinder Singh2008-12-181-4/+4
| * x86: ldt.c declare sys_modify_ldt before they get usedJaswinder Singh2008-12-161-3/+3
|/
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+93