index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
x86/fpu: Include vmalloc.h for vzalloc()
Stephen Rothwell
1
-0
/
+1
2021-10-28
selftests/x86/amx: Add context switch test
Chang S. Bae
1
-3
/
+157
2021-10-28
selftests/x86/amx: Add test cases for AMX state management
Chang S. Bae
2
-1
/
+698
2021-10-26
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
4
-4
/
+13
2021-10-26
x86/fpu: Add XFD handling for dynamic states
Chang S. Bae
1
-1
/
+27
2021-10-26
x86/fpu: Calculate the default sizes independently
Chang S. Bae
1
-9
/
+21
2021-10-26
x86/fpu/amx: Define AMX state components and have it used for boot-time checks
Chang S. Bae
4
-1
/
+114
2021-10-26
x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers
Chang S. Bae
1
-13
/
+16
2021-10-26
x86/fpu/xstate: Add fpstate_realloc()/free()
Chang S. Bae
3
-8
/
+106
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
3
-0
/
+87
2021-10-26
x86/fpu: Update XFD state where required
Chang S. Bae
5
-2
/
+61
2021-10-26
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
4
-12
/
+95
2021-10-26
x86/fpu: Add XFD state to fpstate
Chang S. Bae
3
-0
/
+9
2021-10-26
x86/msr-index: Add MSRs for XFD
Chang S. Bae
1
-0
/
+2
2021-10-26
x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit
Chang S. Bae
2
-0
/
+2
2021-10-26
x86/fpu: Reset permission and fpstate on exec()
Chang S. Bae
1
-3
/
+4
2021-10-26
x86/fpu: Prepare fpu_clone() for dynamically enabled features
Thomas Gleixner
3
-12
/
+27
2021-10-26
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
3
-40
/
+26
2021-10-26
x86/signal: Use fpu::__state_user_size for sigalt stack validation
Thomas Gleixner
1
-4
/
+31
2021-10-26
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
2
-0
/
+25
2021-10-26
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
6
-3
/
+178
2021-10-26
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
2
-3
/
+13
2021-10-26
x86/fpu: Add members to struct fpu to cache permission information
Thomas Gleixner
2
-0
/
+51
2021-10-26
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
1
-18
/
+28
2021-10-26
x86/signal: Implement sigaltstack size validation
Thomas Gleixner
3
-0
/
+61
2021-10-26
signal: Add an optional check for altstack size
Thomas Gleixner
3
-6
/
+38
2021-10-23
x86/fpu: Remove old KVM FPU interface
Thomas Gleixner
2
-34
/
+0
2021-10-23
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
5
-82
/
+40
2021-10-23
x86/fpu: Provide infrastructure for KVM FPU cleanup
Thomas Gleixner
2
-6
/
+92
2021-10-23
x86/fpu: Prepare for sanitizing KVM FPU code
Thomas Gleixner
1
-1
/
+43
2021-10-22
x86/fpu/xstate: Move remaining xfeature helpers to core
Thomas Gleixner
2
-13
/
+13
2021-10-22
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
4
-29
/
+23
2021-10-22
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
4
-15
/
+6
2021-10-21
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
5
-38
/
+38
2021-10-21
x86/fpu: Move xstate size to fpu_*_cfg
Thomas Gleixner
7
-42
/
+41
2021-10-21
x86/fpu/xstate: Cleanup size calculations
Thomas Gleixner
1
-36
/
+46
2021-10-21
x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
Thomas Gleixner
1
-10
/
+5
2021-10-21
x86/fpu: Provide struct fpu_config
Thomas Gleixner
2
-0
/
+46
2021-10-21
x86/fpu/signal: Use fpstate for size and features
Thomas Gleixner
1
-17
/
+27
2021-10-21
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
6
-25
/
+26
2021-10-21
x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
Thomas Gleixner
3
-10
/
+11
2021-10-21
x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
Thomas Gleixner
1
-6
/
+6
2021-10-21
x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
Thomas Gleixner
1
-1
/
+1
2021-10-21
x86/fpu/xstate: Use fpstate for os_xsave()
Thomas Gleixner
3
-6
/
+6
2021-10-21
x86/fpu: Use fpstate::size
Thomas Gleixner
2
-11
/
+9
2021-10-21
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
4
-0
/
+30
2021-10-21
x86/process: Move arch_thread_struct_whitelist() out of line
Thomas Gleixner
3
-6
/
+15
2021-10-21
x86/fpu: Do not leak fpstate pointer on fork
Thomas Gleixner
1
-0
/
+2
2021-10-20
x86/fpu: Remove fpu::state
Thomas Gleixner
2
-15
/
+7
2021-10-20
x86/math-emu: Convert to fpstate
Thomas Gleixner
3
-4
/
+4
[next]