aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-01-13x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko1-2/+2
2014-12-13x86: hook up execveat system callDavid Drysdale2-0/+2
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-4/+4
2014-10-31x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski1-1/+1
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-6/+6
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+17
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro1-16/+5
2014-10-06x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski1-1/+17
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs1-6/+6
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-4/+4
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro1-1/+1
2013-11-09aout: switch to dump_emitAl Viro1-12/+8
2013-11-09restore 32bit aout coredumpAl Viro1-34/+36
2013-09-04Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro1-1/+1
2013-07-23x86/ia32/asm: Remove unused argument in macroRamkumar Ramachandra1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-06-22aout32 coredump compat fixAl Viro1-1/+1
2013-05-28x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa1-2/+0
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-9/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-94/+0
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov1-1/+0
2013-04-29new helper: read_code()Al Viro1-24/+6
2013-03-03x86: sys32_kill and sys32_mprotect are pointlessAl Viro1-11/+0
2013-03-03merge compat sys_ipc instancesAl Viro2-57/+0
2013-03-03consolidate compat lookup_dcookie()Al Viro1-6/+0
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro1-20/+0
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro1-5/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-207/+26
2013-02-22new helper: file_inode(file)Al Viro1-4/+2
2013-02-14x86: convert to ksignalAl Viro1-20/+17
2013-02-03x86: switch to generic old sigactionAl Viro1-39/+0
2013-02-03x86: switch to generic compat rt_sigaction()Al Viro1-76/+0
2013-02-03x86: switch to generic compat sched_rr_get_interval()Al Viro1-17/+0
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-7/+0
2013-02-03x86: switch to generic compat rt_sigqueueinfo()Al Viro1-15/+0
2013-02-03x86: switch to generic compat rt_sigpending()Al Viro1-24/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro2-8/+9
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro1-1/+0
2013-01-31x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich1-2/+2
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-4/+1
2012-12-19generic compat_sys_sigaltstack()Al Viro2-50/+1