summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/bugs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-6/+52
|\
| * x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina2018-09-261-1/+2
| * x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-09-261-6/+51
* | x86/bugs: Add Hygon Dhyana to the respective mitigation machineryPu Wen2018-09-271-1/+3
|/
* x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2018-08-271-5/+41
* x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka2018-08-241-0/+4
* x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck2018-08-151-2/+1
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+133
|\
| * cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-071-1/+1
| * x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-051-0/+1
| * x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini2018-08-051-3/+9
| * Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-3/+9
| |\
| * | x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-07-131-0/+44
| * | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-07-131-0/+6
| * | x86/kvm: Allow runtime control of L1D flushThomas Gleixner2018-07-131-1/+1
| * | x86/l1tf: Handle EPT disabled state properThomas Gleixner2018-07-131-4/+5
| * | x86/litf: Introduce vmx status variableThomas Gleixner2018-07-131-2/+34
| * | x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk2018-06-211-26/+29
| * | x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-06-201-0/+40
* | | x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2018-08-031-2/+18
* | | x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina2018-07-311-31/+7
| |/ |/|
* | x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSRTom Lendacky2018-07-031-3/+5
* | x86/pti: Don't report XenPV as vulnerableJiri Kosina2018-06-211-0/+4
|/
* x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresKonrad Rzeszutek Wilk2018-06-061-8/+3
* x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-06-061-5/+7
* x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2018-05-171-0/+30
* x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner2018-05-171-7/+19
* x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2018-05-171-11/+2
* x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2018-05-171-10/+1
* x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2018-05-171-45/+15
* x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-05-171-1/+1
* x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-05-171-1/+3
* x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-171-2/+18
* x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-171-5/+5
* x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner2018-05-171-7/+11
* x86/bugs: Fix the parameters alignment and missing voidKonrad Rzeszutek Wilk2018-05-121-2/+2
* x86/bugs: Make cpu_show_common() staticJiri Kosina2018-05-101-1/+1
* x86/bugs: Fix __ssb_select_mitigation() return typeJiri Kosina2018-05-101-1/+1
* x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-091-18/+18
* x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2018-05-051-9/+23
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-11/+18
* prctl: Add force disable speculationThomas Gleixner2018-05-051-10/+25
* x86/bugs: Make boot modes __ro_after_initKees Cook2018-05-051-2/+3
* nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-11/+16
* x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner2018-05-031-10/+73
* x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-05-031-5/+21
* x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-031-1/+1
* x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2018-05-031-1/+26
* x86/bugs: Whitelist allowed SPEC_CTRL MSR valuesKonrad Rzeszutek Wilk2018-05-031-2/+9
* x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-05-031-2/+28