summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
Commit message (Expand)AuthorAgeFilesLines
* x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-1/+0
* x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...Dave Hansen2016-08-101-121/+17
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-6/+6
* x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen2016-07-211-6/+13
* x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu2016-07-112-15/+9
* x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu2016-07-111-0/+8
* x86/fpu/xstate: Return NULL for disabled xstate component addressYu-cheng Yu2016-07-111-0/+5
* x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu2016-07-111-2/+9
* x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstatesYu-cheng Yu2016-07-101-0/+9
* x86/fpu/xstate: Fix XSTATE component offset print outYu-cheng Yu2016-07-101-2/+16
* x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu2016-07-102-23/+212
* x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu2016-07-101-23/+39
* x86/fpu/xstate: Align xstate components according to CPUIDYu-cheng Yu2016-07-101-28/+32
* x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...Yu-cheng Yu2016-06-182-2/+3
* x86/fpu/xstate: Keep init_fpstate.xsave.header.xfeatures as zero for init opt...Fenghua Yu2016-06-181-4/+2
* x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu2016-06-184-17/+20
* x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu2016-06-183-36/+72
* x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen2016-06-082-0/+21
* x86/fpu: Get rid of x87 math exception helpersBorislav Petkov2016-04-131-31/+13
* x86/fpu: Remove check_fpu() indirectionBorislav Petkov2016-04-131-11/+5
* x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov2016-04-131-2/+2
* x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov2016-04-131-5/+5
* x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-132-8/+8
* x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov2016-04-133-11/+14
* x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov2016-04-133-7/+7
* x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov2016-04-132-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-1/+1
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-1/+1
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-202-4/+244
|\ \ \ | |/ / |/| |
| * | mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-181-2/+0
| * | x86/mm/pkeys: Allow kernel to modify user pkey rights registerDave Hansen2016-02-181-0/+74
| * | x86/fpu: Allow setting of XSAVE stateDave Hansen2016-02-182-2/+159
| * | x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen2016-02-161-1/+6
| * | x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen2016-02-161-2/+8
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-152-33/+32
|\ \ \ | |/ /
| * | x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski2016-02-091-8/+5
| * | x86/fpu: Fold fpu_copy() into fpu__copy()Andy Lutomirski2016-02-091-21/+11
| * | x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski2016-02-091-3/+15
| * | x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2016-02-091-1/+1
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-0/+3
|\ \
| * | x86/cpufeature: Enable new AVX-512 featuresFenghua Yu2016-03-121-0/+3
| |/
* | x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov2016-03-122-2/+4
* | x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu2016-03-101-6/+0
* | x86/fpu: Fix 'no387' regressionAndy Lutomirski2016-03-091-6/+8
|/
* x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-121-0/+6
* x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-122-14/+45
* x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu2016-01-121-0/+1
* x86/fpu: Fix early FPU command-line parsingyu-cheng yu2016-01-121-71/+38
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-112-4/+4
|\
OpenPOWER on IntegriCloud