1. 83242c5 x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case by Ingo Molnar · 10 years ago
  2. d65fcd6 x86/fpu: Simplify copy_kernel_to_xregs_booting() by Ingo Molnar · 10 years ago
  3. 003e2e8 x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs() by Ingo Molnar · 10 years ago
  4. 9ccc27a x86/fpu: Remove error return values from copy_kernel_to_*regs() functions by Ingo Molnar · 10 years ago
  5. 3e1bf47 x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs() by Ingo Molnar · 10 years ago
  6. 43b287b x86/fpu: Add debugging checks to all copy_kernel_to_*() functions by Ingo Molnar · 10 years ago
  7. 6a81d7e x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write() by Ingo Molnar · 10 years ago
  8. 05602812 x86/fpu: Split out the fpu__activate_fpstate_read() method by Ingo Molnar · 10 years ago
  9. 47f01e8 x86/fpu: Fix FPU register read access to the current task by Ingo Molnar · 10 years ago
  10. 8c05f05 x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*() functions by Ingo Molnar · 10 years ago
  11. 685c961 x86/fpu: Improve the initialization logic of 'err' around xstate_fault() constraints by Ingo Molnar · 10 years ago
  12. 87b6559 x86/fpu: Improve xstate_fault() handling by Ingo Molnar · 10 years ago
  13. 87dafd4 x86/fpu: Rename xstate related 'fx' references to 'xstate' by Ingo Molnar · 10 years ago
  14. fd169b0 x86/fpu: Move the xstate copying functions into fpu/internal.h by Ingo Molnar · 10 years ago
  15. b1b64dc x86/fpu: Reorganize fpu/internal.h by Ingo Molnar · 10 years ago
  16. e97131a x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code by Ingo Molnar · 10 years ago
  17. e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 10 years ago
  18. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 10 years ago
  19. 0c306bc x86/fpu: Factor out the FPU regset code into fpu/regset.c by Ingo Molnar · 10 years ago
  20. c681314 x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions by Ingo Molnar · 10 years ago
  21. 8154188 x86/fpu: Move restore_init_xstate() out of fpu/internal.h by Ingo Molnar · 10 years ago
  22. 6f57502 x86/fpu: Generalize 'init_xstate_ctx' by Ingo Molnar · 10 years ago
  23. bf935b0 x86/fpu: Create 'union thread_xstate' helper for fpstate_init() by Ingo Molnar · 10 years ago
  24. 0aba697 x86/fpu: Harmonize the names of the fpstate_init() helper functions by Ingo Molnar · 10 years ago
  25. e1cebad x86/fpu: Factor out the exception error code handling code by Ingo Molnar · 10 years ago
  26. 59a36d1 x86/fpu: Factor out fpu/regset.h from fpu/internal.h by Ingo Molnar · 10 years ago
  27. fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
  28. 05012c1 x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h by Ingo Molnar · 10 years ago
  29. fbce778 x86/fpu: Merge fpu__reset() and fpu__clear() by Ingo Molnar · 10 years ago
  30. 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
  31. 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
  32. 04c8e01 x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing by Ingo Molnar · 10 years ago
  33. 6ffc152 x86/fpu: Move all the fpu__*() high level methods closer to each other by Ingo Molnar · 10 years ago
  34. 0e75c54 x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs() by Ingo Molnar · 10 years ago
  35. 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 10 years ago
  36. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 10 years ago
  37. c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
  38. 36e49e7f x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
  39. 1ac91a7 x86/fpu: Simplify fpstate_sanitize_xstate() calls by Ingo Molnar · 10 years ago
  40. d090319 x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
  41. befc61a x86/fpu: Move asm/xcr.h to asm/fpu/internal.h by Ingo Molnar · 10 years ago
  42. 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
  43. 32b49b3 x86/fpu: Factor out FPU hw activation/deactivation by Ingo Molnar · 10 years ago
  44. c4d72e2 x86/fpu: Simplify fpstate_init_curr() usage by Ingo Molnar · 10 years ago
  45. e62bb3d x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr() by Ingo Molnar · 10 years ago
  46. 91d93d0 x86/fpu: Remove failure return from fpstate_alloc_init() by Ingo Molnar · 10 years ago
  47. c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 10 years ago
  48. 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 10 years ago
  49. 1bc6b05 x86/fpu: Optimize copy_fpregs_to_fpstate() by removing the FNCLEX synchronization with FP exceptions by Ingo Molnar · 10 years ago
  50. 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 10 years ago
  51. 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 10 years ago
  52. e229537 x86/fpu: Move fpu__save() to fpu/internals.h by Ingo Molnar · 10 years ago
  53. dd86388 x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect() by Ingo Molnar · 10 years ago
  54. 21c4cd1 x86/fpu: Simplify fpu__cpu_init() by Ingo Molnar · 10 years ago
  55. 55cc467 x86/fpu: Make the system/cpu init distinction clear in the xstate code as well by Ingo Molnar · 10 years ago
  56. 3e5e126 x86/fpu: Remove 'init_xstate_buf' bootmem allocation by Ingo Molnar · 10 years ago
  57. 66af8e2 x86/fpu: Rename __thread_fpu_end() to fpregs_deactivate() by Ingo Molnar · 10 years ago
  58. 232f62c x86/fpu: Rename __thread_fpu_begin() to fpregs_activate() by Ingo Molnar · 10 years ago
  59. 723c58e x86/fpu: Rename __thread_clear_has_fpu() to __fpregs_deactivate() by Ingo Molnar · 10 years ago
  60. dfaea4e x86/fpu: Rename __thread_set_has_fpu() to __fpregs_activate() by Ingo Molnar · 10 years ago
  61. d5cea9b x86/fpu: Rename fpu->has_fpu to fpu->fpregs_active by Ingo Molnar · 10 years ago
  62. 678eaf6 x86/fpu: Rename regset FPU register accessors by Ingo Molnar · 10 years ago
  63. 400e4b2 x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures' by Ingo Molnar · 10 years ago
  64. 3a54450 x86/fpu: Rename 'xsave_hdr' to 'header' by Ingo Molnar · 10 years ago
  65. df63975 x86/fpu: Move MXCSR_DEFAULT to fpu/internal.h by Ingo Molnar · 10 years ago
  66. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago[Renamed (98%) from arch/x86/include/asm/fpu-internal.h]
  67. a137fb6 x86/fpu: Move xsave.h to fpu/xsave.h by Ingo Molnar · 10 years ago
  68. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  69. c69e098 x86/fpu: Use 'struct fpu' in fpu__copy() by Ingo Molnar · 10 years ago
  70. 2d75bcf x86/fpu: Move __save_fpu() into fpu/core.c by Ingo Molnar · 10 years ago
  71. 384a23f x86/fpu: Use 'struct fpu' in switch_fpu_finish() by Ingo Molnar · 10 years ago
  72. cb8818b x86/fpu: Use 'struct fpu' in switch_fpu_prepare() by Ingo Molnar · 10 years ago
  73. af2d94f x86/fpu: Use 'struct fpu' in fpu_reset_state() by Ingo Molnar · 10 years ago
  74. 11f2d50 x86/fpu: Use 'struct fpu' in restore_fpu_checking() by Ingo Molnar · 10 years ago
  75. 66ddc2c x86/fpu: Use 'struct fpu' in fpu_lazy_restore() by Ingo Molnar · 10 years ago
  76. eb6a325 x86/fpu: Remove task_disable_lazy_fpu_restore() by Ingo Molnar · 10 years ago
  77. ca6787b x86/fpu: Remove 'struct task_struct' usage from drop_fpu() by Ingo Molnar · 10 years ago
  78. c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
  79. 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 10 years ago
  80. 4540d3f x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_begin() by Ingo Molnar · 10 years ago
  81. 35191e3 x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_end() by Ingo Molnar · 10 years ago
  82. c0311f6 x86/fpu: Remove 'struct task_struct' usage from __thread_set_has_fpu() by Ingo Molnar · 10 years ago
  83. 36b544d x86/fpu: Change fpu_owner_task to fpu_fpregs_owner_ctx by Ingo Molnar · 10 years ago
  84. 36fe617 x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter by Ingo Molnar · 10 years ago
  85. 276983f x86/fpu: Eliminate the __thread_has_fpu() wrapper by Ingo Molnar · 10 years ago
  86. e102f30 x86/fpu: Move fpu_copy() to fpu/core.c by Ingo Molnar · 10 years ago
  87. 6522d78 x86/fpu: Remove __save_init_fpu() by Ingo Molnar · 10 years ago
  88. 5a12bf6 x86/fpu: Uninline fpstate_free() and move it next to the allocation function by Ingo Molnar · 10 years ago
  89. a752b53 x86/fpu: Factor out fpu__copy() by Ingo Molnar · 10 years ago
  90. 8ffb53a x86/fpu: Move task_xstate_cachep handling to core.c by Ingo Molnar · 10 years ago
  91. 0afc4a9 x86/fpu: Remove fpu_xsave() by Ingo Molnar · 10 years ago
  92. 3e261c1 x86/fpu: Simplify the xsave_state*() methods by Ingo Molnar · 10 years ago
  93. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
  94. c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 10 years ago
  95. 3a9c4b0 x86/fpu: Rename fpu_init() to fpu__cpu_init() by Ingo Molnar · 10 years ago
  96. a7c2a83 x86/fpu: Rename fpu_free() to fpstate_free() by Ingo Molnar · 10 years ago
  97. ed97b08 x86/fpu: Rename fpu_alloc() to fpstate_alloc() by Ingo Molnar · 10 years ago
  98. 6fbe671 x86/fpu: Move fpu_alloc() out of line by Ingo Molnar · 10 years ago
  99. 3732442 x86/fpu: Remove fpu_allocated() by Ingo Molnar · 10 years ago
  100. 0a78155 x86/fpu: Rename unlazy_fpu() to fpu__save() by Ingo Molnar · 10 years ago