summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu
AgeCommit message (Expand)AuthorLines
2022-07-19x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae-0/+2
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2022-05-20x86: Remove empty filesBorislav Petkov-0/+0
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner-2/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-1/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+43
2022-01-14x86/fpu: Fix inline prefix warningsYang Zhong-1/+1
2022-01-14x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner-0/+2
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner-0/+5
2022-01-14x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu-0/+5
2022-01-14x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian-0/+6
2022-01-14x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson-0/+1
2022-01-07x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner-0/+13
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner-0/+11
2021-12-10x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang-3/+0
2021-11-26iommu/vt-d: Remove unused PASID_DISABLEDJoerg Roedel-6/+0
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+19
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+0
2021-11-03x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen-0/+19
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae-2/+3
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae-0/+34
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae-0/+7
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae-0/+2
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae-0/+3
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner-1/+1
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner-0/+21
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae-0/+4
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner-0/+7
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner-0/+46
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner-2/+0
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner-2/+2
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner-0/+13
2021-10-23x86/fpu: Prepare for sanitizing KVM FPU codeThomas Gleixner-1/+43
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner-13/+0
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner-20/+7
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner-9/+0
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner-6/+4
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner-0/+42
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner-12/+0
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner-0/+12
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner-11/+7
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner-2/+2
2021-10-20x86/fpu: Replace KVMs xstate component clearingThomas Gleixner-1/+1
2021-10-20x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner-1/+1
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner-1/+19
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner-0/+1
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner-3/+1
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner-26/+0
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner-18/+10
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner-7/+16