aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-0156-639/+629
|\
| * KVM: arm64: Drop obsolete comment about sys_reg orderingMarc Zyngier2020-05-281-5/+1
| * KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier2020-05-282-37/+39
| * KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier2020-05-281-12/+9
| * KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier2020-05-281-37/+35
| * KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier2020-05-281-3/+3
| * KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier2020-05-281-57/+71
| * KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall2020-05-287-53/+54
| * KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull2020-05-252-5/+3
| * KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil2020-05-251-1/+1
| * KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil2020-05-253-40/+29
| * KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier2020-05-161-5/+10
| * KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu2020-05-163-3/+14
| * KVM: arm64: Unify handling THP backed host memorySuzuki K Poulose2020-05-161-55/+60
| * KVM: arm64: Clean up the checking for huge mappingSuzuki K Poulose2020-05-161-1/+5
| * KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationJiang Yi2020-05-161-0/+3
| * KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedZenghui Yu2020-05-161-1/+4
| * KVM: Fix spelling in code commentsFuad Tabba2020-05-1612-23/+23
| * KVM: arm64: Use cpus_have_final_cap for has_vhe()Marc Zyngier2020-05-161-1/+1
| * KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier2020-05-163-14/+3
| * KVM: arm64: Clean up kvm makefilesFuad Tabba2020-05-162-36/+17
| * KVM: arm64: Change CONFIG_KVM to a menuconfig entryWill Deacon2020-05-161-5/+11
| * KVM: arm64: Update help textWill Deacon2020-05-161-2/+0
| * KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon2020-05-166-46/+40
| * KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier2020-05-1636-257/+253
* | KVM: check userspace_addr for all memslotsPaolo Bonzini2020-06-011-3/+2
* | KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov2020-06-011-47/+56
* | x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron2020-06-011-0/+28
* | x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron2020-06-011-1/+1
* | x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-017-3/+258
* | x86/hyper-v: Add synthetic debugger definitionsJon Doron2020-06-012-0/+33
* | KVM: selftests: VMX preemption timer migration testMakarand Sonare2020-06-018-12/+298
* | KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2020-06-014-8/+56
* | x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exitJon Doron2020-06-012-0/+4
* | KVM: x86/pmu: Support full width countingLike Xu2020-06-016-5/+66
* | KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-015-17/+21
* | KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-06-016-5/+19
* | KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-016-5/+52
* | KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-014-59/+152
* | KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov2020-06-012-5/+17
* | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-015-5/+5
* | KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-0110-25/+36
* | Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov2020-06-011-22/+1
* | KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-011-1/+1
* | Revert "KVM: No need to retry for hva_to_pfn_remapped()"Paolo Bonzini2020-06-011-0/+5
* | KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-016-7/+171
* | selftests: kvm: fix smm test on SVMVitaly Kuznetsov2020-06-011-6/+13
* | selftests: kvm: add a SVM version of state-testPaolo Bonzini2020-06-011-12/+50
* | selftests: kvm: introduce cpu_has_svm() checkVitaly Kuznetsov2020-06-011-0/+10
* | KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini2020-06-013-7/+14