summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-202-2/+2
|\
| * x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe2023-01-251-1/+1
| * x86/fpu: Replace zero-length array in struct xregs_state with flexible-array ...Gustavo A. R. Silva2023-01-191-1/+1
* | cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra2023-01-131-2/+2
|/
* x86/signal: Add ABI prefixes to frame setup functionsBrian Gerst2022-10-191-5/+0
* x86/signal: Remove sigset_t parameter from frame setup functionsBrian Gerst2022-10-191-4/+2
* x86/signal: Remove sig parameter from frame setup functionsBrian Gerst2022-10-191-2/+2
* x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae2022-07-191-0/+2
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-1/+1
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-1/+1
* | x86: Remove empty filesBorislav Petkov2022-05-201-0/+0
* | x86/prctl: Remove pointless task argumentThomas Gleixner2022-05-131-2/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-162-0/+43
|\
| * 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/+2
| * x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2022-01-141-0/+5
| * x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu2022-01-141-0/+5
| * x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian2022-01-141-0/+6
| * x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson2022-01-141-0/+1
| * x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner2022-01-071-0/+13
| * x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-072-0/+11
* | x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang2021-12-101-3/+0
|/
* iommu/vt-d: Remove unused PASID_DISABLEDJoerg Roedel2021-11-261-6/+0
* Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-142-0/+19
|\
| * x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen2021-11-032-0/+19
* | Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-2/+0
|\ \ | |/ |/|
| * iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu2021-10-181-2/+0
* | x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae2021-10-261-2/+3
* | x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae2021-10-262-0/+34
* | x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae2021-10-261-0/+7
* | x86/fpu/xstate: Add XFD #NM handlerChang S. Bae2021-10-261-0/+2
* | x86/fpu: Add XFD state to fpstateChang S. Bae2021-10-261-0/+3
* | x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner2021-10-261-1/+1
* | x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner2021-10-261-0/+21
* | x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae2021-10-261-0/+4
* | x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner2021-10-261-0/+7
* | x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner2021-10-261-0/+46
* | x86/fpu: Remove old KVM FPU interfaceThomas Gleixner2021-10-231-2/+0
* | x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner2021-10-231-2/+2
* | x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner2021-10-231-0/+13
* | x86/fpu: Prepare for sanitizing KVM FPU codeThomas Gleixner2021-10-231-1/+43
* | x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner2021-10-221-13/+0
* | x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner2021-10-221-20/+7
* | x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner2021-10-221-9/+0
* | x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner2021-10-211-6/+4
* | x86/fpu: Provide struct fpu_configThomas Gleixner2021-10-211-0/+42
* | x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner2021-10-211-12/+0
* | x86/fpu: Add size and mask information to fpstateThomas Gleixner2021-10-211-0/+12
* | x86/fpu: Remove fpu::stateThomas Gleixner2021-10-201-11/+7
* | x86/fpu/core: Convert to fpstateThomas Gleixner2021-10-201-2/+2