1. b8be15d x86/fpu/xstate: Re-enable XSAVES by Yu-cheng Yu · 8 years ago
  2. bf15a8c x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size' by Fenghua Yu · 8 years ago
  3. a1141e0 x86/fpu/xstate: Define and use 'fpu_user_xstate_size' by Fenghua Yu · 8 years ago
  4. 01f8fd7 x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  5. a402a8d x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  6. dda9edf x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  7. ecc026b Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 6e68670 x86/fpu: Fix eager-FPU handling on legacy FPU machines by Borislav Petkov · 8 years ago
  9. a65050c x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off") by Yu-cheng Yu · 8 years ago
  10. f363938 x86/fpu: Fix 'no387' regression by Andy Lutomirski · 8 years ago
  11. 58122bf x86/fpu: Default eagerfpu=on on all CPUs by Andy Lutomirski · 8 years ago
  12. 394db20 x86/fpu: Disable AVX when eagerfpu is off by yu-cheng yu · 8 years ago
  13. a5fe93a x86/fpu: Disable MPX when eagerfpu is off by yu-cheng yu · 8 years ago
  14. 4f81cba x86/fpu: Fix early FPU command-line parsing by yu-cheng yu · 8 years ago
  15. 6896d9f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  17. 25ec02f x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macro by Jiri Olsa · 9 years ago
  18. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  19. e49a449 x86/fpu: Put a few variables in .init.data by Rasmus Villemoes · 9 years ago
  20. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  21. 0a26537 x86/fpu: Move XSAVE-disabling code to a helper by Dave Hansen · 9 years ago
  22. 5fc9603 x86/fpu/math-emu: Fix math-emu boot crash by Ingo Molnar · 9 years ago
  23. 5bc016f x86/fpu: Disable dependent CPU features on "noxsave" by Jan Beulich · 9 years ago
  24. 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 9 years ago
  25. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  26. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 9 years ago
  27. 6f56a8d Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict by Ingo Molnar · 9 years ago
  28. 5856afe x86/fpu/init: Clean up and comment the __setup() functions by Ingo Molnar · 9 years ago
  29. 7cf82d3 x86/fpu/init: Move __setup() functions to fpu/init.c by Ingo Molnar · 9 years ago
  30. e97131a x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code by Ingo Molnar · 9 years ago
  31. 3223187 x86/fpu/init: Propagate __init annotations by Ingo Molnar · 9 years ago
  32. 5fd402d x86/fpu/xstate: Clean up setup_xstate_comp() call by Ingo Molnar · 9 years ago
  33. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 9 years ago
  34. 6f57502 x86/fpu: Generalize 'init_xstate_ctx' by Ingo Molnar · 9 years ago
  35. 0aba697 x86/fpu: Harmonize the names of the fpstate_init() helper functions by Ingo Molnar · 9 years ago
  36. acd58a3 x86/fpu: Remove run-once init quirks by Ingo Molnar · 9 years ago
  37. b1276c4 x86/fpu: Initialize fpregs in fpu__init_cpu_generic() by Ingo Molnar · 9 years ago
  38. c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 9 years ago
  39. ae02679 x86/fpu: Add more comments to the FPU init code by Ingo Molnar · 9 years ago
  40. 41e7841 x86/fpu: Reorder init methods by Ingo Molnar · 9 years ago
  41. 7638b74 x86/fpu: Rename fpstate_xstate_init_size() to fpu__init_system_xstate_size_legacy() by Ingo Molnar · 9 years ago
  42. c66e3f2 x86/fpu: Remove the extra fpu__detect() layer by Ingo Molnar · 9 years ago
  43. dd86388 x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect() by Ingo Molnar · 9 years ago
  44. 0bf23f3 x86/fpu: Factor out FPU bug checks into fpu/bugs.c by Ingo Molnar · 9 years ago
  45. e83ab9a x86/fpu: Move !FPU check ingo fpu__init_system_early_generic() by Ingo Molnar · 9 years ago
  46. 2e2f3da x86/fpu: Factor out fpu__init_system_early_generic() by Ingo Molnar · 9 years ago
  47. 7218e8b x86/fpu: Factor out fpu__init_system_generic() by Ingo Molnar · 9 years ago
  48. b11316e x86/fpu: Factor out fpu__init_cpu_generic() by Ingo Molnar · 9 years ago
  49. 21c4cd1 x86/fpu: Simplify fpu__cpu_init() by Ingo Molnar · 9 years ago
  50. 7202ab4 x86/fpu: Remove fpu__init_cpu_ctx_switch() call from fpu__init_system() by Ingo Molnar · 9 years ago
  51. 067051c x86/fpu: Do system-wide setup from fpu__detect() by Ingo Molnar · 9 years ago
  52. 3960fcc x86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init_cpu() by Ingo Molnar · 9 years ago
  53. 997578b x86/fpu: Move the fpstate_xstate_init_size() call into fpu__init_system() by Ingo Molnar · 9 years ago
  54. 530b37e x86/fpu: Do CLTS fpu__init_system() by Ingo Molnar · 9 years ago
  55. 011545b x86/fpu: Split fpu__ctx_switch_init() into _cpu() and _system() portions by Ingo Molnar · 9 years ago
  56. 064e51e x86/fpu: Clean up eager_fpu_init() and rename it to fpu__ctx_switch_init() by Ingo Molnar · 9 years ago
  57. 6f5d265 x86/fpu: Move eager_fpu_init() to fpu/init.c by Ingo Molnar · 9 years ago
  58. 2507e1c x86/fpu: Set up the legacy FPU init image from fpu__init_system() by Ingo Molnar · 9 years ago
  59. 429ced5 x86/fpu: Do fpu__init_system_xstate only from fpu__init_system() by Ingo Molnar · 9 years ago
  60. c42103b x86/fpu: Remove xsave_init() by Ingo Molnar · 9 years ago
  61. e35f6f1 x86/fpu: Split fpu__cpu_init() into early-boot and cpu-boot parts by Ingo Molnar · 9 years ago
  62. 6a13320 x86/fpu: Remove fpstate_xstate_init_size() boot quirk by Ingo Molnar · 9 years ago
  63. 91a8c2a x86/fpu: Clean up and fix MXCSR handling by Ingo Molnar · 9 years ago
  64. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  65. 4d16409 x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs() by Ingo Molnar · 9 years ago
  66. 146ed59 x86/fpu: Move the no_387 handling and FPU detection code into init.c by Ingo Molnar · 9 years ago
  67. 0c86753 x86/fpu: Split out the boot time FPU init code into fpu/init.c by Ingo Molnar · 9 years ago