summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski2014-11-011-1/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-201-6/+6
|\
| * audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2014-09-231-6/+6
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-141-1/+17
|\ \
| * | x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2014-10-061-1/+17
| |/
* / handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-16/+5Star
|/
* x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-051-4/+4
* constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-091-1/+1
* aout: switch to dump_emitAl Viro2013-11-091-12/+8Star
* restore 32bit aout coredumpAl Viro2013-11-091-34/+36
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-041-1/+1
|\
| * Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2013-09-011-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-041-1/+1
|\ \ | |/ |/|
| * x86/ia32/asm: Remove unused argument in macroRamkumar Ramachandra2013-07-231-1/+1
* | mm: remove free_area_cacheMichel Lespinasse2013-07-111-2/+0Star
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-031-2/+0Star
|\ \
| * | x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa2013-05-281-2/+0Star
| |/
* / aout32 coredump compat fixAl Viro2013-06-221-1/+1
|/
* unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-9/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-24/+6Star
|\
| * new helper: read_code()Al Viro2013-04-291-24/+6Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-94/+0Star
|\ \
| * | x86: sys32_kill and sys32_mprotect are pointlessAl Viro2013-03-041-11/+0Star
| * | merge compat sys_ipc instancesAl Viro2013-03-042-57/+0Star
| * | consolidate compat lookup_dcookie()Al Viro2013-03-041-6/+0Star
| * | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-041-20/+0Star
| |/
* / coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-05-011-1/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-021-5/+0Star
|\
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-5/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-4/+2Star
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-231-4/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-243-207/+26Star
|\ \
| * | x86: convert to ksignalAl Viro2013-02-141-20/+17Star
| * | x86: switch to generic old sigactionAl Viro2013-02-041-39/+0Star
| * | x86: switch to generic compat rt_sigaction()Al Viro2013-02-041-76/+0Star
| * | x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-041-17/+0Star
| * | x86,um: switch to generic old sigsuspend()Al Viro2013-02-041-7/+0Star
| * | x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-041-15/+0Star
| * | x86: switch to generic compat rt_sigpending()Al Viro2013-02-041-24/+0Star
| * | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-042-8/+9
| * | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+0Star
| |/
* / x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich2013-01-311-2/+2
|/
* new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-201-4/+1Star
* generic compat_sys_sigaltstack()Al Viro2012-12-202-50/+1Star
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-292-12/+6Star
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-291-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-16/+1Star
|\
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-10-012-16/+1Star
* | Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-222-9/+14
|\ \