summaryrefslogtreecommitdiff
path: root/arch/x86/ia32/ia32entry.S
AgeCommit message (Expand)Author
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro
2013-01-31x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich
2012-12-19generic compat_sys_sigaltstack()Al Viro
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris
2012-01-17audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-05x86-64: Cleanup some assembly entry pointsJan Beulich
2011-12-05x86-64: Slightly shorten line system call entry and exit pathsJan Beulich
2011-11-17x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin
2011-11-17x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin
2011-10-31Cross Memory AttachChristopher Yeoh
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown
2011-06-03x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov
2011-06-03x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov
2011-05-28ns: Wire up the setns system callEric W. Biederman
2011-05-05net: Add sendmmsg socket system callAnton Blanchard
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-15x86: Add new syscalls for x86_64Aneesh Kumar K.V
2011-03-08x86: Separate out entry text sectionJiri Olsa
2011-02-28x86: Use {push,pop}_cfi in more placesJan Beulich
2011-02-02x86: Add clock_adjtime for x86Richard Cochran
2010-09-14x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath
2010-09-14x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin
2010-08-10x86: fix up system call numbering nitLinus Torvalds
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris
2010-07-28fanotify: fanotify_init syscall declarationEric Paris
2010-07-16unistd: add __NR_prlimit64 syscall numbersJiri Slaby
2010-04-20x86: correctly wire up the newuname system callChristoph Hellwig
2010-03-12Add generic sys_olduname()Christoph Hellwig
2010-03-12Add generic sys_old_select()Christoph Hellwig
2009-12-11Unify sys_mmap*Al Viro
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-06sysctl: x86 Use the compat_sys_sysctlEric W. Biederman
2009-10-26x86-64: Fix register leak in 32-bit syscall audtingJan Beulich
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo