summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta2019-11-161-0/+5
* x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov2019-05-141-8/+3
* x86/spectre: Add missing family 6 check to microcode checkAndi Kleen2018-09-051-0/+3
* x86/cpu/intel: Evaluate smp_num_siblings earlyThomas Gleixner2018-08-151-0/+7
* x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-221-0/+1
* x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner2018-05-221-0/+1
* x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-221-1/+1
* x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-05-221-0/+1
* x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev2018-03-221-2/+1
* x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-181-0/+7
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-221-9/+9
* x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse2018-02-221-5/+6
* x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse2018-02-221-4/+0
* x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2018-02-131-19/+8
* x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-02-131-10/+21
* x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse2018-02-131-0/+66
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUsPeter Zijlstra2016-07-201-0/+5
|/
* Merge branch 'x86/urgent' into x86/cpu, to pick up dependencyIngo Molnar2016-06-081-3/+40
|\
| * Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-201-7/+7
| |\
| | * Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-1/+1
| | |\
| | | * x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez2016-04-221-1/+1
| | * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-6/+6
| | |\ \
| | | * | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| * | | | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-201-0/+37
| |/ / /
| * | / x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner2016-05-101-1/+1
| | |/ | |/|
* | | x86/cpu: Correct comments and messages in P4 erratum 037 handling codeBorislav Petkov2016-05-101-4/+3
| |/ |/|
* | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-311-3/+3
* | x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-311-1/+1
* | x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-311-1/+1
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-1/+1
|\
| * x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* | x86/topology: Create logical package idThomas Gleixner2016-02-291-0/+13
* | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-5/+5
|/
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+2
* x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for MerrifieldAndy Shevchenko2015-11-071-0/+1
* x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-211-15/+32
* x86/cpu/intel: Fix trivial typo in intel_tlb_table[]Yannick Guerrini2015-02-221-2/+2
* x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman2015-01-111-4/+2
* x86: Don't enable F00F workaround on Intel Quark processorsDave Jones2014-10-291-2/+3
* x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue2014-10-081-1/+16
* x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue2014-09-241-0/+15
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-041-26/+0
|\
| * x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-311-26/+0
* | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-08-041-2/+2
|\ \
| * | x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-181-2/+2
| |/
* / x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra2014-07-231-11/+11
|/
* Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-021-4/+0
|\
| * x86, platforms: Remove NUMAQH. Peter Anvin2014-02-271-4/+0