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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-11-14
1
-2
/
+35
|
\
|
*
x86/fpu: Optimize out sigframe xfeatures when in init state
Dave Hansen
2021-11-03
1
-2
/
+35
*
|
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
2021-10-18
1
-4
/
+3
*
|
x86/fpu: Include vmalloc.h for vzalloc()
Stephen Rothwell
2021-10-28
1
-0
/
+1
*
|
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
2021-10-26
2
-2
/
+9
*
|
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
5
-2
/
+61
*
|
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
2021-10-26
4
-12
/
+95
*
|
x86/fpu: Add XFD state to fpstate
Chang S. Bae
2021-10-26
2
-0
/
+6
*
|
x86/fpu: Reset permission and fpstate on exec()
Chang S. Bae
2021-10-26
1
-3
/
+4
*
|
x86/fpu: Prepare fpu_clone() for dynamically enabled features
Thomas Gleixner
2021-10-26
1
-10
/
+25
*
|
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
2021-10-26
3
-40
/
+26
*
|
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
2021-10-26
1
-0
/
+4
*
|
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
2021-10-26
2
-0
/
+162
*
|
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
2021-10-26
1
-3
/
+6
*
|
x86/fpu: Add members to struct fpu to cache permission information
Thomas Gleixner
2021-10-26
1
-0
/
+5
*
|
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
2021-10-26
1
-18
/
+28
*
|
x86/fpu: Remove old KVM FPU interface
Thomas Gleixner
2021-10-23
1
-32
/
+0
*
|
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
2021-10-23
1
-8
/
+8
*
|
x86/fpu: Provide infrastructure for KVM FPU cleanup
Thomas Gleixner
2021-10-23
1
-6
/
+79
*
|
x86/fpu/xstate: Move remaining xfeature helpers to core
Thomas Gleixner
2021-10-22
1
-0
/
+13
*
|
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
2021-10-22
3
-9
/
+16
*
|
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
2021-10-22
3
-6
/
+6
*
|
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
2021-10-21
4
-32
/
+34
*
|
x86/fpu: Move xstate size to fpu_*_cfg
Thomas Gleixner
2021-10-21
7
-42
/
+41
*
|
x86/fpu/xstate: Cleanup size calculations
Thomas Gleixner
2021-10-21
1
-36
/
+46
*
|
x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
Thomas Gleixner
2021-10-21
1
-10
/
+5
*
|
x86/fpu: Provide struct fpu_config
Thomas Gleixner
2021-10-21
1
-0
/
+4
*
|
x86/fpu/signal: Use fpstate for size and features
Thomas Gleixner
2021-10-21
1
-17
/
+27
*
|
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
2021-10-21
5
-13
/
+26
*
|
x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
Thomas Gleixner
2021-10-21
3
-10
/
+11
*
|
x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
Thomas Gleixner
2021-10-21
1
-6
/
+6
*
|
x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
Thomas Gleixner
2021-10-21
1
-1
/
+1
*
|
x86/fpu/xstate: Use fpstate for os_xsave()
Thomas Gleixner
2021-10-21
3
-6
/
+6
*
|
x86/fpu: Use fpstate::size
Thomas Gleixner
2021-10-21
2
-11
/
+9
*
|
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
2021-10-21
3
-0
/
+18
*
|
x86/process: Move arch_thread_struct_whitelist() out of line
Thomas Gleixner
2021-10-21
2
-0
/
+12
*
|
x86/fpu: Remove fpu::state
Thomas Gleixner
2021-10-20
1
-4
/
+0
*
|
x86/fpu/core: Convert to fpstate
Thomas Gleixner
2021-10-20
3
-23
/
+25
*
|
x86/fpu/signal: Convert to fpstate
Thomas Gleixner
2021-10-20
1
-14
/
+16
*
|
x86/fpu/regset: Convert to fpstate
Thomas Gleixner
2021-10-20
1
-13
/
+14
*
|
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
2021-10-20
2
-1
/
+13
*
|
x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate
Thomas Gleixner
2021-10-20
2
-7
/
+7
*
|
x86/fpu: Convert fpstate_init() to struct fpstate
Thomas Gleixner
2021-10-20
4
-31
/
+31
[next]