summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-141-1/+1
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-9/+8
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-231-7/+15
* x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-031-4/+4
|\
| * x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar2015-09-081-1/+1
| * x86/headers: Remove direct sigcontext32.h usesIngo Molnar2015-09-081-1/+1
| * x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-081-2/+2
| * x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar2015-09-081-1/+1
* | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-2/+2
|/
* x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-061-93/+0
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-222-612/+1
|\
| * x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar2015-06-032-523/+1
| * x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-021-101/+32
| * x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko2015-05-081-2/+2
| * x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-081-1/+1
| * Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-081-0/+7
| |\
| * | x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logicDenys Vlasenko2015-04-221-28/+14
| * | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski2015-04-221-6/+0
* | | x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar2015-05-191-0/+1
* | | x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar2015-05-191-1/+1
* | | x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar2015-05-191-1/+1
* | | x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()Ingo Molnar2015-05-191-1/+1
* | | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* | | x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-1/+2
* | | x86/fpu: Open code PF_USED_MATH usagesIngo Molnar2015-05-191-1/+1
* | | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
| |/ |/|
* | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-261-0/+7
|/
* x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko2015-04-091-2/+0
* x86/signal: Remove pax argument from restore_sigcontextBrian Gerst2015-04-061-11/+6
* x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTERAndy Lutomirski2015-04-031-13/+40
* x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_...Denys Vlasenko2015-04-011-36/+46
* x86/asm/entry/32: Make register zero-extension more prominentDenys Vlasenko2015-03-271-4/+10
* x86/asm/entry/32: Update "interrupt off" commentsDenys Vlasenko2015-03-271-18/+27
* x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar2015-03-241-15/+15
* x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar2015-03-241-15/+15
* x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-2/+2
* x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko2015-03-241-15/+15
* x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-231-0/+2
* x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski2015-03-061-1/+1
* x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Andy Lutomirski2015-03-061-2/+1
* x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko2015-03-041-1/+1
* x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko2015-03-041-14/+18
* x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko2015-03-041-50/+83
* x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko2015-03-041-71/+71
* x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko2015-03-041-22/+25
* Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-041-1/+1
|\
| * all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* | x86/compat: Remove sys32_vm86_warningBrian Gerst2015-03-041-14/+0