summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-07-18x86/cpu/AMD: Handle SME reduction in physical address sizeTom Lendacky1-11/+13
2017-07-18x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky2-0/+20
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar3-8/+82
2017-07-05x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski1-0/+22
2017-07-05x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski1-0/+18
2017-07-05x86/mm: Disable PCID on 32-bit kernelsAndy Lutomirski1-0/+8
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-8/+82
2017-07-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-200/+720
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2017-07-03Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+34
2017-07-03Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+17
2017-06-30x86/intel_rdt: Fix memory leak on mount failureVikas Shivappa1-1/+3
2017-06-27x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2-0/+80
2017-06-26x86/mce: Always save severity in machine_check_poll()Yazen Ghannam1-6/+1
2017-06-26x86/microcode: Make a couple of symbols staticColin Ian King2-2/+2
2017-06-24x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"Len Brown1-8/+2
2017-06-22x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov1-0/+15
2017-06-22x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov1-1/+2
2017-06-20x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross1-1/+7
2017-06-20x86/microcode/intel: Save pointer to ucode patch for early AP loadingBorislav Petkov1-4/+21
2017-06-20x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov1-0/+11
2017-06-14x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam1-2/+3
2017-06-14x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam1-2/+3
2017-06-14x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov1-0/+9
2017-06-14x86/mce: Clean up include filesBorislav Petkov1-10/+0
2017-06-14x86/mce: Get rid of register_mce_write_callback()Borislav Petkov3-58/+61
2017-06-14x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov1-16/+526
2017-06-14x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam1-31/+35
2017-06-14x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam1-1/+1
2017-06-14Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar3-8/+12
2017-06-08x86/microcode/intel: Clear patch pointer before jettisoning the initrdDominik Brodowski1-0/+3
2017-06-05x86/cpu/cyrix: Add alternative Device ID of Geode GX1 SoCChristian Sünkenberg1-0/+1
2017-05-29x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov1-8/+8
2017-05-26x86/mtrr: Remove get_online_cpus() from mtrr_save_state()Sebastian Andrzej Siewior1-2/+0
2017-05-21x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam1-38/+38
2017-05-21x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam1-73/+74
2017-05-21x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova1-3/+3
2017-05-21x86/MCE: Export memory_error()Borislav Petkov1-7/+6
2017-05-12Tigran has movedAndrew Morton3-3/+3
2017-05-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2017-05-12Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2017-05-11x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross1-2/+3
2017-05-08x86: use set_memory.h headerLaura Abbott2-2/+2
2017-05-05Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar15-629/+1113
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2017-05-02x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross2-9/+0
2017-05-02vmware: set cpu capabilities during platform initializationJuergen Gross1-19/+20
2017-05-02x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov1-1/+3
2017-05-02x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov1-1/+2
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+53