summaryrefslogtreecommitdiff
path: root/arch/x86/ia32
AgeCommit message (Expand)Author
2013-02-11x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich
2012-07-16x86, compat: Use test_thread_flag(TIF_IA32) in compat signal deliverySuresh Siddha
2012-05-06x86: fix broken TASK_SIZE for ia32_aoutAl Viro
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro
2012-03-20__register_binfmt() made voidAl Viro
2012-03-13x32: Fix stupid ia32/x32 inversion in the siginfo formatH. Peter Anvin
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju
2012-03-05x32: Switch to a 64-bit clock_tH. Peter Anvin
2012-03-05aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds
2012-02-20x86: Move some signal-handling definitions to a common headerH. Peter Anvin
2012-02-20x86-64, ia32: Drop sys32_rt_sigprocmaskH. 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-18x86, syscall: Re-fix typo in commentH. Peter Anvin
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-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-22Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-14x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov
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-23x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson
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-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds
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