summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-30perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian
2021-10-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-10-29Merge tag 'irqchip-5.16' into irq/coreBorislav Petkov
2021-10-28bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra
2021-10-28bpf,x86: Simplify computing label offsetsPeter Zijlstra
2021-10-28x86,bugs: Unconditionally allow spectre_v2=retpoline,amdPeter Zijlstra
2021-10-28x86/alternative: Add debug prints to apply_retpolines()Peter Zijlstra
2021-10-28x86/alternative: Try inline spectre_v2=retpoline,amdPeter Zijlstra
2021-10-28x86/alternative: Handle Jcc __x86_indirect_thunk_\regPeter Zijlstra
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra
2021-10-28x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra
2021-10-28x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra
2021-10-28x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra
2021-10-28x86/asm: Fix register orderPeter Zijlstra
2021-10-28x86/retpoline: Remove unused replacement symbolsPeter Zijlstra
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-28KVM: x86: Take srcu lock in post_kvm_run_save()David Woodhouse
2021-10-27KVM: SEV-ES: fix another issue with string I/O VMGEXITsPaolo Bonzini
2021-10-26x86: Fix __get_wchan() for !STACKTRACEPeter Zijlstra
2021-10-25KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()David Woodhouse
2021-10-25KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlockDavid Woodhouse
2021-10-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-22sched,x86: Fix L2 cache maskPeter Zijlstra
2021-10-22KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if neededPaolo Bonzini
2021-10-22KVM: SEV-ES: keep INS functions togetherPaolo Bonzini
2021-10-22KVM: x86: remove unnecessary arguments from complete_emulator_pio_inPaolo Bonzini
2021-10-22KVM: x86: split the two parts of emulator_pio_inPaolo Bonzini
2021-10-22KVM: SEV-ES: clean up kvm_sev_es_ins/outsPaolo Bonzini
2021-10-22KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_outPaolo Bonzini
2021-10-22KVM: SEV-ES: rename guest_ins_data to sev_pio_dataPaolo Bonzini
2021-10-22crypto: x86/sm4 - Fix invalid section entry sizeTianjia Zhang
2021-10-21KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATAMasahiro Kozuka
2021-10-21KVM: MMU: Reset mmu->pkru_mask to avoid stale dataChenyi Qiang
2021-10-21KVM: nVMX: promptly process interrupts delivered while in guest modePaolo Bonzini
2021-10-21KVM: x86: check for interrupts before deciding whether to exit the fast pathPaolo Bonzini
2021-10-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-18KVM: SEV-ES: reduce ghcb_sa_len to 32 bitsPaolo Bonzini
2021-10-18KVM: VMX: Remove redundant handling of bus lock vmexitHao Xiang
2021-10-18KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unloadSean Christopherson
2021-10-18Revert "KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RE...Sean Christopherson
2021-10-18KVM: X86: fix lazy allocation of rmapsPaolo Bonzini
2021-10-18KVM: SEV-ES: Set guest_state_protected after VMSA updatePeter Gonda
2021-10-17Merge tag 'perf_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-16x86/fpu: Mask out the invalid MXCSR bits properlyBorislav Petkov