summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2020-01-28Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-27Merge tag 'x86-pti-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-27Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-25x86/CPU/AMD: Remove amd_get_topology_early()Borislav Petkov
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen
2020-01-20x86/resctrl: Clean up unused function parameter in mkdir pathXiaochen Shen
2020-01-20x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen
2020-01-20x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen
2020-01-20x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen
2020-01-20x86/cpu: Remove redundant cpu_detect_cache_sizes() callTony W Wang-oc
2020-01-20x86/resctrl: Add task resctrl information displayChen Yu
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar
2020-01-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-17x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen
2020-01-17x86/speculation/swapgs: Exclude Zhaoxin CPUs from SWAPGS vulnerabilityTony W Wang-oc
2020-01-17x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Tony W Wang-oc
2020-01-17x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta
2020-01-16x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky
2020-01-16x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam
2020-01-15x86/cpu: Print "VMX disabled" error message iff KVM is enabledSean Christopherson
2020-01-15x86/mce/therm_throt: Do not access uninitialized therm_workChuansheng Liu
2020-01-13x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configuredSean Christopherson
2020-01-13x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()Sean Christopherson
2020-01-13x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson
2020-01-13x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson
2020-01-13x86/cpu: Clear VMX feature flag if VMX is not fully enabledSean Christopherson
2020-01-13x86/zhaoxin: Use common IA32_FEAT_CTL MSR initializationSean Christopherson
2020-01-13x86/centaur: Use common IA32_FEAT_CTL MSR initializationSean Christopherson
2020-01-13x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlockedSean Christopherson
2020-01-13x86/intel: Initialize IA32_FEAT_CTL MSR at bootSean Christopherson
2020-01-13x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson
2020-01-13x86/resctrl: Do not reconfigure exiting tasksXiaochen Shen
2020-01-13x86/mce: Fix use of uninitialized MCE message stringJan H. Schönherr
2020-01-13x86/mce: Fix mce=nobootlogJan H. Schönherr
2020-01-13x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar
2020-01-09x86/cpu: Add a missing prototype for arch_smt_update()Benjamin Thiel
2020-01-02x86/resctrl: Fix potential memory leakShakeel Butt
2019-12-30x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai
2019-12-17x86/mce: Remove mce_inject_log() in favor of mce_log()Jan H. Schönherr
2019-12-17x86/mce: Pass MCE message to mce_panic() on failed kernel recoveryJan H. Schönherr
2019-12-17x86/mce/therm_throt: Mark throttle_active_work() as __maybe_unusedArnd Bergmann
2019-12-17x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr
2019-12-17x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam
2019-12-17x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov