summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-03-08KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-03-08KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li
2018-03-08x86/mm: Fix {pmd,pud}_{set,clear}_flags()Jan Beulich
2018-03-08x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner
2018-03-08x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac
2018-03-08x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross
2018-02-28x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann
2018-02-28x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-02-25crypto: x86/twofish-3way - Fix %rbp usageEric Biggers
2018-02-22x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck
2018-02-22xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser
2018-02-22x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...Masayoshi Mizuma
2018-02-22x86/entry/64: Fix CR3 restore in paranoid_exit()Ingo Molnar
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-22x86/spectre: Fix an error messageDan Carpenter
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-22x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2018-02-22x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra
2018-02-22x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams
2018-02-22x86/debug: Use UD2 for WARN()Peter Zijlstra
2018-02-22x86/debug, objtool: Annotate WARN()-related UD2 as reachableJosh Poimboeuf
2018-02-22x86/entry/64: Remove the unused 'icebp' macroBorislav Petkov
2018-02-22x86/entry/64: Fix paranoid_entry() frame pointer warningJosh Poimboeuf
2018-02-22x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properlyDominik Brodowski
2018-02-22x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...Dominik Brodowski
2018-02-22x86/entry/64: Use PUSH_AND_CLEAN_REGS in more casesDominik Brodowski
2018-02-22x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macroDominik Brodowski
2018-02-22x86/entry/64: Interleave XOR register clearing with PUSH instructionsDominik Brodowski
2018-02-22x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...Dominik Brodowski
2018-02-22x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensionsDominik Brodowski
2018-02-22x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...Dan Williams
2018-02-22x86/speculation: Clean up various Spectre related detailsIngo Molnar
2018-02-22KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmapKarimAllah Ahmed
2018-02-22X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse
2018-02-22Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse
2018-02-22x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse
2018-02-22x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse
2018-02-22x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()Nadav Amit
2018-02-22x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams
2018-02-22x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...Dan Williams
2018-02-22x86: PM: Make APM idle driver initialize polling stateRafael J. Wysocki
2018-02-22x86/xen: init %gs very early to avoid page faults with stack protectorJuergen Gross
2018-02-22x86/kexec: Make kexec (mostly) work in 5-level paging modeKirill A. Shutemov
2018-02-22x86/gpu: add CFL to early quirksLucas De Marchi
2018-02-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-16crypto: sha512-mb - initialize pending lengths correctlyEric Biggers
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers