aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/ia32
AgeCommit message (Expand)Author
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar
2015-09-08x86/headers: Remove direct sigcontext32.h usesIngo Molnar
2015-09-08x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar
2015-09-08x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-03x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar
2015-05-19x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar
2015-05-19x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar
2015-05-19x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar
2015-05-19x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()Ingo Molnar
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar
2015-05-08x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko
2015-05-08x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar
2015-04-26x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski
2015-04-22x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logicDenys Vlasenko
2015-04-22x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy 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