aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: X86: correct meaningless kvm_apicv_activated() checkPaolo Bonzini2020-03-161-9/+16
* kvm: svm: Introduce GA Log tracepoint for AVICSuravee Suthikulpanit2020-03-161-0/+1
* KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini2020-03-161-2/+2
* KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson2020-03-161-2/+3
* KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson2020-03-161-1/+1
* KVM: CPUID: add support for supervisor statesPaolo Bonzini2020-03-161-4/+9
* KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson2020-03-161-0/+5
* KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson2020-03-161-4/+2
* KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson2020-03-161-4/+3
* KVM: x86: Check for Intel PT MSR virtualization using KVM cpu capsSean Christopherson2020-03-161-4/+4
* KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson2020-03-161-1/+1
* KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson2020-03-161-1/+1
* KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson2020-03-161-1/+1
* KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson2020-03-161-3/+11
* KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson2020-03-161-6/+6
* KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-161-0/+1
* KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson2020-03-161-11/+54
* KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson2020-03-161-1/+2
* KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson2020-03-161-15/+24
* KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson2020-03-161-2/+6
* KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson2020-03-161-1/+1
* KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson2020-03-161-5/+5
* KVM: X86: trigger kvmclock sync request just once on VM creationWanpeng Li2020-03-161-5/+3
* KVM: LAPIC: Recalculate apic map in batchWanpeng Li2020-03-161-0/+1
* KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-4/+17
* KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson2020-03-161-0/+7
* KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson2020-03-161-11/+0
* 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-161-13/+8
* 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-161-6/+19
* KVM: x86: eliminate some unreachable codeMiaohe Lin2020-03-161-3/+0
* KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-231-0/+2
* KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini2020-02-121-1/+1
* KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-121-1/+1
* 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: x86: Mask off reserved bit from #DB exception payloadOliver Upton2020-02-121-0/+8
* KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson2020-02-051-0/+2
* KVM: x86: use raw clock values consistentlyPaolo Bonzini2020-02-051-15/+23
* KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini2020-02-051-17/+12
* kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit2020-02-051-13/+0
* kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit2020-02-051-0/+2
* kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit2020-02-051-0/+4