summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2022-03-02KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini
2022-02-18x86/kvm: Fix compilation warning in non-x86_64 buildsLeonardo Bras
2022-02-17x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0Leonardo Bras
2022-02-17kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup modeAnton Romanov
2022-02-17KVM: x86: Add KVM_CAP_ENABLE_CAP to x86Aaron Lewis
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-04KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointerSean Christopherson
2022-02-01kvm/x86: rework guest entry logicMark Rutland
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-28KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini
2022-01-28KVM: x86: Add a helper to retrieve userspace address from kvm_device_attrSean Christopherson
2022-01-26KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any timeLike Xu
2022-01-26KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSSLike Xu
2022-01-26KVM: x86: Keep MSR_IA32_XSS unchanged for INITXiaoyao Li
2022-01-26KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson
2022-01-26KVM: x86: Pass emulation type to can_emulate_instruction()Sean Christopherson
2022-01-25KVM/X86: Make kvm_vcpu_reload_apic_access_page() staticQuanfa Fu
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