summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-02-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2-1/+1
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-02-16crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers2-0/+2
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers1-1/+0
2018-02-16KVM MMU: check pending exception before injecting APFHaozhong Zhang1-1/+2
2018-02-13Revert "x86/alternative: Print unadorned pointers"Greg Kroah-Hartman1-7/+7
2018-02-07KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-0/+88
2018-02-07KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed3-6/+110
2018-02-07KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed3-1/+17
2018-02-07KVM/x86: Add IBPB supportAshok Raj3-3/+116
2018-02-07KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed2-5/+4
2018-02-07x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny1-1/+1
2018-02-07x86/pti: Mark constant arrays as __initconstArnd Bergmann1-2/+2
2018-02-07x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed1-30/+56
2018-02-07x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-02-07KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini1-123/+147
2018-02-07x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf1-14/+0
2018-02-07x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2-1/+34
2018-02-07x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2-19/+29
2018-02-07x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King1-1/+1
2018-02-07x86/spectre: Report get_user mitigation for spectre_v1Dan Williams1-1/+1
2018-02-07x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-1/+4
2018-02-07x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2018-02-07x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams4-14/+14
2018-02-07x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams1-4/+4
2018-02-07x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-0/+9
2018-02-07x86: Introduce barrier_nospecDan Williams2-2/+5
2018-02-07x86: Implement array_index_mask_nospecDan Williams1-0/+24
2018-02-07x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski7-12/+11
2018-02-07x86/entry/64: Push extra regs right awayAndy Lutomirski1-3/+7
2018-02-07x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2-122/+2
2018-02-07x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang1-3/+3
2018-02-07x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAPWilliam Grant2-4/+7
2018-02-07KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini1-14/+22
2018-02-07KVM: nVMX: Eliminate vmcs02 poolJim Mattson1-123/+23
2018-02-07x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov3-9/+13
2018-02-07x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov6-65/+71
2018-02-07x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse4-24/+34
2018-02-07x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner1-3/+11
2018-02-07x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov1-1/+1
2018-02-07x86/nospec: Fix header guards namesBorislav Petkov1-3/+3
2018-02-07x86/alternative: Print unadorned pointersBorislav Petkov1-7/+7
2018-02-07x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse3-1/+24
2018-02-07x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse1-0/+66
2018-02-07x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse1-5/+43
2018-02-07x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse1-0/+12
2018-02-07x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse1-0/+3
2018-02-07x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse1-0/+3
2018-02-07x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse6-9/+15