aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/syscalls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-21x86: Remove unneeded includesBrian Gerst1-5/+0
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst1-29/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365Thomas Gleixner1-3/+1
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski1-1/+1
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski1-16/+4
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bit syscallsDominik Brodowski1-0/+7
2018-04-02x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski1-1/+1
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski1-0/+1
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen1-1/+1
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2013-08-06x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen1-3/+3
2013-05-02x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum1-2/+2
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-2/+2
2013-02-03x86: switch to generic old sigactionAl Viro1-2/+0
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-1/+0
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldAl Viro1-2/+2
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-2/+2
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro1-1/+1
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-3/+0
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-11/+0
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro1-4/+9
2012-11-28consolidate sys_execve() prototypeAl Viro1-3/+0
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-12Add generic sys_olduname()Christoph Hellwig1-7/+0
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-3/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-1/+0
2010-03-12Add generic sys_old_mmap()Christoph Hellwig1-2/+0
2010-03-12Add generic sys_old_select()Christoph Hellwig1-2/+0
2009-12-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-22/+10
2009-12-11Unify sys_mmap*Al Viro1-2/+0
2009-12-09x86: Merge sys_cloneBrian Gerst1-6/+2
2009-12-09x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst1-2/+2
2009-12-09x86: Merge sys_sigaltstackBrian Gerst1-5/+3
2009-12-09x86: Merge sys_execveBrian Gerst1-4/+2
2009-12-09x86: Merge sys_ioplBrian Gerst1-5/+1
2009-04-12x86: clean up declarations and variablesJaswinder Singh Rajput1-21/+24
2009-02-19x86: syscalls.h: remove asmlinkage from declaration of sys_rt_sigreturn()Hiroshi Shimamoto1-1/+1
2009-02-13Merge branch 'core/header-fixes' into x86/headersIngo Molnar1-0/+1
2009-02-11x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin1-1/+1
2009-02-11x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst1-15/+10
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst1-10/+15
2009-02-02headers_check fix: x86, prctl.hJaswinder Singh Rajput1-0/+1
2009-01-21Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar1-1/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-8/+8
2008-12-18x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they get usedJaswinder Singh1-4/+4
2008-12-16x86: ldt.c declare sys_modify_ldt before they get usedJaswinder Singh1-3/+3
2008-12-08x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto1-1/+1
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+93