1. 47a6aa5 x86/fpu: Hard-disable lazy FPU mode by Andy Lutomirski · 8 years ago
  2. d4b0592 x86/pkeys: Make protection keys an "eager" feature by Dave Hansen · 8 years ago
  3. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
  5. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  6. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  7. 35ac2d7 x86/fpu/xstate: Fix fpstate_init() for XRSTORS by Yu-cheng Yu · 8 years ago
  8. 91c3dba x86/fpu/xstate: Fix PTRACE frames for XSAVES by Yu-cheng Yu · 8 years ago
  9. 1499ce2d x86/fpu/xstate: Fix supervisor xstate component offset by Yu-cheng Yu · 8 years ago
  10. 99aa22d x86/fpu/xstate: Copy xstate registers directly to the signal frame when compacted format is in use by Yu-cheng Yu · 8 years ago
  11. a1141e0 x86/fpu/xstate: Define and use 'fpu_user_xstate_size' by Fenghua Yu · 8 years ago
  12. d1898b7 x86/fpu: Add tracepoints to dump FPU state at key points by Dave Hansen · 8 years ago
  13. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. ecc026b Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  15. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. a65050c x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off") by Yu-cheng Yu · 9 years ago
  17. b8b9b6b x86/fpu: Allow setting of XSAVE state by Dave Hansen · 9 years ago
  18. c8df400 x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures by Dave Hansen · 9 years ago
  19. 1f96b1e x86/fpu: Add placeholder for 'Processor Trace' XSAVE state by Dave Hansen · 9 years ago
  20. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 9 years ago
  21. 4ecd16e x86/fpu: Fix math emulation in eager fpu mode by Andy Lutomirski · 9 years ago
  22. bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 9 years ago
  23. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  24. 394db20 x86/fpu: Disable AVX when eagerfpu is off by yu-cheng yu · 9 years ago
  25. a5fe93a x86/fpu: Disable MPX when eagerfpu is off by yu-cheng yu · 9 years ago
  26. b7106fa x86/fpu: Get rid of xstate_fault() by Borislav Petkov · 9 years ago
  27. b74a0cf x86/fpu: Add an XSTATE_OP() macro by Borislav Petkov · 9 years ago
  28. 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  29. 060dd0f x86/fpu: Add C structures for AVX-512 state components by Dave Hansen · 9 years ago
  30. 83aa3c4 x86/fpu: Rework YMM definition by Dave Hansen · 9 years ago
  31. 1126cb45 x86/fpu/mpx: Rework MPX 'xstate' types by Dave Hansen · 9 years ago
  32. 8a93c9e x86/fpu: Rework XSTATE_* macros to remove magic '2' by Dave Hansen · 9 years ago
  33. dad8c4f x86/fpu: Rename XFEATURES_NR_MAX by Dave Hansen · 9 years ago
  34. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  35. 7593343 x86/fpu: Remove partial LWP support definitions by Dave Hansen · 9 years ago
  36. 4109ca0 x86/fpu: Remove XSTATE_RESERVE by Dave Hansen · 9 years ago
  37. 0a26537 x86/fpu: Move XSAVE-disabling code to a helper by Dave Hansen · 9 years ago
  38. decb4c4 x86/headers: Remove <asm/sigcontext.h> references on the kernel side by Ingo Molnar · 9 years ago
  39. 711531f x86/headers: Remove direct sigcontext32.h uses by Ingo Molnar · 9 years ago
  40. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  41. 04cd027 x86/fpu/xstate: Wrap get_xsave_addr() to make it safer by Dave Hansen · 9 years ago
  42. 83242c5 x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case by Ingo Molnar · 9 years ago
  43. d65fcd6 x86/fpu: Simplify copy_kernel_to_xregs_booting() by Ingo Molnar · 9 years ago
  44. 003e2e8 x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs() by Ingo Molnar · 9 years ago
  45. 9ccc27a x86/fpu: Remove error return values from copy_kernel_to_*regs() functions by Ingo Molnar · 9 years ago
  46. 3e1bf47 x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs() by Ingo Molnar · 9 years ago
  47. 43b287b x86/fpu: Add debugging checks to all copy_kernel_to_*() functions by Ingo Molnar · 9 years ago
  48. 6a81d7e x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write() by Ingo Molnar · 9 years ago
  49. 05602812 x86/fpu: Split out the fpu__activate_fpstate_read() method by Ingo Molnar · 9 years ago
  50. 47f01e8 x86/fpu: Fix FPU register read access to the current task by Ingo Molnar · 9 years ago
  51. 8c05f05 x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*() functions by Ingo Molnar · 9 years ago
  52. 685c961 x86/fpu: Improve the initialization logic of 'err' around xstate_fault() constraints by Ingo Molnar · 9 years ago
  53. 87b6559 x86/fpu: Improve xstate_fault() handling by Ingo Molnar · 9 years ago
  54. 87dafd4 x86/fpu: Rename xstate related 'fx' references to 'xstate' by Ingo Molnar · 9 years ago
  55. fd169b0 x86/fpu: Move the xstate copying functions into fpu/internal.h by Ingo Molnar · 9 years ago
  56. b11ca7f x86/fpu/xstate: Use explicit parameter in xstate_fault() by Ingo Molnar · 9 years ago
  57. b1b64dc x86/fpu: Reorganize fpu/internal.h by Ingo Molnar · 9 years ago
  58. e97131a x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code by Ingo Molnar · 9 years ago
  59. e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 9 years ago
  60. 5fd402d x86/fpu/xstate: Clean up setup_xstate_comp() call by Ingo Molnar · 9 years ago
  61. 489e9c0 x86/fpu: Clean up xstate feature reservation by Ingo Molnar · 9 years ago
  62. bdf80d1 x86/fpu: Document the various fpregs state formats by Ingo Molnar · 9 years ago
  63. aeb997b9 x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching comments by Ingo Molnar · 9 years ago
  64. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 9 years ago
  65. 0c306bc x86/fpu: Factor out the FPU regset code into fpu/regset.c by Ingo Molnar · 9 years ago
  66. b992c66 x86/fpu: Factor out fpu/signal.c by Ingo Molnar · 9 years ago
  67. c681314 x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions by Ingo Molnar · 9 years ago
  68. 8154188 x86/fpu: Move restore_init_xstate() out of fpu/internal.h by Ingo Molnar · 9 years ago
  69. 6f57502 x86/fpu: Generalize 'init_xstate_ctx' by Ingo Molnar · 9 years ago
  70. bf935b0 x86/fpu: Create 'union thread_xstate' helper for fpstate_init() by Ingo Molnar · 9 years ago
  71. 0aba697 x86/fpu: Harmonize the names of the fpstate_init() helper functions by Ingo Molnar · 9 years ago
  72. e1cebad x86/fpu: Factor out the exception error code handling code by Ingo Molnar · 9 years ago
  73. 59a36d1 x86/fpu: Factor out fpu/regset.h from fpu/internal.h by Ingo Molnar · 9 years ago
  74. fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 9 years ago
  75. 05012c1 x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h by Ingo Molnar · 9 years ago
  76. fbce778 x86/fpu: Merge fpu__reset() and fpu__clear() by Ingo Molnar · 9 years ago
  77. 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 9 years ago
  78. 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 9 years ago
  79. 04c8e01 x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing by Ingo Molnar · 9 years ago
  80. 6ffc152 x86/fpu: Move all the fpu__*() high level methods closer to each other by Ingo Molnar · 9 years ago
  81. 0e75c54 x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs() by Ingo Molnar · 9 years ago
  82. 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 9 years ago
  83. 5e907bb x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state() by Ingo Molnar · 9 years ago
  84. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 9 years ago
  85. c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 9 years ago
  86. 36e49e7f x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate() by Ingo Molnar · 9 years ago
  87. 1ac91a7 x86/fpu: Simplify fpstate_sanitize_xstate() calls by Ingo Molnar · 9 years ago
  88. d090319 x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate() by Ingo Molnar · 9 years ago
  89. befc61a x86/fpu: Move asm/xcr.h to asm/fpu/internal.h by Ingo Molnar · 9 years ago
  90. 91969d6 x86/fpu: Move xfeature type enumeration to fpu/types.h by Ingo Molnar · 9 years ago
  91. 677b98b x86/fpu: Enumerate xfeature bits by Ingo Molnar · 9 years ago
  92. 5b07343 x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name) by Ingo Molnar · 9 years ago
  93. 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 9 years ago
  94. 72ee6f8 x86/fpu: Simplify __save_fpu() by Ingo Molnar · 9 years ago
  95. 32b49b3 x86/fpu: Factor out FPU hw activation/deactivation by Ingo Molnar · 9 years ago
  96. c4d72e2 x86/fpu: Simplify fpstate_init_curr() usage by Ingo Molnar · 9 years ago
  97. e62bb3d x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr() by Ingo Molnar · 9 years ago
  98. 91d93d0 x86/fpu: Remove failure return from fpstate_alloc_init() by Ingo Molnar · 9 years ago
  99. c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 9 years ago
  100. 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 9 years ago