index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
xstate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
Leonardo Bras
2022-02-17
1
-1
/
+4
*
x86/fpu: Fix inline prefix warnings
Yang Zhong
2022-01-14
1
-1
/
+1
*
x86/fpu: Add uabi_size to guest_fpu
Thomas Gleixner
2022-01-14
1
-0
/
+1
*
x86/fpu: Add guest support to xfd_enable_feature()
Thomas Gleixner
2022-01-14
1
-39
/
+54
*
x86/fpu: Extend fpu_xstate_prctl() with guest permissions
Thomas Gleixner
2022-01-07
1
-14
/
+39
*
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
2021-10-26
1
-2
/
+3
*
x86/fpu: Add XFD handling for dynamic states
Chang S. Bae
2021-10-26
1
-1
/
+27
*
x86/fpu: Calculate the default sizes independently
Chang S. Bae
2021-10-26
1
-9
/
+21
*
x86/fpu/amx: Define AMX state components and have it used for boot-time checks
Chang S. Bae
2021-10-26
1
-1
/
+79
*
x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers
Chang S. Bae
2021-10-26
1
-13
/
+16
*
x86/fpu/xstate: Add fpstate_realloc()/free()
Chang S. Bae
2021-10-26
1
-8
/
+89
*
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
2021-10-26
1
-0
/
+47
*
x86/fpu: Update XFD state where required
Chang S. Bae
2021-10-26
1
-0
/
+12
*
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
2021-10-26
1
-0
/
+58
*
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
2021-10-26
1
-1
/
+0
*
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
2021-10-26
1
-0
/
+156
*
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
2021-10-26
1
-18
/
+28
*
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
2021-10-22
1
-1
/
+1
*
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
2021-10-22
1
-3
/
+3
*
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
2021-10-21
1
-28
/
+29
*
x86/fpu: Move xstate size to fpu_*_cfg
Thomas Gleixner
2021-10-21
1
-14
/
+18
*
x86/fpu/xstate: Cleanup size calculations
Thomas Gleixner
2021-10-21
1
-36
/
+46
*
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
2021-10-21
1
-8
/
+10
*
x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
Thomas Gleixner
2021-10-21
1
-5
/
+6
*
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
2021-10-21
1
-0
/
+3
*
x86/fpu/core: Convert to fpstate
Thomas Gleixner
2021-10-20
1
-1
/
+1
*
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
2021-10-20
1
-1
/
+11
*
x86/fpu: Convert fpstate_init() to struct fpstate
Thomas Gleixner
2021-10-20
1
-6
/
+6
*
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
2021-10-20
1
-1
/
+0
*
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
2021-10-20
1
-1
/
+2
*
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
2021-10-20
1
-0
/
+1
*
x86/fpu: Make os_xrstor_booting() private
Thomas Gleixner
2021-10-20
1
-0
/
+23
*
x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
Thomas Gleixner
2021-10-20
1
-0
/
+1
*
x86/fpu: Rework copy_xstate_to_uabi_buf()
Thomas Gleixner
2021-10-20
1
-8
/
+26
*
x86/fpu: Replace KVMs home brewed FPU copy from user
Thomas Gleixner
2021-10-20
1
-2
/
+1
*
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
2021-10-20
1
-1
/
+0
*
x86/fpu/xstate: Mark all init only functions __init
Thomas Gleixner
2021-10-20
1
-5
/
+5
*
x86/fpu/xstate: Provide and use for_each_xfeature()
Thomas Gleixner
2021-10-20
1
-33
/
+23
*
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
2021-10-20
1
-5
/
+3
*
x86/fpu: Cleanup the on_boot_cpu clutter
Thomas Gleixner
2021-10-20
1
-9
/
+0
*
x86/fpu: Restrict xsaves()/xrstors() to independent states
Thomas Gleixner
2021-10-20
1
-15
/
+7
*
x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() again
Thomas Gleixner
2021-06-24
1
-0
/
+1
*
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
2021-06-23
1
-0
/
+1
*
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
2021-06-23
1
-7
/
+18
*
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
2021-06-23
1
-9
/
+9
*
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
2021-06-23
1
-50
/
+48
*
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
2021-06-23
1
-31
/
+31
*
x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
Thomas Gleixner
2021-06-23
1
-90
/
+47
*
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
1
-2
/
+3
[next]