- c862dcd x86/fpu: Fix inline prefix warnings by Yang Zhong · 3 years ago
- c60427d x86/fpu: Add uabi_size to guest_fpu by Thomas Gleixner · 3 years ago
- c270ce3 x86/fpu: Add guest support to xfd_enable_feature() by Thomas Gleixner · 3 years ago
- 980fe2f x86/fpu: Extend fpu_xstate_prctl() with guest permissions by Thomas Gleixner · 3 years ago
- 2308ee5 x86/fpu/amx: Enable the AMX feature in 64-bit mode by Chang S. Bae · 3 years, 2 months ago
- db3e732 x86/fpu: Add XFD handling for dynamic states by Chang S. Bae · 3 years, 2 months ago
- 2ae996e x86/fpu: Calculate the default sizes independently by Chang S. Bae · 3 years, 2 months ago
- eec2113 x86/fpu/amx: Define AMX state components and have it used for boot-time checks by Chang S. Bae · 3 years, 2 months ago
- 70c3f16 x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers by Chang S. Bae · 3 years, 2 months ago
- 500afbf x86/fpu/xstate: Add fpstate_realloc()/free() by Chang S. Bae · 3 years, 2 months ago
- 783e87b x86/fpu/xstate: Add XFD #NM handler by Chang S. Bae · 3 years, 2 months ago
- 6723654 x86/fpu: Update XFD state where required by Chang S. Bae · 3 years, 2 months ago
- 5529acf x86/fpu: Add sanity checks for XFD by Thomas Gleixner · 3 years, 2 months ago
- 53599b4 x86/fpu/signal: Prepare for variable sigframe length by Chang S. Bae · 3 years, 2 months ago
- db8268d x86/arch_prctl: Add controls for dynamic XSTATE components by Chang S. Bae · 3 years, 2 months ago
- 84e4dcc x86/fpu/xstate: Provide xstate_calculate_size() by Chang S. Bae · 3 years, 2 months ago
- eda32f4 x86/fpu: Rework restore_regs_from_fpstate() by Thomas Gleixner · 3 years, 2 months ago
- daddee2 x86/fpu: Mop up xfeatures_mask_uabi() by Thomas Gleixner · 3 years, 2 months ago
- 1c253ff x86/fpu: Move xstate feature masks to fpu_*_cfg by Thomas Gleixner · 3 years, 2 months ago
- 2bd264b x86/fpu: Move xstate size to fpu_*_cfg by Thomas Gleixner · 3 years, 2 months ago
- cd9ae76 x86/fpu/xstate: Cleanup size calculations by Thomas Gleixner · 3 years, 2 months ago
- 49e4eb4 x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate() by Thomas Gleixner · 3 years, 3 months ago
- 3ac8d757 x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf() by Thomas Gleixner · 3 years, 3 months ago
- 248452c x86/fpu: Add size and mask information to fpstate by Thomas Gleixner · 3 years, 3 months ago
- c20942c x86/fpu/core: Convert to fpstate by Thomas Gleixner · 3 years, 3 months ago
- 087df48 x86/fpu: Replace KVMs xstate component clearing by Thomas Gleixner · 3 years, 3 months ago
- f83ac56 x86/fpu: Convert fpstate_init() to struct fpstate by Thomas Gleixner · 3 years, 3 months ago
- b56d279 x86/fpu: Replace the includes of fpu/internal.h by Thomas Gleixner · 3 years, 2 months ago
- d9d005f x86/fpu: Move mxcsr related code to core by Thomas Gleixner · 3 years, 2 months ago
- 3400257 x86/fpu: Move legacy ASM wrappers to core by Thomas Gleixner · 3 years, 2 months ago
- b579d0c x86/fpu: Make os_xrstor_booting() private by Thomas Gleixner · 3 years, 2 months ago
- 9603445 x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init by Thomas Gleixner · 3 years, 2 months ago
- ca834de x86/fpu: Rework copy_xstate_to_uabi_buf() by Thomas Gleixner · 3 years, 2 months ago
- ea4d693 x86/fpu: Replace KVMs home brewed FPU copy from user by Thomas Gleixner · 3 years, 2 months ago
- a0ff061 x86/fpu: Move KVMs FPU swapping to FPU core by Thomas Gleixner · 3 years, 2 months ago
- 63cf05a x86/fpu/xstate: Mark all init only functions __init by Thomas Gleixner · 3 years, 2 months ago
- ffd3e50 x86/fpu/xstate: Provide and use for_each_xfeature() by Thomas Gleixner · 3 years, 2 months ago
- 126fe04 x86/fpu: Cleanup xstate xcomp_bv initialization by Thomas Gleixner · 3 years, 2 months ago
- dc2f39f x86/fpu: Cleanup the on_boot_cpu clutter by Thomas Gleixner · 3 years, 2 months ago
- f5daf83 x86/fpu: Restrict xsaves()/xrstors() to independent states by Thomas Gleixner · 3 years, 2 months ago
- 93c2cdc x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() again by Thomas Gleixner · 3 years, 6 months ago
- 30a304a x86/fpu: Mask PKRU from kernel XRSTOR[S] operations by Thomas Gleixner · 3 years, 6 months ago
- e84ba47 x86/fpu: Hook up PKRU into ptrace() by Dave Hansen · 3 years, 6 months ago
- 65e9521 x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi() by Thomas Gleixner · 3 years, 6 months ago
- 8a1dc55 x86/cpu: Sanitize X86_FEATURE_OSPKE by Thomas Gleixner · 3 years, 6 months ago
- a75c528 x86/fpu/xstate: Sanitize handling of independent features by Thomas Gleixner · 3 years, 6 months ago
- 01707b6 x86/fpu: Rename "dynamic" XSTATEs to "independent" by Andy Lutomirski · 3 years, 6 months ago
- 522e927 x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate() by Thomas Gleixner · 3 years, 6 months ago
- 1cc3441 x86/fpu: Rename xstate copy functions which are related to UABI by Thomas Gleixner · 3 years, 6 months ago
- b16313f x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs() by Thomas Gleixner · 3 years, 6 months ago
- 1f31712 x86/fpu: Get rid of copy_supervisor_to_kernel() by Thomas Gleixner · 3 years, 6 months ago
- 9fe8a6f x86/fpu: Cleanup arch_set_user_pkey_access() by Thomas Gleixner · 3 years, 6 months ago
- 02b93c0 x86/fpu: Get rid of using_compacted_format() by Thomas Gleixner · 3 years, 6 months ago
- afac9e8 x86/fpu: Remove fpstate_sanitize_xstate() by Thomas Gleixner · 3 years, 6 months ago
- eb6f517 x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get() by Thomas Gleixner · 3 years, 6 months ago
- 3a33511 x86/fpu: Simplify PTRACE_GETREGS code by Dave Hansen · 3 years, 6 months ago
- 947f494 x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate() by Thomas Gleixner · 3 years, 6 months ago
- 43be46e x86/fpu: Sanitize xstateregs_set() by Thomas Gleixner · 3 years, 6 months ago
- 4098b3e x86/fpu: Remove unused get_xsave_field_ptr() by Thomas Gleixner · 3 years, 6 months ago
- ce38f03 x86/fpu: Get rid of fpu__get_supported_xfeatures_mask() by Thomas Gleixner · 3 years, 6 months ago
- 4e8e431 x86/fpu: Make xfeatures_mask_all __ro_after_init by Thomas Gleixner · 3 years, 6 months ago
- ce578f1 x86/fpu: Mark various FPU state variables __ro_after_init by Thomas Gleixner · 3 years, 6 months ago
- 9625895 x86/fpu: Fix copy_xstate_to_kernel() gap handling by Thomas Gleixner · 3 years, 6 months ago
- c4cf5f6 Merge x86/urgent into x86/fpu by Borislav Petkov · 3 years, 6 months ago
- f9dfb5e x86/fpu: Make init_fpstate correct with optimized XSAVE by Thomas Gleixner · 3 years, 6 months ago
- f72a249 x86/fpu: Add address range checks to copy_user_to_xstate() by Andy Lutomirski · 3 years, 7 months ago
- 9bfecd0 x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid() by Thomas Gleixner · 3 years, 7 months ago
- d9f6e12 x86: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
- 0a74d61 x86/fpu/xstate: Use sizeof() instead of a constant by Yejune Deng · 4 years ago
- 20f0afd x86/mmu: Allocate/free a PASID by Fenghua Yu · 4 years, 3 months ago
- b454feb x86/fpu/xstate: Add supervisor PASID state for ENQCMD by Yu-cheng Yu · 4 years, 3 months ago
- 50f6c7d Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- 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
- 76d1025 x86/fpu/xstate: Fix an xstate size check warning with architectural LBRs by Kan Liang · 4 years, 5 months ago
- e89d4ca Merge tag 'v5.8-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 5 months ago
- 0557d64 x86: switch to ->regset_get() by Al Viro · 4 years, 10 months ago
- 5714ee5 copy_xstate_to_kernel: Fix typo which caused GDB regression by Kevin Buettner · 4 years, 5 months ago
- ce711ea perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch by Kan Liang · 4 years, 6 months ago
- 50f408d x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature by Kan Liang · 4 years, 6 months ago
- f0dccc9 x86/fpu/xstate: Support dynamic supervisor feature for LBR by Kan Liang · 4 years, 6 months ago
- 0a319ef Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 9e46365 copy_xstate_to_kernel(): don't leave parts of destination uninitialized by Al Viro · 4 years, 7 months ago
- eeedf15 x86/fpu: Introduce copy_supervisor_to_kernel() by Yu-cheng Yu · 4 years, 8 months ago
- 71581ee x86/fpu/xstate: Introduce XSAVES supervisor states by Yu-cheng Yu · 4 years, 8 months ago
- 524bb73 x86/fpu/xstate: Separate user and supervisor xfeatures mask by Yu-cheng Yu · 4 years, 8 months ago
- 8ab2280 x86/fpu/xstate: Define new macros for supervisor and user xstates by Fenghua Yu · 4 years, 8 months ago
- 5274e6c x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header() by Fenghua Yu · 4 years, 8 months ago
- 16171bf x86/pkeys: Add check for pkey "overflow" by Dave Hansen · 5 years ago
- e70b100 x86/fpu/xstate: Warn when checking alignment of disabled xfeatures by Yu-cheng Yu · 5 years ago
- 49a91d61 x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp() by Yu-cheng Yu · 5 years ago
- c12e13d x86/fpu/xstate: Fix last_good_offset in setup_xstate_features() by Yu-cheng Yu · 5 years ago
- 158e2ee x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return bool by Yu-cheng Yu · 5 years ago
- 8c9e607 x86/fpu/xstate: Fix small issues by Yu-cheng Yu · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 446e693 x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbers by Cyrill Gorcunov · 5 years ago
- c085505 x86/fpu: Shrink space allocated for xstate_comp_offsets by Cyrill Gorcunov · 5 years ago
- 58db1037 x86/fpu: Update stale variable name in comment by Cyrill Gorcunov · 5 years ago
- 3431a94 Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 7891bc0 x86/fpu: Inline fpu__xstate_clear_all_cpu_caps() by Sebastian Andrzej Siewior · 5 years ago
- 0c608da x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status by Aubrey Li · 6 years ago