summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: vVMX: rename label for post-enter_guest_mode consistency checkSean Christopherson2018-10-171-3/+3
* KVM: nVMX: assimilate nested_vmx_entry_failure() into nested_vmx_enter_non_ro...Sean Christopherson2018-10-171-42/+36
* KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mo...Sean Christopherson2018-10-171-7/+3
* KVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx_enter_non_root_modeSean Christopherson2018-10-171-5/+5
* KVM: nVMX: try to set EFER bits correctly when initializing controlsSean Christopherson2018-10-171-16/+35
* KVM: vmx: do not unconditionally clear EFER switchingSean Christopherson2018-10-171-2/+4
* KVM: nVMX: reset cache/shadows when switching loaded VMCSSean Christopherson2018-10-171-4/+4
* KVM: nVMX: use vm_exit_controls_init() to write exit controls for vmcs02Sean Christopherson2018-10-171-1/+1
* KVM: nVMX: move vmcs12 EPTP consistency check to check_vmentry_prereqs()Sean Christopherson2018-10-171-12/+9
* KVM: nVMX: move host EFER consistency checks to VMFail pathSean Christopherson2018-10-171-15/+16
* KVM: leverage change to adjust slots->used_slots in update_memslots()Wei Yang2018-10-171-9/+14
* KVM: nVMX: Always reflect #NM VM-exits to L1Jim Mattson2018-10-171-8/+0
* KVM: x86: hyperv: implement PV IPI send hypercallsVitaly Kuznetsov2018-10-175-0/+166
* KVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_index == vcpu_idx caseVitaly Kuznetsov2018-10-171-44/+52
* KVM: x86: hyperv: valid_bank_mask should be 'u64'Vitaly Kuznetsov2018-10-171-2/+3
* KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov2018-10-172-3/+26
* KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variablesVitaly Kuznetsov2018-10-171-9/+9
* KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()Vitaly Kuznetsov2018-10-172-23/+25
* KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUSVitaly Kuznetsov2018-10-171-3/+5
* kvm/x86: return meaningful value from KVM_SIGNAL_MSIPaolo Bonzini2018-10-171-3/+3
* KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang2018-10-172-6/+9
* KVM/VMX: Remve unused function is_external_interrupt().Tianyu Lan2018-10-171-6/+0
* KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objectsWei Yang2018-10-171-2/+2
* nVMX x86: Make nested_vmx_check_pml_controls() conciseKrish Sadhukhan2018-10-171-8/+5
* KVM: x86: adjust kvm_mmu_page member to save 8 bytesWei Yang2018-10-171-2/+2
* KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson2018-10-171-20/+153
* KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2018-10-172-2/+6
* kvm: selftests: support high GPAs in dirty_log_testAndrew Jones2018-10-171-15/+50
* kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones2018-10-174-3/+36
* kvm: selftests: dirty_log_test: also test 64K pages on aarch64Andrew Jones2018-10-171-46/+137
* kvm: selftests: port dirty_log_test to aarch64Andrew Jones2018-10-173-80/+90
* kvm: selftests: introduce new VM mode for 64K pagesAndrew Jones2018-10-175-25/+47
* kvm: selftests: add vcpu support for aarch64Andrew Jones2018-10-172-0/+138
* kvm: selftests: add virt mem support for aarch64Andrew Jones2018-10-173-0/+218
* kvm: selftests: add vm_phy_pages_allocAndrew Jones2018-10-172-23/+39
* kvm: selftests: tidy up kvm_utilAndrew Jones2018-10-176-399/+407
* kvm: selftests: add cscope make targetAndrew Jones2018-10-171-1/+10
* kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones2018-10-1718-49/+50
* kvm: selftests: introduce ucallAndrew Jones2018-10-1710-85/+222
* kvm: selftests: vcpu_setup: set cr4.osfxsrAndrew Jones2018-10-171-1/+1
* KVM: LAPIC: Tune lapic_timer_advance_ns automaticallyWanpeng Li2018-10-172-2/+25
* KVM: nVMX: Do not flush TLB on L1<->L2 transitions if L1 uses VPID and EPTLiran Alon2018-10-131-10/+27
* KVM: nVMX: Flush linear and combined mappings on VPID02 related flushesLiran Alon2018-10-131-4/+4
* KVM: nVMX: Use correct VPID02 when emulating L1 INVVPIDLiran Alon2018-10-131-6/+14
* KVM: nVMX: Flush TLB entries tagged by dest EPTP on L1<->L2 transitionsLiran Alon2018-10-131-2/+14
* KVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAYS_OFFSean Christopherson2018-10-131-2/+2
* Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-134-48/+70
|\
| * Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-084-48/+70
| |\
| | * s390: vfio-ap: make local functions and data staticChristian Borntraeger2018-10-082-12/+12
| | * s390: vfio-ap: setup APCB mask using KVM dedicated functionPierre Morel2018-10-051-32/+3