aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-13x86/fpu: Get rid of x87 math exception helpersBorislav Petkov1-31/+13
2016-04-13x86/fpu: Remove check_fpu() indirectionBorislav Petkov1-11/+5
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov1-2/+2
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov1-5/+5
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2-8/+8
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov3-11/+14
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov3-7/+7
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov2-2/+2
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+244
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-1/+1
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-33/+32
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2016-03-12x86/cpufeature: Enable new AVX-512 featuresFenghua Yu1-0/+3
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov2-2/+4
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu1-6/+0
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski1-6/+8
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen1-2/+0
2016-02-18x86/mm/pkeys: Allow kernel to modify user pkey rights registerDave Hansen1-0/+74
2016-02-18x86/fpu: Allow setting of XSAVE stateDave Hansen2-2/+159
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen1-1/+6
2016-02-16x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen1-2/+8
2016-02-09x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski1-8/+5
2016-02-09x86/fpu: Fold fpu_copy() into fpu__copy()Andy Lutomirski1-21/+11
2016-02-09x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski1-3/+15
2016-02-09x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski1-1/+1
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu1-0/+6
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2-14/+45
2016-01-12x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu1-0/+1
2016-01-12x86/fpu: Fix early FPU command-line parsingyu-cheng yu1-71/+38
2016-01-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-01-06x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macroJiri Olsa1-2/+11
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+2
2015-11-27x86/fpu: Put a few variables in .init.dataRasmus Villemoes2-4/+4
2015-11-12x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han1-1/+0
2015-11-12x86/fpu: Fix 32-bit signal frame handlingDave Hansen1-6/+5
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-09-14x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen1-0/+45
2015-09-14x86/fpu: Check to ensure increasing-offset xstate offsetsDave Hansen1-11/+24
2015-09-14x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen1-10/+174
2015-09-14x86/fpu: Add xfeature_enabled() helper instead of test_bit()Dave Hansen1-3/+13
2015-09-14x86/fpu: Remove 'xfeature_nr'Dave Hansen1-16/+8
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen1-6/+7
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXDave Hansen1-2/+2
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen4-24/+28
2015-09-14x86/fpu: Remove XSTATE_RESERVEDave Hansen1-8/+52
2015-09-14x86/fpu: Move XSAVE-disabling code to a helperDave Hansen2-11/+20
2015-09-14x86/fpu: Print xfeature buffer size in decimalDave Hansen1-2/+2