summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-17KVM: x86: Defer MMU sync on PCID invalidationSean Christopherson1-1/+1
2021-06-17KVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID(ALL) emulationSean Christopherson1-1/+1
2021-06-17KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpersSean Christopherson1-1/+1
2021-06-17KVM: x86: Uncondtionally skip MMU sync/TLB flush in MOV CR3's PGD switchSean Christopherson1-1/+1
2021-06-17KVM: x86: Invalidate all PGDs for the current PCID on MOV CR3 w/ flushSean Christopherson1-27/+42
2021-06-17KVM: nVMX: Sync all PGDs on nested transition with shadow pagingSean Christopherson1-1/+1
2021-06-17KVM: x86: avoid loading PDPTRs after migration when possibleMaxim Levitsky1-0/+3
2021-06-17KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2Maxim Levitsky1-27/+115
2021-06-17KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guestSean Christopherson1-32/+2
2021-06-17KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov1-0/+4
2021-06-17KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai1-0/+9
2021-06-17KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest modeKrish Sadhukhan1-0/+1
2021-06-17KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson1-7/+7
2021-06-17KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson1-6/+0
2021-06-17KVM: x86: Rename SMM tracepoint to make it reflect realitySean Christopherson1-1/+1
2021-06-17KVM: x86: Move "entering SMM" tracepoint into kvm_smm_changed()Sean Christopherson1-4/+2
2021-06-17KVM: x86: Move (most) SMM hflags modifications into kvm_smm_changed()Sean Christopherson1-13/+11
2021-06-17KVM: x86: Invoke kvm_smm_changed() immediately after clearing SMM flagSean Christopherson1-2/+2
2021-06-17KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson1-3/+3
2021-06-17KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson1-0/+6
2021-06-17KVM: x86: Drop vendor specific functions for APICv/AVIC enablementVitaly Kuznetsov1-3/+3
2021-06-17KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov1-0/+3
2021-06-17kvm: x86: implement KVM PM-notifierSergey Senozhatsky1-0/+36
2021-06-17KVM: x86: Add a return code to kvm_apic_accept_eventsJim Mattson1-5/+20
2021-06-17KVM: x86: Add a return code to inject_pending_eventJim Mattson1-10/+17
2021-06-17KVM: x86: Remove guest mode check from kvm_check_nested_eventsJim Mattson1-3/+0
2021-06-17KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis1-7/+23
2021-06-17KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis1-3/+21
2021-06-17KVM: X86: Add functions that calculate the nested TSC fieldsIlias Stamatis1-0/+25
2021-06-17KVM: X86: Add a ratio parameter to kvm_scale_tsc()Ilias Stamatis1-9/+18
2021-06-17KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()Ilias Stamatis1-5/+5
2021-06-17KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'Ilias Stamatis1-2/+4
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon1-0/+46
2021-06-17KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon1-1/+1
2021-06-17KVM: x86/mmu: Add a field to control memslot rmap allocationBen Gardon1-5/+8
2021-06-17KVM: x86/mmu: Factor out allocating memslot rmapBen Gardon1-10/+27
2021-06-17KVM: x86/mmu: Deduplicate rmap freeingBen Gardon1-8/+11
2021-06-17KVM: x86: Do not write protect huge page in initially-all-set modeKeqian Zhu1-27/+10
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li1-0/+1
2021-06-10KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson1-1/+4
2021-06-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+17
2021-06-08KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU syncLai Jiangshan1-0/+13
2021-06-08KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorLai Jiangshan1-2/+4
2021-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+15
2021-05-28KVM: X86: Kill off ctxt->udWanpeng Li1-3/+1
2021-05-28KVM: X86: Fix warning caused by stale emulation contextWanpeng Li1-5/+5
2021-05-28KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interceptionYuan Yao1-2/+1
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti1-1/+1
2021-05-27KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti1-1/+2
2021-05-27KVM: X86: Fix vCPU preempted state from guest's point of viewWanpeng Li1-0/+2