summaryrefslogtreecommitdiff
path: root/arch/x86/syscalls
AgeCommit message (Expand)AuthorFilesLines
2013-02-04x86: switch to generic old sigactionAl Viro1-1/+1
2013-02-04x86: switch to generic compat rt_sigaction()Al Viro2-2/+2
2013-02-04x86: switch to generic compat sched_rr_get_interval()Al Viro1-1/+1
2013-02-04x86,um: switch to generic old sigsuspend()Al Viro1-1/+1
2013-02-04x86: switch to generic compat rt_sigqueueinfo()Al Viro2-2/+2
2013-02-04x86: switch to generic compat rt_sigpending()Al Viro2-2/+2
2013-02-04x86: get rid of pt_regs argument in vm86/vm86oldAl Viro1-2/+2
2013-02-04x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-2/+2
2013-02-04x86: get rid of pt_regs argument of iopl(2)Al Viro1-1/+1
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2012-12-20generic compat_sys_sigaltstack()Al Viro2-2/+2
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2-2/+2
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2012-12-14module: add syscall to load module from fdKees Cook2-0/+2
2012-11-29x86, um: switch to generic fork/vfork/cloneAl Viro1-3/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-10-02UAPI: Plumb the UAPI Kbuilds into the user header installation and checkingDavid Howells1-1/+1
2012-10-02UAPI: x86: Differentiate the generated UAPI and internal headersDavid Howells1-7/+10
2012-10-01x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-1/+1
2012-08-19x32: Use compat shims for {g,s}etsockoptMike Frysinger1-2/+4
2012-08-02x86-64, kcmp: The kcmp system call can be commonH. Peter Anvin1-1/+1
2012-06-01syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2-0/+3
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-279/+324
2012-03-22x86-32: Fix typo for mq_getsetattr in syscall tableThierry Reding1-1/+1
2012-03-06x32: Add ptrace for x32H.J. Lu1-2/+2
2012-03-06x32: Switch to a 64-bit clock_tH. Peter Anvin1-2/+2
2012-02-21x32: Generate <asm/unistd_64_x32.h>H. Peter Anvin1-1/+6
2012-02-21x32: Generate <asm/unistd_x32.h>H. Peter Anvin1-3/+10
2012-02-21x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin2-274/+307
2012-02-21x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin1-1/+1
2011-11-19x86, syscall: Allow syscall offset to be symbolicH. Peter Anvin1-1/+5
2011-11-19x86: Simplify syscallhdr.shH. Peter Anvin1-16/+3
2011-11-18x86: Machine-readable syscall tables and scripts to process themH. Peter Anvin5-0/+771