index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
init.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-24
x86/fpu/xstate: Differentiate default features for host and guest FPUs
Chao Gao
1
-0
/
+1
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+7
2025-05-26
x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining
Eric Biggers
1
-0
/
+3
2025-05-04
x86/fpu: Remove x86_init_fpu
Oleg Nesterov
1
-4
/
+0
2025-04-16
x86/fpu: Remove export of mxcsr_feature_mask
Chang S. Bae
1
-1
/
+0
2025-04-14
x86/fpu: Remove init_task FPU state dependencies, add debugging warning for PF_KTHREAD tasks
Ingo Molnar
1
-2
/
+1
2025-04-14
x86/fpu: Remove the thread::fpu pointer
Ingo Molnar
1
-1
/
+0
2025-04-14
x86/fpu: Make task_struct::thread constant size
Ingo Molnar
1
-7
/
+10
2025-04-14
x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()
Ingo Molnar
1
-4
/
+4
2023-06-16
x86/fpu: Mark init functions __init
Thomas Gleixner
1
-2
/
+2
2023-06-16
x86/fpu: Remove cpuinfo argument from init functions
Thomas Gleixner
1
-3
/
+3
2022-11-22
x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
YingChi Long
1
-5
/
+2
2022-10-17
x86/fpu: Configure init_fpstate attributes orderly
Chang S. Bae
1
-8
/
+0
2021-10-26
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
1
-3
/
+6
2021-10-21
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
1
-1
/
+1
2021-10-21
x86/fpu: Move xstate size to fpu_*_cfg
Thomas Gleixner
1
-17
/
+14
2021-10-21
x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
Thomas Gleixner
1
-10
/
+5
2021-10-21
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
1
-0
/
+9
2021-10-20
x86/fpu: Remove fpu::state
Thomas Gleixner
1
-4
/
+0
2021-10-20
x86/fpu/core: Convert to fpstate
Thomas Gleixner
1
-1
/
+1
2021-10-20
x86/fpu: Provide struct fpstate
Thomas Gleixner
1
-2
/
+7
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
1
-1
/
+1
2021-10-20
x86/fpu: Mop up the internal.h leftovers
Thomas Gleixner
1
-0
/
+1
2021-10-20
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
1
-0
/
+1
2021-10-20
x86/fpu: Make WARN_ON_FPU() private
Thomas Gleixner
1
-0
/
+2
2021-10-20
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
1
-1
/
+0
2021-10-20
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
1
-3
/
+3
2021-10-20
x86/fpu: Cleanup the on_boot_cpu clutter
Thomas Gleixner
1
-16
/
+0
2021-06-23
x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
Thomas Gleixner
1
-11
/
+0
2021-06-23
x86/fpu: Mark various FPU state variables __ro_after_init
Thomas Gleixner
1
-2
/
+2
2020-09-22
x86/fpu: Handle FPU-related and clearcpuid command line arguments earlier
Mike Hommey
1
-55
/
+0
2020-09-10
x86/fpu: Allow multiple bits in clearcpuid= parameter
Arvind Sankar
1
-8
/
+22
2020-05-12
x86/fpu/xstate: Define new macros for supervisor and user xstates
Fenghua Yu
1
-1
/
+2
2019-07-07
x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-07-07
x86/fpu: Make 'no387' and 'nofxsr' command line options useful
Sebastian Andrzej Siewior
1
-10
/
+7
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
1
-2
/
+0
2017-10-17
x86/fpu: Parse clearcpuid= as early XSAVE argument
Andi Kleen
1
-0
/
+11
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
1
-1
/
+1
2017-05-15
KVM: x86: Fix load damaged SSEx MXCSR register
Wanpeng Li
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
Ingo Molnar
1
-0
/
+1
2017-01-25
x86/fpu: Fix the "Giving up, no FPU found" test
Andy Lutomirski
1
-1
/
+1
2017-01-25
x86/fpu: Fix CPUID-less FPU detection
Andy Lutomirski
1
-13
/
+14
2016-11-01
x86/fpu: Get rid of two redundant clts() calls
Andy Lutomirski
1
-18
/
+0
2016-10-07
x86/fpu: Hard-disable lazy FPU mode
Andy Lutomirski
1
-88
/
+3
2016-09-15
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
1
-1
/
+0
2016-07-11
x86/fpu/xstate: Re-enable XSAVES
Yu-cheng Yu
1
-15
/
+0
2016-06-18
x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size'
Fenghua Yu
1
-9
/
+11
2016-06-18
x86/fpu/xstate: Define and use 'fpu_user_xstate_size'
Fenghua Yu
1
-1
/
+4
2016-04-13
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
Borislav Petkov
1
-3
/
+3
[next]