summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva4-5/+5
2018-02-22x86/spectre: Fix an error messageDan Carpenter1-1/+1
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang19-47/+47
2018-02-22x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra1-0/+1
2018-02-22x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams1-1/+1
2018-02-22x86/speculation: Clean up various Spectre related detailsIngo Molnar1-17/+11
2018-02-22X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed1-2/+2
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse1-5/+5
2018-02-22x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse1-5/+6
2018-02-22x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse1-4/+0
2018-02-22x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams1-0/+30
2018-02-17KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-02-17crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers1-1/+0
2018-02-17kaiser: fix compile error without vsyscallHugh Dickins1-1/+1
2018-02-13x86/microcode: Do the family check firstBorislav Petkov1-9/+18
2018-02-13KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-0/+88
2018-02-13KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed4-6/+118
2018-02-13KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed4-1/+31
2018-02-13KVM/x86: Add IBPB supportAshok Raj4-3/+127
2018-02-13KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini1-200/+114
2018-02-13KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini1-15/+23
2018-02-13KVM: nVMX: Eliminate vmcs02 poolJim Mattson1-123/+23
2018-02-13KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack1-10/+43
2018-02-13KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand1-5/+5
2018-02-13KVM: nVMX: kmap() can't failDavid Hildenbrand1-9/+0
2018-02-13x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny1-1/+1
2018-02-13x86/pti: Mark constant arrays as __initconstArnd Bergmann1-2/+2
2018-02-13x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed1-30/+56
2018-02-13x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-02-13x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf1-14/+0
2018-02-13x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2-19/+29
2018-02-13x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King1-1/+1
2018-02-13x86/spectre: Report get_user mitigation for spectre_v1Dan Williams1-1/+1
2018-02-13x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-1/+4
2018-02-13x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2018-02-13x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams4-17/+17
2018-02-13x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams1-4/+4
2018-02-13x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-0/+9
2018-02-13x86: Introduce barrier_nospecDan Williams2-2/+5
2018-02-13x86: Implement array_index_mask_nospecDan Williams1-0/+24
2018-02-13x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski7-12/+11
2018-02-13x86/entry/64: Push extra regs right awayAndy Lutomirski1-2/+6
2018-02-13x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2-127/+3
2018-02-13x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang1-3/+3
2018-02-13x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov6-65/+71
2018-02-13x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse4-24/+34
2018-02-13x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner1-3/+11
2018-02-13x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov1-1/+1
2018-02-13x86/nospec: Fix header guards namesBorislav Petkov1-3/+3