summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-03-12Merge tag 'v4.9.87' into fslc_4.9-1.0.x-imxMax Krummenacher
2018-03-11bpf, x64: implement retpoline for tail callDaniel Borkmann
2018-03-11x86/apic/vector: Handle legacy irq data correctlyThomas Gleixner
2018-03-11x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen
2018-03-11x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski
2018-03-11KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini
2018-03-11KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-03-11x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac
2018-03-11x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross
2018-03-03x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo
2018-02-28x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...Dan Williams
2018-02-28x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann
2018-02-26Merge tag 'v4.9.84' into 4.9-1.0.x-imx-stable-mergeFabio Estevam
2018-02-25KVM: nVMX: invvpid handling improvementsJan Dakinevich
2018-02-25KVM: VMX: clean up declaration of VPID/EPT invalidation typesJan Dakinevich
2018-02-25KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li
2018-02-25x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov
2018-02-25KVM: add X86_LOCAL_APIC dependencyArnd Bergmann
2018-02-25x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov
2018-02-25x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGArnd Bergmann
2018-02-25x86: add MULTIUSER dependency for KVMArnd Bergmann
2018-02-25x86/build: Silence the build with "make -s"Arnd Bergmann
2018-02-25x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann
2018-02-25x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov
2018-02-25perf/x86: Shut up false-positive -Wmaybe-uninitialized warningArnd Bergmann
2018-02-25x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers
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/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/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra
2018-02-22x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams
2018-02-22x86/speculation: Clean up various Spectre related detailsIngo Molnar
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-22x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse
2018-02-22x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse
2018-02-22x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams
2018-02-17KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-17crypto: sha512-mb - initialize pending lengths correctlyEric Biggers
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-17kaiser: fix compile error without vsyscallHugh Dickins
2018-02-13x86/microcode: Do the family check firstBorislav Petkov
2018-02-13KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-13KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-13KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-13KVM/x86: Add IBPB supportAshok Raj
2018-02-13KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini