summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras2022-02-171-1/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-163-61/+204
|\
| * x86/fpu: Fix inline prefix warningsYang Zhong2022-01-141-1/+1
| * x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner2022-01-141-0/+24
| * x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2022-01-142-0/+2
| * x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian2022-01-141-0/+12
| * x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson2022-01-141-0/+22
| * x86/fpu: Add guest support to xfd_enable_feature()Thomas Gleixner2022-01-142-39/+60
| * x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu2022-01-141-5/+6
| * x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner2022-01-071-1/+25
| * x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-073-16/+53
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-122-10/+2
|\ \
| * | x86/fpu: Remove .fixup usagePeter Zijlstra2021-12-112-10/+2
| |/
* | Merge tag 'x86_fpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-101-7/+14
|\ \ | |/ |/|
| * x86/fpu: Correct AVX512 state trackingNoah Goldstein2021-11-161-7/+14
* | x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()Marco Elver2021-11-301-1/+1
|/
* Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-141-2/+35
|\
| * x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen2021-11-031-2/+35
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \ | |/ |/|
| * gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-4/+3
* | x86/fpu: Include vmalloc.h for vzalloc()Stephen Rothwell2021-10-281-0/+1
* | x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae2021-10-262-2/+9
* | x86/fpu: Add XFD handling for dynamic statesChang S. Bae2021-10-261-1/+27
* | x86/fpu: Calculate the default sizes independentlyChang S. Bae2021-10-261-9/+21
* | x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae2021-10-261-1/+79
* | x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbersChang S. Bae2021-10-261-13/+16
* | x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae2021-10-261-8/+89
* | x86/fpu/xstate: Add XFD #NM handlerChang S. Bae2021-10-261-0/+47
* | x86/fpu: Update XFD state where requiredChang S. Bae2021-10-265-2/+61
* | x86/fpu: Add sanity checks for XFDThomas Gleixner2021-10-264-12/+95
* | x86/fpu: Add XFD state to fpstateChang S. Bae2021-10-262-0/+6
* | x86/fpu: Reset permission and fpstate on exec()Chang S. Bae2021-10-261-3/+4
* | x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner2021-10-261-10/+25
* | x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae2021-10-263-40/+26
* | x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner2021-10-261-0/+4
* | x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae2021-10-262-0/+162
* | x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner2021-10-261-3/+6
* | x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner2021-10-261-0/+5
* | x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae2021-10-261-18/+28
* | x86/fpu: Remove old KVM FPU interfaceThomas Gleixner2021-10-231-32/+0
* | x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner2021-10-231-8/+8
* | x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner2021-10-231-6/+79
* | x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner2021-10-221-0/+13
* | x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner2021-10-223-9/+16
* | x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner2021-10-223-6/+6
* | x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner2021-10-214-32/+34
* | x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner2021-10-217-42/+41
* | x86/fpu/xstate: Cleanup size calculationsThomas Gleixner2021-10-211-36/+46
* | x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner2021-10-211-10/+5
* | x86/fpu: Provide struct fpu_configThomas Gleixner2021-10-211-0/+4