summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang
2020-06-01KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov
2020-06-01KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov
2020-06-01Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini
2020-05-27KVM: x86: track manually whether an event has been injectedPaolo Bonzini
2020-05-27KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson
2020-05-27kvm/x86: Remove redundant function implementations彭浩(Richard)
2020-05-27KVM: Fix the indentation to match coding styleHaiwei Li
2020-05-27KVM: x86: Remove superfluous brackets from case statementSean Christopherson
2020-05-27KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini
2020-05-27KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky
2020-05-15KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack
2020-05-15KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li
2020-05-15KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li
2020-05-15KVM: X86: Sanity check on gfn before removalPeter Xu
2020-05-15KVM: X86: Force ASYNC_PF_PER_VCPU to be power of twoPeter Xu
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson
2020-05-15kvm: x86: Cleanup vcpu->arch.guest_xstate_sizeXiaoyao Li
2020-05-13KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'Sean Christopherson
2020-05-13KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini
2020-05-13KVM: x86: WARN on injected+pending exception even in nested caseSean Christopherson
2020-05-13KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowedPaolo Bonzini
2020-05-13KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit setSean Christopherson
2020-05-13KVM: nVMX: Open a window for pending nested VMX preemption timerSean Christopherson
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-13KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-08KVM: SVM: Disable AVIC before setting V_IRQSuravee Suthikulpanit
2020-05-08KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini
2020-05-07KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini
2020-05-07KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini
2020-04-23KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini
2020-04-23KVM: x86: check_nested_events is never NULLPaolo Bonzini
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2020-04-21KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang
2020-04-21KVM: X86: Improve latency for single target IPI fastpathWanpeng Li
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito
2020-04-21KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related codeSean Christopherson