summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Adjust counter sample period after a wrmsrEric Hankland2020-03-163-2/+17
* KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushesSean Christopherson2020-03-161-25/+9
* KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flushSean Christopherson2020-03-161-1/+2
* KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson2020-03-162-11/+11
* KVM: Terminate memslot walks via used_slotsSean Christopherson2020-03-161-7/+8
* KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-57/+4
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-162-22/+14
* KVM: x86: Free arrays for old memslot when moving memslot's base gfnSean Christopherson2020-03-161-0/+4
* KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
* KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-6/+0
* KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson2020-03-161-4/+9
* KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson2020-03-161-0/+11
* KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson2020-03-161-7/+6
* KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson2020-03-162-14/+21
* KVM: apic: remove unused function apic_lvt_vector()Miaohe Lin2020-03-161-5/+0
* KVM: VMX: Add 'else' to split mutually exclusive caseMiaohe Lin2020-03-161-5/+3
* KVM: x86: eliminate some unreachable codeMiaohe Lin2020-03-162-4/+0
* KVM: x86: Fix print format and coding styleMiaohe Lin2020-03-163-4/+3
* KVM: vmx: rewrite the comment in vmx_get_mt_maskChia-I Wu2020-03-161-10/+17
* KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2020-02-232-7/+52
* KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2020-02-232-14/+27
* KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-02-231-1/+1
* KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-236-2/+81
* KVM: fix error handling in svm_hardware_setupLi RongQing2020-02-231-21/+20
* KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin2020-02-211-7/+6
* KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-211-1/+3
* KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov2020-02-214-11/+8
* KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-213-9/+16
* kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit2020-02-211-0/+3
* KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li2020-02-211-2/+9
* KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin2020-02-211-1/+1
* kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-201-22/+14
* KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini2020-02-201-1/+1
* KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin2020-02-171-5/+5
* KVM: x86: enable -WerrorPaolo Bonzini2020-02-121-0/+1
* KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini2020-02-121-1/+1
* KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson2020-02-121-1/+1
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-121-0/+3
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-121-2/+3
* KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-123-7/+19
* KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin2020-02-121-3/+0
* KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin2020-02-121-1/+0
* KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton2020-02-121-13/+16
* KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton2020-02-121-0/+28
* KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton2020-02-121-0/+8
* KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini2020-02-122-2/+2
* KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin2020-02-051-2/+0
* KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson2020-02-051-0/+2
* KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2020-02-051-0/+4
* KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4