summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu/api.h
AgeCommit message (Expand)Author
2021-06-03x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner
2021-01-29x86/fpu/64: Don't FNINIT in kernel_fpu_begin()Andy Lutomirski
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski
2020-11-11x86/fpu: Make kernel FPU protection RT friendlyThomas Gleixner
2020-11-11x86/fpu: Simplify fpregs_[un]lock()Thomas Gleixner
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel
2019-04-10x86/fpu: Add an __fpregs_load_activate() internal helperRik van Riel
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-11-01x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski
2015-05-19x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name)Ingo Molnar
2015-05-19x86/fpu: Uninline the irq_ts_save()/restore() functionsIngo Molnar
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Uninline kernel_fpu_begin()/end()Ingo Molnar
2015-05-19x86/fpu: Move fpu__save() to fpu/internals.hIngo Molnar
2015-05-19x86/fpu: Rename fpu->has_fpu to fpu->fpregs_activeIngo Molnar
2015-05-19x86/fpu: Move XCR0 manipulation to the FPU code properIngo Molnar
2015-05-19x86/fpu: Remove assembly guard from asm/fpu/api.hIngo Molnar
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar