index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-18
x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing
Andy Lutomirski
1
-5
/
+4
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-61
/
+204
2022-01-14
x86/fpu: Fix inline prefix warnings
Yang Zhong
1
-1
/
+1
2022-01-14
x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
Thomas Gleixner
1
-0
/
+24
2022-01-14
x86/fpu: Add uabi_size to guest_fpu
Thomas Gleixner
2
-0
/
+2
2022-01-14
x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
Kevin Tian
1
-0
/
+12
2022-01-14
x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
Sean Christopherson
1
-0
/
+22
2022-01-14
x86/fpu: Add guest support to xfd_enable_feature()
Thomas Gleixner
2
-39
/
+60
2022-01-14
x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
Jing Liu
1
-5
/
+6
2022-01-12
Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-10
/
+2
2022-01-10
Merge tag 'x86_fpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+14
2022-01-07
x86/fpu: Prepare guest FPU for dynamically enabled FPU features
Thomas Gleixner
1
-1
/
+25
2022-01-07
x86/fpu: Extend fpu_xstate_prctl() with guest permissions
Thomas Gleixner
3
-16
/
+53
2021-12-11
x86/fpu: Remove .fixup usage
Peter Zijlstra
2
-10
/
+2
2021-11-30
x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()
Marco Elver
1
-1
/
+1
2021-11-16
x86/fpu: Correct AVX512 state tracking
Noah Goldstein
1
-7
/
+14
2021-11-14
Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+35
2021-11-03
x86/fpu: Optimize out sigframe xfeatures when in init state
Dave Hansen
1
-2
/
+35
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2021-10-28
x86/fpu: Include vmalloc.h for vzalloc()
Stephen Rothwell
1
-0
/
+1
2021-10-26
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
2
-2
/
+9
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
1
-1
/
+79
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
1
-8
/
+89
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
1
-0
/
+47
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
2
-0
/
+6
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
1
-10
/
+25
2021-10-26
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
3
-40
/
+26
2021-10-26
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
1
-0
/
+4
2021-10-26
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
2
-0
/
+162
2021-10-26
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
1
-3
/
+6
2021-10-26
x86/fpu: Add members to struct fpu to cache permission information
Thomas Gleixner
1
-0
/
+5
2021-10-26
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
1
-18
/
+28
2021-10-23
x86/fpu: Remove old KVM FPU interface
Thomas Gleixner
1
-32
/
+0
2021-10-23
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
1
-8
/
+8
2021-10-23
x86/fpu: Provide infrastructure for KVM FPU cleanup
Thomas Gleixner
1
-6
/
+79
2021-10-22
x86/fpu/xstate: Move remaining xfeature helpers to core
Thomas Gleixner
1
-0
/
+13
2021-10-22
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
3
-9
/
+16
2021-10-22
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
3
-6
/
+6
2021-10-21
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
4
-32
/
+34
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
1
-0
/
+4
2021-10-21
x86/fpu/signal: Use fpstate for size and features
Thomas Gleixner
1
-17
/
+27
[next]