summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker9-9/+11
2016-06-14Merge branch 'x86/cpu' into x86/platform, to avoid conflictIngo Molnar1-4/+3
2016-06-08x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov1-2/+2
2016-06-08Merge branch 'x86/urgent' into x86/cpu, to pick up dependencyIngo Molnar15-131/+420
2016-05-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+44
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar16-140/+385
2016-05-20x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2-0/+40
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-59/+109
2016-05-16Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-80/+275
2016-05-16x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen1-0/+4
2016-05-12x86/mce: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam1-5/+3
2016-05-12x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam1-3/+7
2016-05-12x86/mce/AMD: Save an indentation level in prepare_threshold_block()Borislav Petkov1-40/+38
2016-05-12x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systemsYazen Ghannam1-9/+29
2016-05-12x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam1-8/+24
2016-05-10x86/cpu: Correct comments and messages in P4 erratum 037 handling codeBorislav Petkov1-4/+3
2016-05-10x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner1-1/+1
2016-05-05Merge tag 'v4.6-rc6' into x86/cpu, to refresh the treeIngo Molnar5-10/+23
2016-05-03x86/mce: Detect local MCEs properlyYazen Ghannam1-13/+20
2016-05-03x86/mce: Look in genpool instead of mcelog for pending error recordsTony Luck3-12/+70
2016-05-03x86/mce: Detect and use SMCA-specific msr_opsYazen Ghannam2-19/+29
2016-05-03x86/mce: Define vendor-specific MSR accessorsYazen Ghannam1-0/+47
2016-05-03x86/mce: Carve out writes to MCx_STATUS and MCx_CTLAravind Gopalakrishnan1-1/+8
2016-05-03x86/mce: Grade uncorrected errors for SMCA-enabled systemsAravind Gopalakrishnan1-0/+30
2016-05-03x86/mce: Log MCEs after a warm rest on AMD, Fam17h and laterAravind Gopalakrishnan1-1/+1
2016-05-03Merge tag 'v4.6-rc6' into ras/core, to refresh the treeIngo Molnar2-0/+15
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski1-1/+1
2016-04-22x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez1-1/+1
2016-04-22Merge branch 'x86/urgent' into x86/asm, to fix semantic conflictIngo Molnar1-0/+12
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar1-0/+3
2016-04-18treewide: Fix typos in printkMasanari Iida1-1/+1
2016-04-16x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov1-0/+12
2016-04-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-04-13x86/cpu: Simplify extended APIC ID detection on AMDBorislav Petkov1-7/+10
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov4-5/+5
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar3-10/+8
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar3-11/+27
2016-04-13Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar5-11/+11
2016-04-13x86/mce: Remove explicit smp_rmb() when starting CPUs syncDavidlohr Bueso1-2/+2
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov1-0/+1
2016-04-13x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski1-25/+25
2016-04-13x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski1-0/+31
2016-04-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+6
2016-04-02Merge branch 'acpi-processor'Rafael J. Wysocki1-0/+3
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov3-7/+7