- 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
- c862dcd x86/fpu: Fix inline prefix warnings by Yang Zhong · 3 years ago
- 5429cea x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state() by Thomas Gleixner · 3 years ago
- c60427d x86/fpu: Add uabi_size to guest_fpu by Thomas Gleixner · 3 years ago
- 8eb9a48 x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation by Kevin Tian · 3 years ago
- 0781d60 x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM by Sean Christopherson · 3 years ago
- c270ce3 x86/fpu: Add guest support to xfd_enable_feature() by Thomas Gleixner · 3 years ago
- b0237da x86/fpu: Make XFD initialization in __fpstate_reset() a function argument by Jing Liu · 3 years ago
- 64ad946 Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 191cf7f Merge tag 'x86_fpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 36487e6 x86/fpu: Prepare guest FPU for dynamically enabled FPU features by Thomas Gleixner · 3 years ago
- 980fe2f x86/fpu: Extend fpu_xstate_prctl() with guest permissions by Thomas Gleixner · 3 years ago
- 1c3b909 x86/fpu: Remove .fixup usage by Peter Zijlstra · 3 years, 2 months ago
- 52d0b8b x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() by Marco Elver · 3 years, 1 month ago
- 0fe4ff8 x86/fpu: Correct AVX512 state tracking by Noah Goldstein · 3 years, 1 month ago
- 1654e95 Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
- 30d0255 x86/fpu: Optimize out sigframe xfeatures when in init state by Dave Hansen · 3 years, 2 months ago
- c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
- 868c250 x86/fpu: Include vmalloc.h for vzalloc() by Stephen Rothwell · 3 years, 2 months 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
- 8bf26758 x86/fpu: Add XFD state to fpstate by Chang S. Bae · 3 years, 2 months ago
- e61d631 x86/fpu: Reset permission and fpstate on exec() by Chang S. Bae · 3 years, 2 months ago
- 9e798e9 x86/fpu: Prepare fpu_clone() for dynamically enabled features 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
- 23686ef x86/fpu: Add basic helpers for dynamically enabled features by Thomas Gleixner · 3 years, 2 months ago
- db8268d x86/arch_prctl: Add controls for dynamic XSTATE components by Chang S. Bae · 3 years, 2 months ago
- c33f0a8 x86/fpu: Add fpu_state_config::legacy_features by Thomas Gleixner · 3 years, 2 months ago
- 6f6a7c0 x86/fpu: Add members to struct fpu to cache permission information by Thomas Gleixner · 3 years, 2 months ago
- 84e4dcc x86/fpu/xstate: Provide xstate_calculate_size() by Chang S. Bae · 3 years, 2 months ago
- 582b01b x86/fpu: Remove old KVM FPU interface by Thomas Gleixner · 3 years, 2 months ago
- d69c138 x86/kvm: Convert FPU handling to a single swap buffer by Thomas Gleixner · 3 years, 2 months ago
- 69f6ed1 x86/fpu: Provide infrastructure for KVM FPU cleanup by Thomas Gleixner · 3 years, 2 months ago
- d72c870 x86/fpu/xstate: Move remaining xfeature helpers to core by Thomas Gleixner · 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
- 617473a x86/fpu: Cleanup fpu__init_system_xstate_size_legacy() by Thomas Gleixner · 3 years, 2 months ago
- 578971f x86/fpu: Provide struct fpu_config by Thomas Gleixner · 3 years, 2 months ago
- 5509cc7 x86/fpu/signal: Use fpstate for size and features 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
- ad6ede4 x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate() by Thomas Gleixner · 3 years, 3 months ago
- 0b2d39a x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe() by Thomas Gleixner · 3 years, 3 months ago
- 073e627 x86/fpu/xstate: Use fpstate for os_xsave() by Thomas Gleixner · 3 years, 3 months ago
- be31dfd x86/fpu: Use fpstate::size 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
- 2dd8eed x86/process: Move arch_thread_struct_whitelist() out of line by Thomas Gleixner · 3 years, 3 months ago
- 2f27b50 x86/fpu: Remove fpu::state by Thomas Gleixner · 3 years, 3 months ago
- c20942c x86/fpu/core: Convert to fpstate by Thomas Gleixner · 3 years, 3 months ago
- 7e049e8 x86/fpu/signal: Convert to fpstate by Thomas Gleixner · 3 years, 3 months ago
- caee31a x86/fpu/regset: 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
- 18b3fa1 x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate 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
- 87d0e5b x86/fpu: Provide struct fpstate by Thomas Gleixner · 3 years, 3 months ago
- bf5d004 x86/fpu: Replace KVMs home brewed FPU copy to user by Thomas Gleixner · 3 years, 2 months ago
- 079ec41 x86/fpu: Provide a proper function for ex_handler_fprestore() by Thomas Gleixner · 3 years, 2 months ago
- b56d279 x86/fpu: Replace the includes of fpu/internal.h by Thomas Gleixner · 3 years, 2 months ago
- 6415bb8 x86/fpu: Mop up the internal.h leftovers by Thomas Gleixner · 3 years, 2 months ago
- 0ae67cc3 x86/fpu: Remove internal.h dependency from fpu/signal.h by Thomas Gleixner · 3 years, 2 months ago
- 90489f1 x86/fpu: Move fpstate functions to api.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
- 9848fb9 x86/fpu: Move fpregs_restore_userregs() to core by Thomas Gleixner · 3 years, 2 months ago
- cdcb6fa x86/fpu: Make WARN_ON_FPU() private 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
- df95b0f x86/fpu: Move os_xsave() and os_xrstor() 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
- d06241f x86/fpu: Clean up CPU feature tests by Thomas Gleixner · 3 years, 2 months ago
- 63e8180 x86/fpu: Move context switch and exit to user inlines into sched.h 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
- 509e7a30 x86/fpu: Do not inherit FPU context for kernel and IO worker threads by Thomas Gleixner · 3 years, 2 months ago
- 01f9f62 x86/fpu: Remove pointless memset in fpu_clone() 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
- d2d9264 x86/fpu: Update stale comments by Thomas Gleixner · 3 years, 2 months ago
- bb523b4 gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} by Andreas Gruenbacher · 3 years, 5 months ago
- 082f20b Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict by Ingo Molnar · 3 years, 2 months ago
- b2381ac x86/fpu: Mask out the invalid MXCSR bits properly by Borislav Petkov · 3 years, 2 months ago
- d298b03 x86/fpu: Restore the masking out of reserved MXCSR bits by Borislav Petkov · 3 years, 3 months ago
- 724fc02 x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstate_epilog() by Anders Roxell · 3 years, 3 months ago
- a2a8fd9 x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean by Thomas Gleixner · 3 years, 4 months ago
- be00401 x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean by Thomas Gleixner · 3 years, 4 months ago
- 1193f40 x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean by Thomas Gleixner · 3 years, 4 months ago
- f3305be x86/fpu/signal: Change return type of fpu__restore_sig() to boolean by Thomas Gleixner · 3 years, 4 months ago