summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cpufeature.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_osxsaveBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov1-1/+0
2016-03-31x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov1-1/+0
2016-03-11x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen1-4/+0
2016-02-16x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen1-20/+39
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst1-7/+12
2016-01-30x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov1-44/+5
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-93/+7
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-283/+1
2016-01-19x86/cpufeature: Add AMD AVIC bitBorislav Petkov1-0/+1
2016-01-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-57/+58
2015-12-19x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-33/+4
2015-12-19x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov1-0/+20
2015-12-19x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov1-22/+32
2015-12-19x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-0/+1
2015-11-01x86/cpu: Add CLZERO detectionWan Zongshun1-1/+4
2015-09-23x86/cpufeatures: Correct spelling of the HWP_NOTIFY flagKristen Carlson Accardi1-1/+1
2015-09-05Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar1-0/+2
2015-09-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2015-08-22x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui1-0/+1
2015-08-22x86/cpufeatures: Enable cpuid for Intel SHA extensionsTim Chen1-0/+1
2015-07-31x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bitMathias Krause1-0/+1
2015-04-27x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski1-0/+1
2015-04-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+9
2015-04-03x86/asm: Add support for the CLWB instructionRoss Zwisler1-0/+1
2015-04-02x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin1-0/+1
2015-03-04Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-13/+17
2015-02-25x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr1-1/+8
2015-02-23x86/alternatives: Make JMPs more robustBorislav Petkov1-8/+2
2015-02-23x86/alternatives: Add instruction paddingBorislav Petkov1-6/+16
2015-02-20x86/asm: Add support for the pcommit instructionRoss Zwisler1-0/+1
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar1-0/+2
2014-12-03perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8Jacob Shin1-0/+2
2014-11-12x86: Add support for Intel HWP feature detection.Dirk Brandewie1-0/+5
2014-10-14Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-24/+28
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2014-09-24x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini1-0/+1
2014-09-12x86: Add more disabled featuresDave Hansen1-20/+0
2014-09-12x86: Introduce disabled-featuresDave Hansen1-0/+28
2014-09-12x86: Axe the lightly-used cpu_has_paeDave Hansen1-4/+0
2014-08-18x86: Support compiling out human-friendly processor feature namesJosh Triplett1-0/+7
2014-07-14x86, cpu: Kill cpu_has_mpBorislav Petkov1-4/+0
2014-07-14x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov1-2/+8
2014-06-19x86, cpufeature: Convert more "features" to bugsBorislav Petkov1-14/+17
2014-05-30x86/xsaves: Detect xsaves/xrstors featureFenghua Yu1-2/+8