summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32entry.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-7/+5Star
|\
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-041-6/+5Star
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+0Star
* | x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich2013-01-311-2/+2
|/
* generic compat_sys_sigaltstack()Al Viro2012-12-201-1/+0Star
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-291-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-1/+1
|\
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-10-011-1/+1
* | x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-0/+6
|/
* x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-211-3/+1Star
* x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-181-6/+8
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-1/+1
| * audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris2012-01-171-1/+3
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-5/+5
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-171-359/+0Star
|\ \ | |/ |/|
| * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-171-356/+0Star
| * x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin2011-11-171-3/+0Star
* | x86-64: Cleanup some assembly entry pointsJan Beulich2011-12-051-3/+4
* | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-051-21/+15Star
|/
* Cross Memory AttachChristopher Yeoh2011-11-011-0/+2
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
* x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov2011-06-031-2/+2
* x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov2011-06-031-3/+3
* ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
* net: Add sendmmsg socket system callAnton Blanchard2011-05-051-0/+1
* introduce sys_syncfs to sync a single file systemSage Weil2011-03-211-0/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-161-18/+9Star
|\
| * x86: Use {push,pop}_cfi in more placesJan Beulich2011-02-281-18/+9Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-161-0/+1
|\ \
| * | x86: Add clock_adjtime for x86Richard Cochran2011-02-021-0/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-161-0/+2
|\ \
| * | x86: Separate out entry text sectionJiri Olsa2011-03-081-0/+2
| |/
* / x86: Add new syscalls for x86_64Aneesh Kumar K.V2011-03-151-0/+2
|/
* x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath2010-09-151-1/+7
* x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin2010-09-151-7/+7
* x86: fix up system call numbering nitLinus Torvalds2010-08-111-1/+1
* Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-101-0/+1
|\
| * unistd: add __NR_prlimit64 syscall numbersJiri Slaby2010-07-161-0/+1
* | fanotify: sys_fanotify_mark declartionEric Paris2010-07-281-0/+1
* | fanotify: fanotify_init syscall declarationEric Paris2010-07-281-0/+1
|/
* x86: correctly wire up the newuname system callChristoph Hellwig2010-04-201-1/+1
* Add generic sys_olduname()Christoph Hellwig2010-03-131-2/+2
* Add generic sys_old_select()Christoph Hellwig2010-03-131-1/+1
* Unify sys_mmap*Al Viro2009-12-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-0/+1
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-16/+25
| |\
| * | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-131-0/+1
* | | sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2009-11-061-1/+1
| |/ |/|
* | x86-64: Fix register leak in 32-bit syscall audtingJan Beulich2009-10-261-3/+2Star