summaryrefslogtreecommitdiff
path: root/arch/x86/ia32
AgeCommit message (Expand)Author
2016-04-13x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski
2015-04-26x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski
2015-04-09x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst
2015-04-03x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTERAndy Lutomirski
2015-04-01x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_...Denys Vlasenko
2015-03-27x86/asm/entry/32: Make register zero-extension more prominentDenys Vlasenko
2015-03-27x86/asm/entry/32: Update "interrupt off" commentsDenys Vlasenko
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski
2015-03-06x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Andy Lutomirski
2015-03-04x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko
2015-03-04x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko
2015-03-04x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko
2015-03-04x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko
2015-03-04x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar
2015-03-04x86/compat: Remove sys32_vm86_warningBrian Gerst
2015-03-04x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst
2015-03-04x86/compat: Remove compat_ni_syscall()Brian Gerst
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-01-13x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko
2014-12-13x86: hook up execveat system callDavid Drysdale
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-19assorted conversions to %p[dD]Al Viro
2014-10-31x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro
2014-10-06x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro
2013-11-09aout: switch to dump_emitAl Viro
2013-11-09restore 32bit aout coredumpAl Viro
2013-09-04Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro
2013-07-23x86/ia32/asm: Remove unused argument in macroRamkumar Ramachandra
2013-07-10mm: remove free_area_cacheMichel Lespinasse
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-06-22aout32 coredump compat fixAl Viro
2013-05-28x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds