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