aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/bugs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.gitThomas Gleixner1-1/+1
2019-07-28x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner1-14/+4
2019-07-25x86/speculation/mds: Apply more accurate check on hypervisor platformZhenzhong Duan1-1/+1
2019-07-09x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf1-9/+106
2019-06-26x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez1-1/+10
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+131
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen1-3/+3
2019-04-18x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf1-2/+3
2019-04-17Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.gitThomas Gleixner1-2/+9
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-2/+9
2019-04-17x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk1-1/+2
2019-04-17x86/speculation/mds: Fix commentBoris Ostrovsky1-1/+1
2019-04-02x86/speculation/mds: Add SMT warning messageJosh Poimboeuf1-0/+8
2019-04-02x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf1-3/+2
2019-04-02x86/speculation/mds: Add mds=full,nosmt cmdline optionJosh Poimboeuf1-0/+10
2019-03-06Documentation: Move L1TF to separate directoryThomas Gleixner1-1/+1
2019-03-06x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner1-6/+12
2019-03-06x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+25
2019-03-06x86/speculation/mds: Add mitigation control for MDSThomas Gleixner1-0/+70
2019-03-06x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner1-0/+3
2019-03-06x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner1-0/+1
2019-03-06x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner1-0/+3
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