- 18ecb3b x86/fpu: Load xsave pointer *after* initialization by Borislav Petkov · 10 years ago
- 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
- b85e67d x86/fpu: Rename drop_init_fpu() to fpu_reset_state() by Borislav Petkov · 10 years ago
- eda2360 Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts by Ingo Molnar · 10 years ago
- 1d23c45 x86/fpu: Factor out memset(xstate, 0) in fpu_finit() paths by Oleg Nesterov · 10 years ago
- e7f180d x86/fpu: Change xstateregs_get()/set() to use ->xsave.i387 rather than ->fxsave by Oleg Nesterov · 10 years ago
- 4b2e762 x86/fpu: Always allow FPU in interrupt if use_eager_fpu() by Oleg Nesterov · 10 years ago
- 7aeccb8 x86/fpu: __kernel_fpu_begin() should clear fpu_owner_task even if use_eager_fpu() by Oleg Nesterov · 10 years ago
- f353e61 Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/fpu by Ingo Molnar · 10 years ago
- 6a5fe89 x86/fpu: Use task_disable_lazy_fpu_restore() helper by Rik van Riel · 10 years ago
- 1a2a7f4e x86/fpu: Don't do __thread_fpu_end() if use_eager_fpu() by Oleg Nesterov · 10 years ago
- a9241ea x86/fpu: Don't reset thread.fpu_counter by Oleg Nesterov · 10 years ago
- 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
- 7575637 x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() by Oleg Nesterov · 10 years ago
- 33a3ebd x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end() by Oleg Nesterov · 10 years ago
- 14e153e x86, fpu: Introduce per-cpu in_kernel_fpu state by Oleg Nesterov · 10 years ago
- 21e726c x86/xsaves: Clear reserved bits in xsave header by Fenghua Yu · 11 years ago
- 731bd6a9 x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPU by Suresh Siddha · 11 years ago
- c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
- eaa5a99 x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.daz by H.J. Lu · 11 years ago
- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
- 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 12 years ago
- 5187b28 x86: Allow FPU to be used at interrupt time even with eagerfpu by Pekka Riikonen · 12 years ago
- 6f5298c x86/i387.c: Initialize thread xstate only on CPU0 only once by Fenghua Yu · 12 years ago
- b1a74bf x86, kvm: fix kvm's usage of kernel_fpu_begin/end() by Suresh Siddha · 12 years ago
- 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
- 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
- 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 12 years ago
- c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 13 years ago
- 089f9fb i387: ptrace breaks the lazy-fpu-restore logic by Oleg Nesterov · 13 years ago
- 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
- 8546c00 i387: Uninline the generic FP helpers that we expose to kernel modules by Linus Torvalds · 13 years ago
- 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 14 years ago
- 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
- e5c3014 KVM: Initialize fpu state in preemptible context by Avi Kivity · 14 years ago
- b6f7e38 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 8eb91a5 x86, fpu: Remove unnecessary ifdefs from i387 code. by Brian Gerst · 14 years ago
- 10c11f3 x86-64, fpu: Fix %cs value in convert_from_fxsr() by Brian Gerst · 14 years ago
- 6ac8bac x86, fpu: Merge fpu_init() by Brian Gerst · 14 years ago
- 3dc8d7f Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
- f45755b KVM: fix poison overwritten caused by using wrong xstate size by Xiaotian Feng · 14 years ago
- 1f999ab x86, xsave: Disable xsave in i387 emulation mode by Robert Richter · 14 years ago
- 4a386c3 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 5ee481d x86: Export FPU API for KVM use by Sheng Yang · 15 years ago
- 0e49bf6 x86, xsave: Separate fpu and xsave initialization by Robert Richter · 14 years ago
- 82d4150 x86, xsave: Move boot cpu initialization to xsave_init() by Robert Richter · 14 years ago
- 29104e1 x86, xsave: Sync xsave memory layout with its header for user handling by Suresh Siddha · 14 years ago
- 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 15 years ago
- c9ad488 x86: Eliminate TS_XSAVE by Avi Kivity · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 6dbbe14 x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_set by Suresh Siddha · 15 years ago
- ff7fbc7 x86, ptrace: Simplify xstateregs_get() by Suresh Siddha · 15 years ago
- 5b3efd5 x86, ptrace: regset extensions to support xstate by Suresh Siddha · 15 years ago
- ab9e185 x86, math-emu: fix init_fpu for task != current by Daniel Glöckner · 16 years ago
- 9bc646f x86: fix __cpuinit/__init tangle in init_thread_xstate() by Rakib Mullick · 16 years ago
- 04944b7 x86: xsave: set FP, SSE bits in the xsave header in the user sigcontext by Suresh Siddha · 16 years ago
- 6152e4b x86, xsave: keep the XSAVE feature mask as an u64 by H. Peter Anvin · 16 years ago
- 42deec6 x86, xsave: update xsave header bits during ptrace fpregs set by Suresh Siddha · 16 years ago
- c37b5ef x86, xsave: save/restore the extended state context in sigframe by Suresh Siddha · 16 years ago
- ab51370 x86, xsave: reorganization of signal save/restore fpstate code layout by Suresh Siddha · 16 years ago
- 3c1c7f1 x86, xsave: dynamically allocate sigframes fpstate instead of static allocation by Suresh Siddha · 16 years ago
- b359e8a x86, xsave: context switch support using xsave/xrstor by Suresh Siddha · 16 years ago
- dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago
- e8a496a x86: fix broken math-emu with lazy allocation of fpu area by Suresh Siddha · 17 years ago
- fd3c3ed x86: fix fpu restore from sig return by Suresh Siddha · 17 years ago
- aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 17 years ago
- 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
- f668964 x86: clean up i387.c by Ingo Molnar · 17 years ago
- 609b529 x86: fix merge mistake in i387.c by Jan Beulich · 17 years ago
- 18a8622 x86, i387: fix ptrace leakage using init_fpu() by Suresh Siddha · 17 years ago
- 148a142 x86: make mxcsr_feature_mask static again by Adrian Bunk · 17 years ago
- 60b3b9a x86: x86 user_regset cleanup by Roland McGrath · 17 years ago
- 4421011 x86: x86 i387 user_regset by Roland McGrath · 17 years ago
- b7b7172 x86: i387 renaming by Roland McGrath · 17 years ago[Renamed from arch/x86/kernel/i387_32.c]
- 3b095a0 x86: cleanup i387_32.c according to checkpatch by Cyrill Gorcunov · 17 years ago
- 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
- 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/i387_32.c]
- eea21b3 i386: prepare shared kernel/i387.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/i387.c]
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- 7b0c2d9 [PATCH] x86: make i387 mxcsr_feature_mask __read_mostly by Andreas Mohr · 19 years ago
- 8ed1383 x86: make restore_fpu() use alternative assembler instructions by Linus Torvalds · 19 years ago
- 129f694 [PATCH] Remove i386_ksyms.c, almost. by Alexey Dobriyan · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago