summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)AuthorFilesLines
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski1-5/+4
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-61/+204
2022-01-14x86/fpu: Fix inline prefix warningsYang Zhong1-1/+1
2022-01-14x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner1-0/+24
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2-0/+2
2022-01-14x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian1-0/+12
2022-01-14x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson1-0/+22
2022-01-14x86/fpu: Add guest support to xfd_enable_feature()Thomas Gleixner2-39/+60
2022-01-14x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu1-5/+6
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+2
2022-01-10Merge tag 'x86_fpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+14
2022-01-07x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner1-1/+25
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner3-16/+53
2021-12-11x86/fpu: Remove .fixup usagePeter Zijlstra2-10/+2
2021-11-30x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()Marco Elver1-1/+1
2021-11-16x86/fpu: Correct AVX512 state trackingNoah Goldstein1-7/+14
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+35
2021-11-03x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen1-2/+35
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-10-28x86/fpu: Include vmalloc.h for vzalloc()Stephen Rothwell1-0/+1
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae2-2/+9
2021-10-26x86/fpu: Add XFD handling for dynamic statesChang S. Bae1-1/+27
2021-10-26x86/fpu: Calculate the default sizes independentlyChang S. Bae1-9/+21
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae1-1/+79
2021-10-26x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbersChang S. Bae1-13/+16
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae1-8/+89
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae1-0/+47
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae5-2/+61
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner4-12/+95
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae2-0/+6
2021-10-26x86/fpu: Reset permission and fpstate on exec()Chang S. Bae1-3/+4
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner1-10/+25
2021-10-26x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae3-40/+26
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner1-0/+4
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae2-0/+162
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner1-3/+6
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner1-0/+5
2021-10-26x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae1-18/+28
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner1-32/+0
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner1-8/+8
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner1-6/+79
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner1-0/+13
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner3-9/+16
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner3-6/+6
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner4-32/+34
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner7-42/+41
2021-10-21x86/fpu/xstate: Cleanup size calculationsThomas Gleixner1-36/+46
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner1-10/+5
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner1-0/+4
2021-10-21x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner1-17/+27