summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)Author
2016-04-13x86/fpu: Get rid of x87 math exception helpersBorislav Petkov
2016-04-13x86/fpu: Remove check_fpu() indirectionBorislav Petkov
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-12x86/cpufeature: Enable new AVX-512 featuresFenghua Yu
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen
2016-02-18x86/mm/pkeys: Allow kernel to modify user pkey rights registerDave Hansen
2016-02-18x86/fpu: Allow setting of XSAVE stateDave Hansen
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen
2016-02-16x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen
2016-02-09x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski
2016-02-09x86/fpu: Fold fpu_copy() into fpu__copy()Andy Lutomirski
2016-02-09x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski
2016-02-09x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu
2016-01-12x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu
2016-01-12x86/fpu: Fix early FPU command-line parsingyu-cheng yu
2016-01-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-06x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macroJiri Olsa
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2015-11-27x86/fpu: Put a few variables in .init.dataRasmus Villemoes
2015-11-12x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han
2015-11-12x86/fpu: Fix 32-bit signal frame handlingDave Hansen
2015-11-04Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-14x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen
2015-09-14x86/fpu: Check to ensure increasing-offset xstate offsetsDave Hansen
2015-09-14x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen
2015-09-14x86/fpu: Add xfeature_enabled() helper instead of test_bit()Dave Hansen
2015-09-14x86/fpu: Remove 'xfeature_nr'Dave Hansen
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXDave Hansen
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
2015-09-14x86/fpu: Remove XSTATE_RESERVEDave Hansen
2015-09-14x86/fpu: Move XSAVE-disabling code to a helperDave Hansen
2015-09-14x86/fpu: Print xfeature buffer size in decimalDave Hansen