aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-359/+33
2011-12-05x86-64: Cleanup some assembly entry pointsJan Beulich1-3/+4
2011-12-05x86-64: Slightly shorten line system call entry and exit pathsJan Beulich1-21/+15
2011-11-18x86, syscall: Re-fix typo in commentH. Peter Anvin1-1/+1
2011-11-17x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin3-357/+26
2011-11-17x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin3-3/+8
2011-10-31Cross Memory AttachChristopher Yeoh1-0/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-22Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+9
2011-07-14x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov1-13/+9
2011-06-03x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov1-2/+2
2011-06-03x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov1-3/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-0/+1
2011-03-23x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson1-0/+1
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil1-0/+1
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-18/+9
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2011-03-15x86: Add new syscalls for x86_64Aneesh Kumar K.V1-0/+2
2011-03-08x86: Separate out entry text sectionJiri Olsa1-0/+2
2011-02-28x86: Use {push,pop}_cfi in more placesJan Beulich1-18/+9
2011-02-02x86: Add clock_adjtime for x86Richard Cochran1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-17/+5
2010-09-14x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath1-1/+7
2010-09-14x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin1-7/+7
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-7/+7
2010-08-10x86: fix up system call numbering nitLinus Torvalds1-1/+1
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-0/+1
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris2-0/+10
2010-07-28fanotify: fanotify_init syscall declarationEric Paris1-0/+1
2010-07-16unistd: add __NR_prlimit64 syscall numbersJiri Slaby1-0/+1
2010-04-20x86: correctly wire up the newuname system callChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+1
2010-03-12Add generic sys_olduname()Christoph Hellwig2-54/+2
2010-03-12Add generic sys_old_mmap()Christoph Hellwig1-3/+3
2010-03-12Add generic sys_old_select()Christoph Hellwig2-19/+1
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2010-02-28Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes-for-linus', 'x86-debug-for-linus', 'x86-doc-for-linus', 'x86-gpu-for-linus' and 'x86-rlimit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-02-10x86, ia32_aout: do not kill argument mappingJiri Slaby1-1/+0
2010-01-29x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin1-1/+0
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds1-4/+6
2010-01-27x86: Use helpers for rlimitsJiri Slaby1-1/+1
2009-12-11Unify sys_mmap*Al Viro2-43/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-16/+25
2009-11-06sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2-57/+1
2009-10-26x86-64: Fix register leak in 32-bit syscall audtingJan Beulich1-3/+2