summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-19KVM: VMX: Don't do full kick when triggering posted interrupt "fails"Sean Christopherson
2022-01-19KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooksSean Christopherson
2022-01-19KVM: VMX: Move preemption timer <=> hrtimer dance to common x86Sean Christopherson
2022-01-19KVM: VMX: Reject KVM_RUN if emulation is required with pending exceptionSean Christopherson
2022-01-17KVM: x86: Making the module parameter of vPMU more commonLike Xu
2022-01-17KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUNVitaly Kuznetsov
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-14kvm: x86: Disable interception for IA32_XFD on demandKevin Tian
2022-01-14kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng
2022-01-14kvm: x86: Add XCR0 support for Intel AMXJing Liu
2022-01-14kvm: x86: Emulate IA32_XFD_ERR for guestJing Liu
2022-01-14kvm: x86: Intercept #NM for saving IA32_XFD_ERRJing Liu
2022-01-14kvm: x86: Add emulation for IA32_XFDJing Liu
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-07KVM: SVM: include CR3 in initial VMSA state for SEV-ES guestsMichael Roth
2022-01-07KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirtyDavid Woodhouse
2022-01-07KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse
2022-01-07KVM: x86: Update vPMCs when retiring branch instructionsEric Hankland
2022-01-07KVM: x86: Update vPMCs when retiring instructionsEric Hankland
2022-01-07KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changedLai Jiangshan
2022-01-07Revert "KVM: X86: Update mmu->pdptrs only when it is changed"Paolo Bonzini
2021-12-21Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini
2021-12-20KVM: x86: Always set kvm_run->if_flagMarc Orr
2021-12-20KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_allWei Wang
2021-12-19KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...Vitaly Kuznetsov
2021-12-10KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exitSean Christopherson
2021-12-10KVM: X86: Raise #GP when clearing CR0_PG in 64 bit modeLai Jiangshan
2021-12-09KVM: x86: add a tracepoint for APICv/AVIC interrupt deliveryMaxim Levitsky
2021-12-08KVM: x86: Exit to userspace if emulation prepared a completion callbackHou Wenlong
2021-12-08KVM: x86: Use different callback if msr access comes from the emulatorHou Wenlong
2021-12-08KVM: x86: Add an emulation type to handle completion of user exitsHou Wenlong
2021-12-08KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code segSean Christopherson
2021-12-08KVM: X86: Remove mmu parameter from load_pdptrs()Lai Jiangshan
2021-12-08KVM: X86: Remove mmu->translate_gpaLai Jiangshan
2021-12-08KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()Lai Jiangshan
2021-12-08KVM: X86: Update mmu->pdptrs only when it is changedLai Jiangshan
2021-12-08KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changedLai Jiangshan
2021-12-08KVM: X86: Move CR0 pdptr_bits into header file as X86_CR0_PDPTR_BITSLai Jiangshan
2021-12-08KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_eptLai Jiangshan
2021-12-08KVM: X86: Ensure that dirty PDPTRs are loadedLai Jiangshan
2021-12-08KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait statesSean Christopherson
2021-12-08KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUsSean Christopherson
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: x86: Use nr_memslot_pages to avoid traversing the memslots arrayMaciej S. Szmigiero
2021-12-08KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changedMaciej S. Szmigiero
2021-12-08KVM: x86: Don't assume old/new memslots are non-NULL at memslot commitSean Christopherson
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson
2021-12-08KVM: x86: Use "new" memslot instead of userspace memory regionSean Christopherson