summaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-17KVM: nVMX: assimilate nested_vmx_entry_failure() into nested_vmx_enter_non_ro...Sean Christopherson1-42/+36
2018-10-17KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mo...Sean Christopherson1-7/+3
2018-10-17KVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx_enter_non_root_modeSean Christopherson1-5/+5
2018-10-17KVM: nVMX: try to set EFER bits correctly when initializing controlsSean Christopherson1-16/+35
2018-10-17KVM: vmx: do not unconditionally clear EFER switchingSean Christopherson1-2/+4
2018-10-17KVM: nVMX: reset cache/shadows when switching loaded VMCSSean Christopherson1-4/+4
2018-10-17KVM: nVMX: use vm_exit_controls_init() to write exit controls for vmcs02Sean Christopherson1-1/+1
2018-10-17KVM: nVMX: move vmcs12 EPTP consistency check to check_vmentry_prereqs()Sean Christopherson1-12/+9
2018-10-17KVM: nVMX: move host EFER consistency checks to VMFail pathSean Christopherson1-15/+16
2018-10-17KVM: leverage change to adjust slots->used_slots in update_memslots()Wei Yang1-9/+14
2018-10-17KVM: nVMX: Always reflect #NM VM-exits to L1Jim Mattson1-8/+0
2018-10-17KVM: x86: hyperv: implement PV IPI send hypercallsVitaly Kuznetsov5-0/+166
2018-10-17KVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_index == vcpu_idx caseVitaly Kuznetsov1-44/+52
2018-10-17KVM: x86: hyperv: valid_bank_mask should be 'u64'Vitaly Kuznetsov1-2/+3
2018-10-17KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov2-3/+26
2018-10-17KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variablesVitaly Kuznetsov1-9/+9
2018-10-17KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()Vitaly Kuznetsov2-23/+25
2018-10-17KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUSVitaly Kuznetsov1-3/+5
2018-10-17kvm/x86: return meaningful value from KVM_SIGNAL_MSIPaolo Bonzini1-3/+3
2018-10-17KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang2-6/+9
2018-10-17KVM/VMX: Remve unused function is_external_interrupt().Tianyu Lan1-6/+0
2018-10-17KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objectsWei Yang1-2/+2
2018-10-17nVMX x86: Make nested_vmx_check_pml_controls() conciseKrish Sadhukhan1-8/+5
2018-10-17KVM: x86: adjust kvm_mmu_page member to save 8 bytesWei Yang1-2/+2
2018-10-17KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson1-20/+153
2018-10-17KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2-2/+6
2018-10-17kvm: selftests: support high GPAs in dirty_log_testAndrew Jones1-15/+50
2018-10-17kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones4-3/+36
2018-10-17kvm: selftests: dirty_log_test: also test 64K pages on aarch64Andrew Jones1-46/+137
2018-10-17kvm: selftests: port dirty_log_test to aarch64Andrew Jones3-80/+90
2018-10-17kvm: selftests: introduce new VM mode for 64K pagesAndrew Jones5-25/+47
2018-10-17kvm: selftests: add vcpu support for aarch64Andrew Jones2-0/+138
2018-10-17kvm: selftests: add virt mem support for aarch64Andrew Jones3-0/+218
2018-10-17kvm: selftests: add vm_phy_pages_allocAndrew Jones2-23/+39
2018-10-17kvm: selftests: tidy up kvm_utilAndrew Jones6-399/+407
2018-10-17kvm: selftests: add cscope make targetAndrew Jones1-1/+10
2018-10-17kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones18-49/+50
2018-10-17kvm: selftests: introduce ucallAndrew Jones10-85/+222
2018-10-17kvm: selftests: vcpu_setup: set cr4.osfxsrAndrew Jones1-1/+1
2018-10-17KVM: LAPIC: Tune lapic_timer_advance_ns automaticallyWanpeng Li2-2/+25
2018-10-13KVM: nVMX: Do not flush TLB on L1<->L2 transitions if L1 uses VPID and EPTLiran Alon1-10/+27
2018-10-13KVM: nVMX: Flush linear and combined mappings on VPID02 related flushesLiran Alon1-4/+4
2018-10-13KVM: nVMX: Use correct VPID02 when emulating L1 INVVPIDLiran Alon1-6/+14
2018-10-13KVM: nVMX: Flush TLB entries tagged by dest EPTP on L1<->L2 transitionsLiran Alon1-2/+14
2018-10-13KVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAYS_OFFSean Christopherson1-2/+2
2018-10-09KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl resultPaul Mackerras3-0/+9
2018-10-09KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualizationPaul Mackerras5-9/+58
2018-10-09KVM: PPC: Book3S HV: Add nested shadow page tables to debugfsPaul Mackerras3-3/+52
2018-10-09KVM: PPC: Book3S HV: Allow HV module to load without hypervisor modePaul Mackerras2-5/+14
2018-10-09KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTEDSuraj Jitindar Singh1-1/+50