summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
...
| * x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin2012-02-201-40/+0Star
* | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0Star
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-0/+1
|\ \
| * | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
| |/
* | take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-211-1/+0Star
* | __register_binfmt() made voidAl Viro2012-03-211-1/+2
* | aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2012-03-051-7/+7
|/
* 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-174-359/+33Star
|\ \ | |/ |/|
| * x86, syscall: Re-fix typo in commentH. Peter Anvin2011-11-191-1/+1
| * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-173-357/+26Star
| * x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin2011-11-173-3/+8
* | 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
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-231-13/+9Star
|\
| * x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov2011-07-151-13/+9Star
* | 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
* x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2011-03-231-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
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-17/+5Star
* 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
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-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-282-0/+10
* | fanotify: fanotify_init syscall declarationEric Paris2010-07-281-0/+1
|/
* x86: correctly wire up the newuname system callChristoph Hellwig2010-04-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-1/+1
* Add generic sys_olduname()Christoph Hellwig2010-03-132-54/+2Star
* Add generic sys_old_mmap()Christoph Hellwig2010-03-131-3/+3
* Add generic sys_old_select()Christoph Hellwig2010-03-132-19/+1Star