aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-19x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-1/+2
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar1-1/+1
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-05-08x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko1-2/+2
2015-05-08x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko1-1/+1
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar1-0/+7
2015-04-26x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski1-0/+7
2015-04-22x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logicDenys Vlasenko1-28/+14
2015-04-22x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski1-6/+0
2015-04-09x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko1-2/+0
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst1-11/+6
2015-04-03x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTERAndy Lutomirski1-13/+40
2015-04-01x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_regs' on stackDenys Vlasenko1-36/+46
2015-03-27x86/asm/entry/32: Make register zero-extension more prominentDenys Vlasenko1-4/+10
2015-03-27x86/asm/entry/32: Update "interrupt off" commentsDenys Vlasenko1-18/+27
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar1-15/+15
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar1-15/+15
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko1-2/+2
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSETDenys Vlasenko1-15/+15
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst1-0/+2
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski1-1/+1
2015-03-06x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Andy Lutomirski1-2/+1
2015-03-04x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko1-1/+1
2015-03-04x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko1-14/+18
2015-03-04x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko1-50/+83
2015-03-04x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko1-71/+71
2015-03-04x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stackDenys Vlasenko1-22/+25
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar1-1/+1
2015-03-04x86/compat: Remove sys32_vm86_warningBrian Gerst1-14/+0
2015-03-04x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst2-26/+0
2015-03-04x86/compat: Remove compat_ni_syscall()Brian Gerst3-10/+3
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