summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2019-03-13x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang
2019-02-12x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck
2018-12-29x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman
2018-11-13x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-11-10x86/cpu/cyrix: Add alternative Device ID of Geode GX1 SoCChristian Sünkenberg
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen
2018-09-05x86/spectre: Add missing family 6 check to microcode checkAndi Kleen
2018-09-05x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka
2018-08-17x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck
2018-08-15x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov
2018-08-15x86/cpu/amd: Limit cpu_core_id fixup to families older than F17hSuravee Suthikulpanit
2018-08-15x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf
2018-08-15x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2018-08-15x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini
2018-08-15x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini
2018-08-15x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner
2018-08-15x86/kvm: Allow runtime control of L1D flushThomas Gleixner
2018-08-15x86/l1tf: Handle EPT disabled state properThomas Gleixner
2018-08-15x86/litf: Introduce vmx status variableThomas Gleixner
2018-08-15x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblingsBorislav Petkov
2018-08-15x86/cpu/AMD: Evaluate smp_num_siblings earlyThomas Gleixner
2018-08-15x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP infoBorislav Petkov
2018-08-15x86/cpu/intel: Evaluate smp_num_siblings earlyThomas Gleixner
2018-08-15x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner
2018-08-15x86/cpu/common: Provide detect_ht_early()Thomas Gleixner
2018-08-15x86/cpu/AMD: Remove the pointless detect_ht() callThomas Gleixner
2018-08-15x86/cpu: Remove the pointless CPU printoutThomas Gleixner
2018-08-15x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-08-15x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina
2018-07-25x86/MCE: Remove min interval polling limitationDewet Thibaut
2018-07-11x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski
2018-07-03x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov
2018-07-03x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck
2018-07-03x86/mce: Improve error message when kernel cannot recoverTony Luck
2018-06-06x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross
2018-06-06x86/amd: revert commit 944e0fc51a89c9827b9Juergen Gross
2018-05-22x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-22x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner
2018-05-22x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner
2018-05-22x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner
2018-05-22x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner
2018-05-22x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov
2018-05-22x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner
2018-05-22x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky