1. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 10 years ago
  2. 0c306bc x86/fpu: Factor out the FPU regset code into fpu/regset.c by Ingo Molnar · 10 years ago
  3. b992c66 x86/fpu: Factor out fpu/signal.c by Ingo Molnar · 10 years ago
  4. c681314 x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions by Ingo Molnar · 10 years ago
  5. 8154188 x86/fpu: Move restore_init_xstate() out of fpu/internal.h by Ingo Molnar · 10 years ago
  6. 6f57502 x86/fpu: Generalize 'init_xstate_ctx' by Ingo Molnar · 10 years ago
  7. bf935b0 x86/fpu: Create 'union thread_xstate' helper for fpstate_init() by Ingo Molnar · 10 years ago
  8. 0aba697 x86/fpu: Harmonize the names of the fpstate_init() helper functions by Ingo Molnar · 10 years ago
  9. e1cebad x86/fpu: Factor out the exception error code handling code by Ingo Molnar · 10 years ago
  10. acd58a3 x86/fpu: Remove run-once init quirks by Ingo Molnar · 10 years ago
  11. 59a36d1 x86/fpu: Factor out fpu/regset.h from fpu/internal.h by Ingo Molnar · 10 years ago
  12. fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
  13. 05012c1 x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h by Ingo Molnar · 10 years ago
  14. fbce778 x86/fpu: Merge fpu__reset() and fpu__clear() by Ingo Molnar · 10 years ago
  15. 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
  16. 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
  17. 04c8e01 x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing by Ingo Molnar · 10 years ago
  18. 6ffc152 x86/fpu: Move all the fpu__*() high level methods closer to each other by Ingo Molnar · 10 years ago
  19. 0e75c54 x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs() by Ingo Molnar · 10 years ago
  20. 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 10 years ago
  21. 5e907bb x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state() by Ingo Molnar · 10 years ago
  22. 2e85591 x86/fpu: Better document fpu__clear() state handling by Ingo Molnar · 10 years ago
  23. b1276c4 x86/fpu: Initialize fpregs in fpu__init_cpu_generic() by Ingo Molnar · 10 years ago
  24. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 10 years ago
  25. be7436d x86/fpu: Clarify ancient comments in fpu__restore() by Ingo Molnar · 10 years ago
  26. 2a52af8 x86/fpu: Rename save_user_xstate() to copy_fpregs_to_sigframe() by Ingo Molnar · 10 years ago
  27. c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
  28. 36e49e7f x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
  29. 1ac91a7 x86/fpu: Simplify fpstate_sanitize_xstate() calls by Ingo Molnar · 10 years ago
  30. d090319 x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
  31. befc61a x86/fpu: Move asm/xcr.h to asm/fpu/internal.h by Ingo Molnar · 10 years ago
  32. 57dd083 x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.c by Ingo Molnar · 10 years ago
  33. 534ff06 x86/fpu, crypto x86/serpent_avx2: Simplify the init() xfeature checks by Ingo Molnar · 10 years ago
  34. d1e5096 x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
  35. 1debf7d x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks by Ingo Molnar · 10 years ago
  36. c93b8a3 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
  37. d5d34d9 x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks by Ingo Molnar · 10 years ago
  38. c1c23f7 x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks by Ingo Molnar · 10 years ago
  39. 4eecd26 x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks by Ingo Molnar · 10 years ago
  40. 7bc371f x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
  41. 70d51eb x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
  42. ce4f5f9 x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
  43. 91969d6 x86/fpu: Move xfeature type enumeration to fpu/types.h by Ingo Molnar · 10 years ago
  44. 677b98b x86/fpu: Enumerate xfeature bits by Ingo Molnar · 10 years ago
  45. 33588b5 x86/fpu: Simplify print_xstate_features() by Ingo Molnar · 10 years ago
  46. 5b07343 x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name) by Ingo Molnar · 10 years ago
  47. 6278485 x86/fpu: Rename fpu/xsave.c to fpu/xstate.c by Ingo Molnar · 10 years ago
  48. 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
  49. b165290 x86/fpu: Optimize fpu_copy() some more on lazy switching systems by Ingo Molnar · 10 years ago
  50. 68271c6 x86/fpu: Optimize fpu_copy() by Ingo Molnar · 10 years ago
  51. 48c4717 x86/fpu: Optimize fpu__save() by Ingo Molnar · 10 years ago
  52. fea435a x86/fpu: Simplify fpu__save() by Ingo Molnar · 10 years ago
  53. 9f876d6 x86/fpu: Eliminate __save_fpu() by Ingo Molnar · 10 years ago
  54. 72ee6f8 x86/fpu: Simplify __save_fpu() by Ingo Molnar · 10 years ago
  55. 32b49b3 x86/fpu: Factor out FPU hw activation/deactivation by Ingo Molnar · 10 years ago
  56. 67ee658e x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped() by Ingo Molnar · 10 years ago
  57. c4d72e2 x86/fpu: Simplify fpstate_init_curr() usage by Ingo Molnar · 10 years ago
  58. 0ee6a51 x86/fpu, kvm: Simplify fx_init() by Ingo Molnar · 10 years ago
  59. 2fb29fc x86/fpu: Simplify fpu__unlazy_stopped() error handling by Ingo Molnar · 10 years ago
  60. e62bb3d x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr() by Ingo Molnar · 10 years ago
  61. 91d93d0 x86/fpu: Remove failure return from fpstate_alloc_init() by Ingo Molnar · 10 years ago
  62. c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 10 years ago
  63. 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 10 years ago
  64. 1bc6b05 x86/fpu: Optimize copy_fpregs_to_fpstate() by removing the FNCLEX synchronization with FP exceptions by Ingo Molnar · 10 years ago
  65. 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 10 years ago
  66. 9106658 x86/fpu: Uninline the irq_ts_save()/restore() functions by Ingo Molnar · 10 years ago
  67. 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 10 years ago
  68. d63e79b x86/fpu: Uninline kernel_fpu_begin()/end() by Ingo Molnar · 10 years ago
  69. e229537 x86/fpu: Move fpu__save() to fpu/internals.h by Ingo Molnar · 10 years ago
  70. ae02679 x86/fpu: Add more comments to the FPU init code by Ingo Molnar · 10 years ago
  71. 41e7841 x86/fpu: Reorder init methods by Ingo Molnar · 10 years ago
  72. 7638b74 x86/fpu: Rename fpstate_xstate_init_size() to fpu__init_system_xstate_size_legacy() by Ingo Molnar · 10 years ago
  73. c66e3f2 x86/fpu: Remove the extra fpu__detect() layer by Ingo Molnar · 10 years ago
  74. dd86388 x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect() by Ingo Molnar · 10 years ago
  75. 71eb3c6 x86/fpu: Make check_fpu() init ordering independent by Ingo Molnar · 10 years ago
  76. 0bf23f3 x86/fpu: Factor out FPU bug checks into fpu/bugs.c by Ingo Molnar · 10 years ago
  77. e83ab9a x86/fpu: Move !FPU check ingo fpu__init_system_early_generic() by Ingo Molnar · 10 years ago
  78. 2e2f3da x86/fpu: Factor out fpu__init_system_early_generic() by Ingo Molnar · 10 years ago
  79. 7218e8b x86/fpu: Factor out fpu__init_system_generic() by Ingo Molnar · 10 years ago
  80. b11316e x86/fpu: Factor out fpu__init_cpu_generic() by Ingo Molnar · 10 years ago
  81. 21c4cd1 x86/fpu: Simplify fpu__cpu_init() by Ingo Molnar · 10 years ago
  82. 7202ab4 x86/fpu: Remove fpu__init_cpu_ctx_switch() call from fpu__init_system() by Ingo Molnar · 10 years ago
  83. 067051c x86/fpu: Do system-wide setup from fpu__detect() by Ingo Molnar · 10 years ago
  84. 3960fcc x86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init_cpu() by Ingo Molnar · 10 years ago
  85. 997578b x86/fpu: Move the fpstate_xstate_init_size() call into fpu__init_system() by Ingo Molnar · 10 years ago
  86. 530b37e x86/fpu: Do CLTS fpu__init_system() by Ingo Molnar · 10 years ago
  87. 011545b x86/fpu: Split fpu__ctx_switch_init() into _cpu() and _system() portions by Ingo Molnar · 10 years ago
  88. 064e51e x86/fpu: Clean up eager_fpu_init() and rename it to fpu__ctx_switch_init() by Ingo Molnar · 10 years ago
  89. 6f5d265 x86/fpu: Move eager_fpu_init() to fpu/init.c by Ingo Molnar · 10 years ago
  90. 89abbe0 x86/fpu: Move all eager-fpu setup code to eager_fpu_init() by Ingo Molnar · 10 years ago
  91. a5cb56e x86/fpu: Remove setup_init_fpu_buf() call from eager_fpu_init() by Ingo Molnar · 10 years ago
  92. 2507e1c x86/fpu: Set up the legacy FPU init image from fpu__init_system() by Ingo Molnar · 10 years ago
  93. 429ced5 x86/fpu: Do fpu__init_system_xstate only from fpu__init_system() by Ingo Molnar · 10 years ago
  94. c42103b x86/fpu: Remove xsave_init() by Ingo Molnar · 10 years ago
  95. 62db687 x86/fpu: Propagate once per boot quirk into fpu__init_system_xstate() by Ingo Molnar · 10 years ago
  96. e9dbfd6 x86/fpu: Move legacy check to fpu__init_system_xstate() by Ingo Molnar · 10 years ago
  97. e84611f x86/fpu: Move CPU capability check into fpu__init_cpu_xstate() by Ingo Molnar · 10 years ago
  98. 55cc467 x86/fpu: Make the system/cpu init distinction clear in the xstate code as well by Ingo Molnar · 10 years ago
  99. e35f6f1 x86/fpu: Split fpu__cpu_init() into early-boot and cpu-boot parts by Ingo Molnar · 10 years ago
  100. 3e5e126 x86/fpu: Remove 'init_xstate_buf' bootmem allocation by Ingo Molnar · 10 years ago