1. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  2. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  3. 8546c00 i387: Uninline the generic FP helpers that we expose to kernel modules by Linus Torvalds · 13 years ago
  4. 7e16838 i387: support lazy restore of FPU state by Linus Torvalds · 13 years ago
  5. 80ab6f1 i387: use 'restore_fpu_checking()' directly in task switching code by Linus Torvalds · 13 years ago
  6. cea20ca i387: fix up some fpu_counter confusion by Linus Torvalds · 13 years ago
  7. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 13 years ago
  8. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  9. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 13 years ago
  10. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 13 years ago
  11. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  12. b6c6641 i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers by Linus Torvalds · 13 years ago
  13. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  14. c38e234 i387: fix sense of sanity check by Linus Torvalds · 13 years ago
  15. 5b1cbac i387: make irq_fpu_usable() tests more robust by Linus Torvalds · 13 years ago
  16. be98c2c i387: math_state_restore() isn't called from asm by Linus Torvalds · 13 years ago
  17. 3292beb sched/accounting: Change cpustat fields to an array by Glauber Costa · 13 years ago
  18. f994d99 x86-32, fpu: Fix FPU exception handling on non-SSE systems by Hans Rosenfeld · 14 years ago
  19. fd35fbc x86-64, asm: Use fxsaveq/fxrestorq in more places by H. Peter Anvin · 14 years ago
  20. 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
  21. d7acb92 x86-64, asm: If the assembler supports fxsave64, use it by H. Peter Anvin · 14 years ago
  22. b2b57fe x86, fpu: Merge fpu_save_init() by Brian Gerst · 14 years ago
  23. 58a992b x86-32, fpu: Rewrite fpu_save_init() by Brian Gerst · 14 years ago
  24. eec73f8 x86, fpu: Remove PSHUFB_XMM5_* macros by Brian Gerst · 14 years ago
  25. 8eb91a5 x86, fpu: Remove unnecessary ifdefs from i387 code. by Brian Gerst · 14 years ago
  26. 8202413 x86-64, fpu: Simplify constraints for fxsave/fxtstor by Brian Gerst · 14 years ago
  27. a4d4fbc x86-64, fpu: Disable preemption when using TS_USEDFPU by Brian Gerst · 14 years ago
  28. bfd946c x86, fpu: Merge __save_init_fpu() by Brian Gerst · 14 years ago
  29. 51115d4 x86, fpu: Merge tolerant_fwait() by Brian Gerst · 14 years ago
  30. 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
  31. 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
  32. 5ee481d x86: Export FPU API for KVM use by Sheng Yang · 14 years ago
  33. 0e49bf6 x86, xsave: Separate fpu and xsave initialization by Robert Richter · 14 years ago
  34. 6bad06b x86, xsave: Use xsaveopt in context-switch path when supported by Suresh Siddha · 14 years ago
  35. 29104e1 x86, xsave: Sync xsave memory layout with its header for user handling by Suresh Siddha · 14 years ago
  36. 8e221b6 x86: Avoid unnecessary __clear_user() and xrstor in signal handling by Suresh Siddha · 14 years ago
  37. c9775b4 x86, fpu: Use static_cpu_has() to implement use_xsave() by H. Peter Anvin · 14 years ago
  38. dce8bf4 x86, fpu: Use the proper asm constraint in use_xsave() by H. Peter Anvin · 14 years ago
  39. 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 14 years ago
  40. c9ad488 x86: Eliminate TS_XSAVE by Avi Kivity · 14 years ago
  41. 5b3efd5 x86, ptrace: regset extensions to support xstate by Suresh Siddha · 15 years ago
  42. 3b0d659 crypto: ghash-intel - Add PSHUFB macros by Herbert Xu · 15 years ago
  43. 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
  44. ae4b688 x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.h by Huang Ying · 15 years ago
  45. e6e9cac x86: split out core __math_state_restore by Jeremy Fitzhardinge · 15 years ago
  46. 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
  47. 0b8c3d5 x86: Clear TS in irq_ts_save() when in an atomic section by Chuck Ebbert · 15 years ago
  48. 4ecf458 x86_64: fix incorrect comments by Jiri Slaby · 16 years ago
  49. 34ba476 x86: unify restore_fpu_checking by Jiri Slaby · 16 years ago
  50. fcb2ac5 x86_32: introduce restore_fpu_checking() by Jiri Slaby · 16 years ago
  51. ab9e185 x86, math-emu: fix init_fpu for task != current by Daniel Glöckner · 16 years ago
  52. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  53. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/i387.h]
  54. accf0fa Merge branch 'x86/xsave' into x86/core by Ingo Molnar · 16 years ago
  55. fe47784 Merge branch 'x86/cpu' into x86/xsave by H. Peter Anvin · 16 years ago
  56. 975439f Merge branch 'x86/amd-iommu' into x86/urgent by Ingo Molnar · 16 years ago
  57. c83d128 Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core by Ingo Molnar · 16 years ago
  58. 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  59. 8d7ccaa Merge commit 'v2.6.27-rc3' into x86/prototypes by Ingo Molnar · 16 years ago
  60. e491401 crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() by Suresh Siddha · 16 years ago
  61. c37b5ef x86, xsave: save/restore the extended state context in sigframe by Suresh Siddha · 16 years ago
  62. ab51370 x86, xsave: reorganization of signal save/restore fpstate code layout by Suresh Siddha · 16 years ago
  63. 3c1c7f1 x86, xsave: dynamically allocate sigframes fpstate instead of static allocation by Suresh Siddha · 16 years ago
  64. b359e8a x86, xsave: context switch support using xsave/xrstor by Suresh Siddha · 16 years ago
  65. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago
  66. b2d9d33 Merge branch 'x86/fpu' into x86/core by Ingo Molnar · 16 years ago
  67. 6ffac1e x64, fpu: fix possible FPU leakage in error conditions by Suresh Siddha · 16 years ago
  68. 1503af6 Merge branch 'linus' into x86/header-guards by Ingo Molnar · 16 years ago
  69. b30f3ae x86-64: Clean up 'save/restore_i387()' usage by Linus Torvalds · 16 years ago
  70. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  71. 3645493 x86: i387.c declare dump_fpu() before they get used by Jaswinder Singh · 16 years ago
  72. e8a496a x86: fix broken math-emu with lazy allocation of fpu area by Suresh Siddha · 16 years ago
  73. fd3c3ed x86: fix fpu restore from sig return by Suresh Siddha · 16 years ago
  74. 1679f27 x86: fpu xstate split cleanup by Suresh Siddha · 17 years ago
  75. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 17 years ago
  76. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
  77. affe663 include/asm-x86/i387.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
  78. 148a142 x86: make mxcsr_feature_mask static again by Adrian Bunk · 17 years ago
  79. 92c37fa x86: use _ASM_EXTABLE macro in include/asm-x86/i387.h by H. Peter Anvin · 17 years ago
  80. 60b3b9a x86: x86 user_regset cleanup by Roland McGrath · 17 years ago
  81. 1eeaed7 x86: x86 i387 cleanup by Roland McGrath · 17 years ago
  82. 4421011 x86: x86 i387 user_regset by Roland McGrath · 17 years ago
  83. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago