1. aee8c67 x86/fpu: Return proper error codes from user access functions by Thomas Gleixner · 3 years, 7 months ago
  2. 9544369 x86/fpu: Remove PKRU handling from switch_fpu_finish() by Thomas Gleixner · 3 years, 7 months ago
  3. 30a304a x86/fpu: Mask PKRU from kernel XRSTOR[S] operations by Thomas Gleixner · 3 years, 7 months ago
  4. 2ebe81c x86/fpu: Dont restore PKRU in fpregs_restore_userspace() by Thomas Gleixner · 3 years, 7 months ago
  5. 65e9521 x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi() by Thomas Gleixner · 3 years, 7 months ago
  6. 1d9bffa x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs() by Thomas Gleixner · 3 years, 7 months ago
  7. 727d011 x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs() by Thomas Gleixner · 3 years, 7 months ago
  8. e7ecad1 x86/fpu: Rename fpu__clear_all() to fpu_flush_thread() by Thomas Gleixner · 3 years, 7 months ago
  9. b2681e7 x86/fpu: Rename and sanitize fpu__save/copy() by Thomas Gleixner · 3 years, 7 months ago
  10. 1c61fad x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate() by Thomas Gleixner · 3 years, 7 months ago
  11. 08ded2c x86/fpu: Get rid of the FNSAVE optimization by Thomas Gleixner · 3 years, 7 months ago
  12. ebe7234 x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate() by Thomas Gleixner · 3 years, 7 months ago
  13. 6fdc908c x86/fpu: Rename fregs-related copy functions by Thomas Gleixner · 3 years, 7 months ago
  14. 16dcf43 x86/fpu: Rename fxregs-related copy functions by Thomas Gleixner · 3 years, 7 months ago
  15. 6b862ba x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user() by Thomas Gleixner · 3 years, 7 months ago
  16. b16313f x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs() by Thomas Gleixner · 3 years, 7 months ago
  17. dbb60ac x86/fpu: Move fpu__write_begin() to regset by Thomas Gleixner · 3 years, 7 months ago
  18. 5a32fac x86/fpu/regset: Move fpu__read_begin() into regset by Thomas Gleixner · 3 years, 7 months ago
  19. afac9e8 x86/fpu: Remove fpstate_sanitize_xstate() by Thomas Gleixner · 3 years, 7 months ago
  20. e685244 x86/fpu: Move inlines where they belong by Thomas Gleixner · 3 years, 7 months ago
  21. ce38f03 x86/fpu: Get rid of fpu__get_supported_xfeatures_mask() by Thomas Gleixner · 3 years, 7 months ago
  22. f9dfb5e x86/fpu: Make init_fpstate correct with optimized XSAVE by Thomas Gleixner · 3 years, 7 months ago
  23. 510b80a x86/pkru: Write hardware init value to PKRU when xstate is init by Thomas Gleixner · 3 years, 7 months ago
  24. 12f7764a x86/process: Check PF_KTHREAD and not current->mm for kernel threads by Thomas Gleixner · 3 years, 7 months ago
  25. 9bfecd0 x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid() by Thomas Gleixner · 3 years, 8 months ago
  26. da9803d Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  27. ac74075 Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  28. 20f0afd x86/mmu: Allocate/free a PASID by Fenghua Yu · 4 years, 4 months ago
  29. 1b4fb85 x86/fpu: Move xgetbv()/xsetbv() into a separate header by Joerg Roedel · 4 years, 4 months ago
  30. 8610981 x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.h by Uros Bizjak · 4 years, 7 months ago
  31. 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  32. e89d4ca Merge tag 'v5.8-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 6 months ago
  33. a063bf2 x86/fpu: Use proper mask to replace full instruction mask by Kan Liang · 4 years, 7 months ago
  34. 7ad8167 x86/fpu: Reset MXCSR to default in kernel_fpu_begin() by Petteri Aimonen · 4 years, 7 months ago
  35. 4dfa103 x86: kill dump_fpu() by Al Viro · 4 years, 8 months ago
  36. c95473e x86/fpu/xstate: Update copy_kernel_to_xregs_err() for supervisor states by Yu-cheng Yu · 4 years, 8 months ago
  37. b860eb8 x86/fpu/xstate: Define new functions for clearing fpregs and xstates by Fenghua Yu · 4 years, 8 months ago
  38. 524bb73 x86/fpu/xstate: Separate user and supervisor xfeatures mask by Yu-cheng Yu · 4 years, 8 months ago
  39. 59c4bd8 x86/fpu: Don't cache access to fpu_fpregs_owner_ctx by Sebastian Andrzej Siewior · 5 years ago
  40. 8d3289f x86/fpu: Don't use current->mm to check for a kthread by Christoph Hellwig · 6 years ago
  41. 8ff468c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  42. 5f409e2 x86/fpu: Defer FPU state load until return to userspace by Rik van Riel · 6 years ago
  43. 926b21f x86/fpu: Restore from kernel memory on the 64-bit path too by Sebastian Andrzej Siewior · 6 years ago
  44. 383c252 x86/entry: Add TIF_NEED_FPU_LOAD by Sebastian Andrzej Siewior · 6 years ago
  45. 0cecca9 x86/fpu: Eager switch PKRU state by Rik van Riel · 6 years ago
  46. 4ee9151 x86/fpu: Add an __fpregs_load_activate() internal helper by Rik van Riel · 6 years ago
  47. 0169f53 x86/fpu: Remove user_fpu_begin() by Sebastian Andrzej Siewior · 6 years ago
  48. 2722146 x86/fpu: Remove fpu->initialized by Sebastian Andrzej Siewior · 6 years ago
  49. 88f5260 x86/fpu: Always init the state in fpu__clear() by Sebastian Andrzej Siewior · 6 years ago
  50. 6dd677a x86/fpu: Remove fpu__restore() by Sebastian Andrzej Siewior · 6 years ago
  51. 67e87d4 x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has() by Borislav Petkov · 6 years ago
  52. 2f7726f x86/fpu: Track AVX-512 usage of tasks by Aubrey Li · 6 years ago
  53. bae54dc x86/fpu: Get rid of CONFIG_AS_FXSAVEQ by Borislav Petkov · 6 years ago
  54. 6637401 x86/fpu: Add might_fault() to user_insn() by Sebastian Andrzej Siewior · 6 years ago
  55. ac26d1f x86/fpu: Use the correct exception table macro in the XSTATE_OP wrapper by Jann Horn · 6 years ago
  56. 0200fbd Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 2224d61 x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context switch if there is an FPU by Sebastian Andrzej Siewior · 6 years ago
  58. 75045f7 x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups by Jann Horn · 6 years ago
  59. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  60. 369a036 x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]() by Ingo Molnar · 7 years ago
  61. 2ce03d8 x86/fpu: Rename fpu__activate_curr() to fpu__initialize() by Ingo Molnar · 7 years ago
  62. e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
  63. 685c930 x86/fpu: Remove fpu__current_fpstate_write_begin/end() by Ingo Molnar · 7 years ago
  64. d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
  65. 03eaec8 x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU() by Andi Kleen · 7 years ago
  66. 99dc26b x86/fpu: Remove struct fpu::fpregs_active by Ingo Molnar · 7 years ago
  67. 6cf4edb x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active by Ingo Molnar · 7 years ago
  68. f1c8cd0 x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active by Ingo Molnar · 7 years ago
  69. b3a1630 x86/fpu: Simplify fpu->fpregs_active use by Ingo Molnar · 7 years ago
  70. 38cfd5e KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state by Paolo Bonzini · 7 years ago
  71. a5828ed x86/fpu/xstate: Move XSAVES state init to a function by Yu-cheng Yu · 8 years ago
  72. c474e50 x86/fpu: Split old_fpu & new_fpu handling into separate functions by Rik van Riel · 8 years ago
  73. 317b622 x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state() by Rik van Riel · 8 years ago
  74. 9ad93fe x86/fpu: Split old & new FPU code paths by Rik van Riel · 8 years ago
  75. 66f314e x86/fpu: Remove __fpregs_(de)activate() by Rik van Riel · 8 years ago
  76. 25d83b5 x86/fpu: Rename lazy restore functions to "register state valid" by Rik van Riel · 8 years ago
  77. 3913cc3 x86/fpu: Remove struct fpu::counter by Rik van Riel · 8 years ago
  78. c592b57 x86/fpu: Remove use_eager_fpu() by Andy Lutomirski · 8 years ago
  79. ca6938a x86/fpu: Hard-disable lazy FPU mode by Andy Lutomirski · 8 years ago
  80. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  81. d1898b7 x86/fpu: Add tracepoints to dump FPU state at key points by Dave Hansen · 9 years ago
  82. b8b9b6b x86/fpu: Allow setting of XSAVE state by Dave Hansen · 9 years ago
  83. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 9 years ago
  84. 4ecd16e x86/fpu: Fix math emulation in eager fpu mode by Andy Lutomirski · 9 years ago
  85. bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 9 years ago
  86. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  87. a5fe93a x86/fpu: Disable MPX when eagerfpu is off by yu-cheng yu · 9 years ago
  88. b7106fa x86/fpu: Get rid of xstate_fault() by Borislav Petkov · 9 years ago
  89. b74a0cf x86/fpu: Add an XSTATE_OP() macro by Borislav Petkov · 9 years ago
  90. 83242c5 x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case by Ingo Molnar · 10 years ago
  91. d65fcd6 x86/fpu: Simplify copy_kernel_to_xregs_booting() by Ingo Molnar · 10 years ago
  92. 003e2e8 x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs() by Ingo Molnar · 10 years ago
  93. 9ccc27a x86/fpu: Remove error return values from copy_kernel_to_*regs() functions by Ingo Molnar · 10 years ago
  94. 3e1bf47 x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs() by Ingo Molnar · 10 years ago
  95. 43b287b x86/fpu: Add debugging checks to all copy_kernel_to_*() functions by Ingo Molnar · 10 years ago
  96. 6a81d7e x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write() by Ingo Molnar · 10 years ago
  97. 05602812 x86/fpu: Split out the fpu__activate_fpstate_read() method by Ingo Molnar · 10 years ago
  98. 47f01e8 x86/fpu: Fix FPU register read access to the current task by Ingo Molnar · 10 years ago
  99. 8c05f05 x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*() functions by Ingo Molnar · 10 years ago
  100. 685c961 x86/fpu: Improve the initialization logic of 'err' around xstate_fault() constraints by Ingo Molnar · 10 years ago