index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...
Dave Hansen
2016-08-10
1
-121
/
+17
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-6
/
+6
*
x86/fpu: Do not BUG_ON() in early FPU code
Dave Hansen
2016-07-21
1
-6
/
+13
*
x86/fpu/xstate: Re-enable XSAVES
Yu-cheng Yu
2016-07-11
2
-15
/
+9
*
x86/fpu/xstate: Fix fpstate_init() for XRSTORS
Yu-cheng Yu
2016-07-11
1
-0
/
+8
*
x86/fpu/xstate: Return NULL for disabled xstate component address
Yu-cheng Yu
2016-07-11
1
-0
/
+5
*
x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES
Yu-cheng Yu
2016-07-11
1
-2
/
+9
*
x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstates
Yu-cheng Yu
2016-07-10
1
-0
/
+9
*
x86/fpu/xstate: Fix XSTATE component offset print out
Yu-cheng Yu
2016-07-10
1
-2
/
+16
*
x86/fpu/xstate: Fix PTRACE frames for XSAVES
Yu-cheng Yu
2016-07-10
2
-23
/
+212
*
x86/fpu/xstate: Fix supervisor xstate component offset
Yu-cheng Yu
2016-07-10
1
-23
/
+39
*
x86/fpu/xstate: Align xstate components according to CPUID
Yu-cheng Yu
2016-07-10
1
-28
/
+32
*
x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...
Yu-cheng Yu
2016-06-18
2
-2
/
+3
*
x86/fpu/xstate: Keep init_fpstate.xsave.header.xfeatures as zero for init opt...
Fenghua Yu
2016-06-18
1
-4
/
+2
*
x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...
Fenghua Yu
2016-06-18
4
-17
/
+20
*
x86/fpu/xstate: Define and use 'fpu_user_xstate_size'
Fenghua Yu
2016-06-18
3
-36
/
+72
*
x86/fpu: Add tracepoints to dump FPU state at key points
Dave Hansen
2016-06-08
2
-0
/
+21
*
x86/fpu: Get rid of x87 math exception helpers
Borislav Petkov
2016-04-13
1
-31
/
+13
*
x86/fpu: Remove check_fpu() indirection
Borislav Petkov
2016-04-13
1
-11
/
+5
*
x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()
Borislav Petkov
2016-04-13
1
-2
/
+2
*
x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-5
/
+5
*
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
2016-04-13
2
-8
/
+8
*
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
Borislav Petkov
2016-04-13
3
-11
/
+14
*
x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage
Borislav Petkov
2016-04-13
3
-7
/
+7
*
x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage
Borislav Petkov
2016-04-13
2
-2
/
+2
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-03-24
1
-1
/
+1
|
\
|
*
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
2016-03-17
1
-1
/
+1
|
|
\
|
|
*
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-24
1
-1
/
+1
*
|
|
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-20
2
-4
/
+244
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mm/core, x86/mm/pkeys: Add execute-only protection keys support
Dave Hansen
2016-02-18
1
-2
/
+0
|
*
|
x86/mm/pkeys: Allow kernel to modify user pkey rights register
Dave Hansen
2016-02-18
1
-0
/
+74
|
*
|
x86/fpu: Allow setting of XSAVE state
Dave Hansen
2016-02-18
2
-2
/
+159
|
*
|
x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures
Dave Hansen
2016-02-16
1
-1
/
+6
|
*
|
x86/fpu: Add placeholder for 'Processor Trace' XSAVE state
Dave Hansen
2016-02-16
1
-2
/
+8
*
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-15
2
-33
/
+32
|
\
|
|
|
*
|
x86/fpu: Default eagerfpu=on on all CPUs
Andy Lutomirski
2016-02-09
1
-8
/
+5
|
*
|
x86/fpu: Fold fpu_copy() into fpu__copy()
Andy Lutomirski
2016-02-09
1
-21
/
+11
|
*
|
x86/fpu: Fix FNSAVE usage in eagerfpu mode
Andy Lutomirski
2016-02-09
1
-3
/
+15
|
*
|
x86/fpu: Fix math emulation in eager fpu mode
Andy Lutomirski
2016-02-09
1
-1
/
+1
|
|
/
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-15
1
-0
/
+3
|
\
\
|
*
|
x86/cpufeature: Enable new AVX-512 features
Fenghua Yu
2016-03-12
1
-0
/
+3
|
|
/
*
|
x86/fpu: Fix eager-FPU handling on legacy FPU machines
Borislav Petkov
2016-03-12
2
-2
/
+4
*
|
x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")
Yu-cheng Yu
2016-03-10
1
-6
/
+0
*
|
x86/fpu: Fix 'no387' regression
Andy Lutomirski
2016-03-09
1
-6
/
+8
|
/
*
x86/fpu: Disable AVX when eagerfpu is off
yu-cheng yu
2016-01-12
1
-0
/
+6
*
x86/fpu: Disable MPX when eagerfpu is off
yu-cheng yu
2016-01-12
2
-14
/
+45
*
x86/fpu: Disable XGETBV1 when no XSAVE
yu-cheng yu
2016-01-12
1
-0
/
+1
*
x86/fpu: Fix early FPU command-line parsing
yu-cheng yu
2016-01-12
1
-71
/
+38
*
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-01-11
2
-4
/
+4
|
\
|
*
x86/fpu: Put a few variables in .init.data
Rasmus Villemoes
2015-11-27
2
-4
/
+4
[next]