summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/bugs.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-28x86/retpoline: Remove minimal retpoline supportZhenzhong Duan1-11/+2
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan1-1/+1
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+52
2018-09-27x86/bugs: Add Hygon Dhyana to the respective mitigation machineryPu Wen1-1/+3
2018-09-26x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina1-1/+2
2018-09-26x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-6/+51
2018-08-27x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen1-5/+41
2018-08-24x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka1-0/+4
2018-08-15x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck1-2/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+133
2018-08-07cpu/hotplug: Fix SMT supported evaluationThomas Gleixner1-1/+1
2018-08-05x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini1-0/+1
2018-08-05x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini1-3/+9
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-3/+9
2018-08-03x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth1-2/+18
2018-07-31x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina1-31/+7
2018-07-13x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina1-0/+44
2018-07-13cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner1-0/+6
2018-07-13x86/kvm: Allow runtime control of L1D flushThomas Gleixner1-1/+1
2018-07-13x86/l1tf: Handle EPT disabled state properThomas Gleixner1-4/+5
2018-07-13x86/litf: Introduce vmx status variableThomas Gleixner1-2/+34
2018-07-03x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSRTom Lendacky1-3/+5
2018-06-21x86/pti: Don't report XenPV as vulnerableJiri Kosina1-0/+4
2018-06-21x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk1-26/+29
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+40
2018-06-06x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresKonrad Rzeszutek Wilk1-8/+3
2018-06-06x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk1-5/+7
2018-05-17x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner1-0/+30
2018-05-17x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner1-7/+19
2018-05-17x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner1-11/+2
2018-05-17x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner1-10/+1
2018-05-17x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov1-45/+15
2018-05-17x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner1-1/+1
2018-05-17x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky1-1/+3
2018-05-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner1-2/+18
2018-05-17x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner1-5/+5
2018-05-17x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner1-7/+11
2018-05-12x86/bugs: Fix the parameters alignment and missing voidKonrad Rzeszutek Wilk1-2/+2
2018-05-10x86/bugs: Make cpu_show_common() staticJiri Kosina1-1/+1
2018-05-10x86/bugs: Fix __ssb_select_mitigation() return typeJiri Kosina1-1/+1
2018-05-09x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk1-18/+18
2018-05-05x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook1-9/+23
2018-05-05seccomp: Move speculation migitation control to arch codeThomas Gleixner1-11/+18
2018-05-05prctl: Add force disable speculationThomas Gleixner1-10/+25
2018-05-05x86/bugs: Make boot modes __ro_after_initKees Cook1-2/+3
2018-05-03nospec: Allow getting/setting on non-current taskKees Cook1-11/+16
2018-05-03x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner1-10/+73
2018-05-03x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner1-5/+21
2018-05-03x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner1-1/+1
2018-05-03x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk1-1/+26