1. f994d99 x86-32, fpu: Fix FPU exception handling on non-SSE systems by Hans Rosenfeld · 13 years ago
  2. fd35fbc x86-64, asm: Use fxsaveq/fxrestorq in more places by H. Peter Anvin · 14 years ago
  3. 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
  4. d7acb92 x86-64, asm: If the assembler supports fxsave64, use it by H. Peter Anvin · 14 years ago
  5. b2b57fe x86, fpu: Merge fpu_save_init() by Brian Gerst · 14 years ago
  6. 58a992b x86-32, fpu: Rewrite fpu_save_init() by Brian Gerst · 14 years ago
  7. eec73f8 x86, fpu: Remove PSHUFB_XMM5_* macros by Brian Gerst · 14 years ago
  8. 8eb91a5 x86, fpu: Remove unnecessary ifdefs from i387 code. by Brian Gerst · 14 years ago
  9. 8202413 x86-64, fpu: Simplify constraints for fxsave/fxtstor by Brian Gerst · 14 years ago
  10. a4d4fbc x86-64, fpu: Disable preemption when using TS_USEDFPU by Brian Gerst · 14 years ago
  11. bfd946c x86, fpu: Merge __save_init_fpu() by Brian Gerst · 14 years ago
  12. 51115d4 x86, fpu: Merge tolerant_fwait() by Brian Gerst · 14 years ago
  13. 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
  14. 75cb5fd Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  15. 5ee481d x86: Export FPU API for KVM use by Sheng Yang · 14 years ago
  16. 0e49bf6 x86, xsave: Separate fpu and xsave initialization by Robert Richter · 14 years ago
  17. 6bad06b x86, xsave: Use xsaveopt in context-switch path when supported by Suresh Siddha · 14 years ago
  18. 29104e1 x86, xsave: Sync xsave memory layout with its header for user handling by Suresh Siddha · 14 years ago
  19. 8e221b6 x86: Avoid unnecessary __clear_user() and xrstor in signal handling by Suresh Siddha · 14 years ago
  20. c9775b4 x86, fpu: Use static_cpu_has() to implement use_xsave() by H. Peter Anvin · 14 years ago
  21. dce8bf4 x86, fpu: Use the proper asm constraint in use_xsave() by H. Peter Anvin · 14 years ago
  22. 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 14 years ago
  23. c9ad488 x86: Eliminate TS_XSAVE by Avi Kivity · 14 years ago
  24. 5b3efd5 x86, ptrace: regset extensions to support xstate by Suresh Siddha · 15 years ago
  25. 3b0d659 crypto: ghash-intel - Add PSHUFB macros by Herbert Xu · 15 years ago
  26. 625037c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  27. ae4b688 x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.h by Huang Ying · 15 years ago
  28. e6e9cac x86: split out core __math_state_restore by Jeremy Fitzhardinge · 15 years ago
  29. 9b29e82 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. 0b8c3d5 x86: Clear TS in irq_ts_save() when in an atomic section by Chuck Ebbert · 15 years ago
  31. 4ecf458 x86_64: fix incorrect comments by Jiri Slaby · 15 years ago
  32. 34ba476 x86: unify restore_fpu_checking by Jiri Slaby · 15 years ago
  33. fcb2ac5 x86_32: introduce restore_fpu_checking() by Jiri Slaby · 15 years ago
  34. ab9e185 x86, math-emu: fix init_fpu for task != current by Daniel Glöckner · 16 years ago
  35. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  36. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/i387.h]
  37. accf0fa Merge branch 'x86/xsave' into x86/core by Ingo Molnar · 16 years ago
  38. fe47784 Merge branch 'x86/cpu' into x86/xsave by H. Peter Anvin · 16 years ago
  39. 975439f Merge branch 'x86/amd-iommu' into x86/urgent by Ingo Molnar · 16 years ago
  40. c83d128 Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core by Ingo Molnar · 16 years ago
  41. 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  42. 8d7ccaa Merge commit 'v2.6.27-rc3' into x86/prototypes by Ingo Molnar · 16 years ago
  43. e491401 crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() by Suresh Siddha · 16 years ago
  44. c37b5ef x86, xsave: save/restore the extended state context in sigframe by Suresh Siddha · 16 years ago
  45. ab51370 x86, xsave: reorganization of signal save/restore fpstate code layout by Suresh Siddha · 16 years ago
  46. 3c1c7f1 x86, xsave: dynamically allocate sigframes fpstate instead of static allocation by Suresh Siddha · 16 years ago
  47. b359e8a x86, xsave: context switch support using xsave/xrstor by Suresh Siddha · 16 years ago
  48. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago
  49. b2d9d33 Merge branch 'x86/fpu' into x86/core by Ingo Molnar · 16 years ago
  50. 6ffac1e x64, fpu: fix possible FPU leakage in error conditions by Suresh Siddha · 16 years ago
  51. 1503af6 Merge branch 'linus' into x86/header-guards by Ingo Molnar · 16 years ago
  52. b30f3ae x86-64: Clean up 'save/restore_i387()' usage by Linus Torvalds · 16 years ago
  53. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  54. 3645493 x86: i387.c declare dump_fpu() before they get used by Jaswinder Singh · 16 years ago
  55. e8a496a x86: fix broken math-emu with lazy allocation of fpu area by Suresh Siddha · 16 years ago
  56. fd3c3ed x86: fix fpu restore from sig return by Suresh Siddha · 16 years ago
  57. 1679f27 x86: fpu xstate split cleanup by Suresh Siddha · 16 years ago
  58. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 16 years ago
  59. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 16 years ago
  60. affe663 include/asm-x86/i387.h: checkpatch cleanups - formatting only by Joe Perches · 16 years ago
  61. 148a142 x86: make mxcsr_feature_mask static again by Adrian Bunk · 17 years ago
  62. 92c37fa x86: use _ASM_EXTABLE macro in include/asm-x86/i387.h by H. Peter Anvin · 17 years ago
  63. 60b3b9a x86: x86 user_regset cleanup by Roland McGrath · 17 years ago
  64. 1eeaed7 x86: x86 i387 cleanup by Roland McGrath · 17 years ago
  65. 4421011 x86: x86 i387 user_regset by Roland McGrath · 17 years ago
  66. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago