summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu/api.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-19x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae1-0/+2
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner1-2/+1
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/+2
2022-01-14x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian1-0/+6
2022-01-14x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson1-0/+1
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner1-0/+2
2021-11-26iommu/vt-d: Remove unused PASID_DISABLEDJoerg Roedel1-6/+0
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae1-0/+7
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae1-0/+4
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner1-2/+0
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner1-2/+2
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner1-0/+13
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner1-2/+2
2021-10-20x86/fpu: Replace KVMs xstate component clearingThomas Gleixner1-0/+1
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner1-0/+1
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner1-3/+1
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner1-0/+10
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner1-0/+3
2021-10-20x86/fpu: Move fpstate functions to api.hThomas Gleixner1-0/+9
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner1-0/+2
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner1-0/+8
2021-10-18iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu1-2/+0
2021-06-03x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner1-5/+1
2021-01-29x86/fpu/64: Don't FNINIT in kernel_fpu_begin()Andy Lutomirski1-0/+12
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski1-2/+13
2020-11-11x86/fpu: Make kernel FPU protection RT friendlyThomas Gleixner1-2/+16
2020-11-11x86/fpu: Simplify fpregs_[un]lock()Thomas Gleixner1-2/+3
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu1-0/+12
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel1-1/+21
2019-04-10x86/fpu: Add an __fpregs_load_activate() internal helperRik van Riel1-0/+11
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior1-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-11-01x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski1-10/+0
2015-05-19x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name)Ingo Molnar1-0/+9
2015-05-19x86/fpu: Uninline the irq_ts_save()/restore() functionsIngo Molnar1-25/+2
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-30/+1
2015-05-19x86/fpu: Uninline kernel_fpu_begin()/end()Ingo Molnar1-13/+2
2015-05-19x86/fpu: Move fpu__save() to fpu/internals.hIngo Molnar1-2/+0
2015-05-19x86/fpu: Rename fpu->has_fpu to fpu->fpregs_activeIngo Molnar1-1/+1
2015-05-19x86/fpu: Move XCR0 manipulation to the FPU code properIngo Molnar1-0/+1
2015-05-19x86/fpu: Remove assembly guard from asm/fpu/api.hIngo Molnar1-4/+0
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-0/+107