aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/bugs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-1/+1
2019-01-29x86/speculation: Add PR_SPEC_DISABLE_NOEXECWaiman Long1-0/+12
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-12-18x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky1-6/+22
2018-12-11x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko1-1/+2
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov1-0/+2
2018-12-06x86/speculation: Change misspelled STIPB to STIBPWaiman Long1-3/+3
2018-11-28x86/speculation: Provide IBPB always command line optionsThomas Gleixner1-11/+23
2018-11-28x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner1-1/+16
2018-11-28x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner1-9/+32
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+67
2018-11-28x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner1-21/+25
2018-11-28x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner1-11/+7
2018-11-28x86/speculation: Split out TIF updateThomas Gleixner1-12/+23
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner1-5/+24
2018-11-28x86/speculation: Prepare for per task indirect branch speculation controlTim Chen1-0/+4
2018-11-28x86/speculation: Add command line control for indirect branch speculationThomas Gleixner1-17/+116
2018-11-28x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner1-13/+4
2018-11-28x86/speculataion: Mark command line parser data __initdataThomas Gleixner1-2/+2
2018-11-28x86/speculation: Mark string arrays const correctlyThomas Gleixner1-3/+3
2018-11-28x86/speculation: Reorder the spec_v2 codeThomas Gleixner1-84/+84
2018-11-28x86/l1tf: Show actual SMT stateThomas Gleixner1-2/+3
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner1-6/+5
2018-11-28x86/speculation: Rename SSBD update functionsThomas Gleixner1-2/+2
2018-11-28x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen1-0/+7
2018-11-28x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen1-2/+18
2018-11-28x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen1-4/+1
2018-11-28x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen1-14/+13
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/git/tip/tipLinus 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/tip/tipLinus 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