summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+8
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-32/+43
2020-06-01Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-58/+80
2020-06-01Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+7
2020-05-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra3-6/+9
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra1-25/+31
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner1-2/+4
2020-05-06x86/resctrl: Support wider MBM countersReinette Chatre2-2/+14
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre1-0/+5
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre4-14/+24
2020-05-06x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre4-2/+11
2020-05-06x86/resctrl: Remove unnecessary RMID checksReinette Chatre1-15/+0
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre2-25/+26
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre3-3/+3
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc1-0/+8
2020-04-22x86/microcode: Fix return value for microcode late loadingMihai Carabas1-8/+7
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-19/+54
2020-04-18x86/split_lock: Add Tremont family CPU modelsTony Luck1-0/+3
2020-04-18x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck1-14/+31
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16
2020-04-17x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-17x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck1-4/+2
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+12
2020-04-11x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan1-0/+10
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner1-5/+28
2020-04-09x86: hyperv: report value of misc_featuresOlaf Hering1-2/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-03-31Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+221
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2020-03-30Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+185
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+13
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+13
2020-03-30Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-20/+80
2020-03-27x86/split_lock: Avoid runtime reads of the TEST_CTRL MSRXiaoyao Li1-5/+4
2020-03-27x86/split_lock: Rework the initialization flow of split lock detectionXiaoyao Li1-33/+42
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar3-7/+13
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-24x86/cpu/bugs: Convert to new matching macrosThomas Gleixner1-2/+2
2020-03-24x86/cpu: Add consistent CPU match macrosThomas Gleixner1-4/+9
2020-03-24x86/vmware: Use bool type for vmw_sched_clockAlexey Makhalov1-2/+2
2020-03-24x86/vmware: Enable steal time accountingAlexey Makhalov1-1/+12
2020-03-24x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov1-0/+197
2020-03-24x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov1-5/+10
2020-03-24x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov1-1/+1
2020-03-23x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel1-0/+1
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang2-0/+32
2020-03-15Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+12
2020-03-12x86/cpu/amd: Call init_amd_zn() om Family 19h processors tooKim Phillips1-1/+2
2020-03-10x86/mce/dev-mcelog: Dynamically allocate space for machine check recordsTony Luck1-20/+27
2020-02-27x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck1-4/+5