aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAge
* x86: fix broken TASK_SIZE for ia32_aoutAl Viro2012-05-06
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-20
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-20
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-29
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-13
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\ \
| * | x32: Fix stupid ia32/x32 inversion in the siginfo formatH. Peter Anvin2012-03-14
| |/
| * x32: Switch to a 64-bit clock_tH. Peter Anvin2012-03-05
| * x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-20
| * x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin2012-02-20
* | Disintegrate asm/system.h for X86David Howells2012-03-28
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-22
|\ \
| * | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-21
| |/
* | take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-20
* | __register_binfmt() made voidAl Viro2012-03-20
* | aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2012-03-05
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-17
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-17
| * audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris2012-01-17
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-17
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-16
|\ \ | |/ |/|
| * x86, syscall: Re-fix typo in commentH. Peter Anvin2011-11-18
| * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-17
| * x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin2011-11-17
* | x86-64: Cleanup some assembly entry pointsJan Beulich2011-12-05
* | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-05
|/
* Cross Memory AttachChristopher Yeoh2011-10-31
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-26
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-22
|\
| * x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov2011-07-15
* | x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov2011-06-03
* | x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov2011-06-03
|/
* ns: Wire up the setns system callEric W. Biederman2011-05-28
* net: Add sendmmsg socket system callAnton Blanchard2011-05-05
* x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2011-03-23
* introduce sys_syncfs to sync a single file systemSage Weil2011-03-21
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-15
|\
| * x86: Use {push,pop}_cfi in more placesJan Beulich2011-02-28
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-15
|\ \
| * | x86: Add clock_adjtime for x86Richard Cochran2011-02-02
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-15
|\ \
| * | x86: Separate out entry text sectionJiri Olsa2011-03-08
| |/
* / x86: Add new syscalls for x86_64Aneesh Kumar K.V2011-03-15
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-14
* x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath2010-09-14
* x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin2010-09-14
* Mark arguments to certain syscalls as being constDavid Howells2010-08-13
* x86: fix up system call numbering nitLinus Torvalds2010-08-10