index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
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 <lin...
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 distingu...
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
2016-04-13
x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage
Borislav Petkov
1
-4
/
+4
2016-04-13
x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage
Borislav Petkov
1
-1
/
+1
2016-03-15
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+5
2016-03-12
x86/fpu: Fix eager-FPU handling on legacy FPU machines
Borislav Petkov
1
-1
/
+1
2016-03-10
x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")
Yu-cheng Yu
1
-6
/
+0
2016-03-09
x86/fpu: Fix 'no387' regression
Andy Lutomirski
1
-6
/
+8
2016-02-09
x86/fpu: Default eagerfpu=on on all CPUs
Andy Lutomirski
1
-8
/
+5
2016-01-12
x86/fpu: Disable AVX when eagerfpu is off
yu-cheng yu
1
-0
/
+6
2016-01-12
x86/fpu: Disable MPX when eagerfpu is off
yu-cheng yu
1
-12
/
+44
2016-01-12
x86/fpu: Fix early FPU command-line parsing
yu-cheng yu
1
-71
/
+38
2016-01-12
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2016-01-12
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2016-01-06
x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macro
Jiri Olsa
1
-2
/
+11
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-2
/
+2
2015-11-27
x86/fpu: Put a few variables in .init.data
Rasmus Villemoes
1
-2
/
+2
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
1
-3
/
+3
2015-09-14
x86/fpu: Move XSAVE-disabling code to a helper
Dave Hansen
1
-11
/
+1
2015-08-22
x86/fpu/math-emu: Fix math-emu boot crash
Ingo Molnar
1
-1
/
+6
2015-07-21
x86/fpu: Disable dependent CPU features on "noxsave"
Jan Beulich
1
-0
/
+6
2015-07-18
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...
Ingo Molnar
1
-8
/
+9
2015-07-18
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
1
-0
/
+39
2015-07-04
x86/fpu: Fix boot crash in the early FPU code
Ingo Molnar
1
-3
/
+4
2015-05-20
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
1
-0
/
+14
2015-05-20
x86/fpu/init: Clean up and comment the __setup() functions
Ingo Molnar
1
-10
/
+25
2015-05-20
x86/fpu/init: Move __setup() functions to fpu/init.c
Ingo Molnar
1
-0
/
+37
2015-05-19
x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
Ingo Molnar
1
-1
/
+11
2015-05-19
x86/fpu/init: Propagate __init annotations
Ingo Molnar
1
-6
/
+6
2015-05-19
x86/fpu/xstate: Clean up setup_xstate_comp() call
Ingo Molnar
1
-1
/
+0
[next]