index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
xstate.c
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-10
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
2019-04-10
x86/fpu: Make __raw_xsave_addr() use a feature number instead of mask
Sebastian Andrzej Siewior
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-02-08
x86/fpu: Move init_xstate_size() to __init section
Sergey Senozhatsky
2018-12-26
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-12-08
x86/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
2018-12-03
x86/fpu: Update comment for __raw_xsave_addr()
Sebastian Andrzej Siewior
2018-12-03
x86/fpu: Use unsigned long long shift in xfeature_uncompacted_offset()
Sebastian Andrzej Siewior
2017-10-17
x86/fpu: Remove the explicit clearing of XSAVE dependent features
Andi Kleen
2017-10-17
x86/fpu: Make XSAVE check the base CPUID features before enabling
Andi Kleen
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u...
Eric Biggers
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()
Eric Biggers
2017-09-26
x86/fpu: Copy the full header in copy_user_to_xstate()
Eric Biggers
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k...
Eric Biggers
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()
Eric Biggers
2017-09-26
x86/fpu: Copy the full state_header in copy_kernel_to_xstate()
Eric Biggers
2017-09-26
x86/fpu: Introduce validate_xstate_header()
Eric Biggers
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
2017-09-24
x86/fpu: Fix boolreturn.cocci warnings
kbuild test robot
2017-09-24
x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...
Rik van Riel
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
2017-09-24
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
2017-09-24
x86/fpu: Simplify __copy_xstate_to_kernel() return values
Ingo Molnar
2017-09-24
x86/fpu: Change 'size_total' parameter to unsigned and standardize the size c...
Ingo Molnar
2017-09-24
x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
Ingo Molnar
2017-09-24
x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() funct...
Ingo Molnar
2017-09-24
x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
Ingo Molnar
2017-09-24
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
2017-09-24
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
2017-09-24
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2017-02-20
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-01-25
x86/fpu: Fix "x86/fpu: Legacy x87 FPU detected" message
Andy Lutomirski
2017-01-24
x86/fpu/xstate: Fix xcomp_bv in XSAVES header
Yu-cheng Yu
2017-01-23
x86/fpu: Set the xcomp_bv when we fake up a XSAVES area
Kevin Hao
2017-01-16
x86/cpufeature: Add AVX512_VPOPCNTDQ feature
Piotr Luc
2016-12-12
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-11-17
x86/cpufeatures: Enable new AVX512 cpu features
Gayatri Kammela
2016-11-01
Merge branch 'core/urgent' into x86/fpu, to merge fixes
Ingo Molnar
2016-10-19
x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS features
Piotr Luc
2016-10-16
Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict
Ingo Molnar
2016-10-07
x86/fpu: Remove use_eager_fpu()
Andy Lutomirski
2016-09-09
x86/pkeys: Allocation/free syscalls
Dave Hansen
2016-08-10
x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...
Dave Hansen
2016-07-21
x86/fpu: Do not BUG_ON() in early FPU code
Dave Hansen
2016-07-11
x86/fpu/xstate: Re-enable XSAVES
Yu-cheng Yu
[next]