summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-12-09KVM: mips: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse
2021-12-09KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse
2021-12-09KVM: VMX: Clean up PI pre/post-block WARNsSean Christopherson
2021-12-09KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ failsSean Christopherson
2021-12-09KVM: x86: add a tracepoint for APICv/AVIC interrupt deliveryMaxim Levitsky
2021-12-08KVM: nVMX: Implement Enlightened MSR Bitmap featureVitaly Kuznetsov
2021-12-08KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov
2021-12-08KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helperVitaly Kuznetsov
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini
2021-12-08KVM: x86: Exit to userspace if emulation prepared a completion callbackHou Wenlong
2021-12-08KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Vitaly Kuznetsov
2021-12-08KVM: x86: Use different callback if msr access comes from the emulatorHou Wenlong
2021-12-08KVM: x86: Add an emulation type to handle completion of user exitsHou Wenlong
2021-12-08KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code segSean Christopherson
2021-12-08KVM: Clear pv eoi pending bit only when it is setLi RongQing
2021-12-08KVM: x86: don't print when fail to read/write pv eoi memoryLi RongQing
2021-12-08KVM: X86: Remove mmu parameter from load_pdptrs()Lai Jiangshan
2021-12-08KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the directionLai Jiangshan
2021-12-08KVM: VMX: Use ept_caps_to_lpage_level() in hardware_setup()Lai Jiangshan
2021-12-08KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()Lai Jiangshan
2021-12-08KVM: X86: Add huge_page_level to __reset_rsvds_bits_mask_ept()Lai Jiangshan
2021-12-08KVM: X86: Remove mmu->translate_gpaLai Jiangshan
2021-12-08KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()Lai Jiangshan
2021-12-08KVM: X86: Calculate quadrant when !role.gpte_is_8_bytesLai Jiangshan
2021-12-08KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.directLai Jiangshan
2021-12-08KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()Lai Jiangshan
2021-12-08KVM: X86: Fix comment in __kvm_mmu_create()Lai Jiangshan
2021-12-08KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabledLai Jiangshan
2021-12-08KVM: SVM: Allocate sd->save_area with __GFP_ZEROLai Jiangshan
2021-12-08KVM: SVM: Rename get_max_npt_level() to get_npt_level()Lai Jiangshan
2021-12-08KVM: VMX: Change comments about vmx_get_msr()Lai Jiangshan
2021-12-08KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default wayLai Jiangshan
2021-12-08KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()Lai Jiangshan
2021-12-08KVM: VMX: Update msr value after kvm_set_user_return_msr() succeedsLai Jiangshan
2021-12-08KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)Lai Jiangshan
2021-12-08KVM: X86: Update mmu->pdptrs only when it is changedLai Jiangshan
2021-12-08KVM: X86: Remove kvm_register_clear_available()Lai Jiangshan
2021-12-08KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bitsPaolo Bonzini
2021-12-08KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirtyLai Jiangshan
2021-12-08KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changedLai Jiangshan
2021-12-08KVM: SVM: Remove references to VCPU_EXREG_CR3Lai Jiangshan
2021-12-08KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()Lai Jiangshan
2021-12-08KVM: X86: Move CR0 pdptr_bits into header file as X86_CR0_PDPTR_BITSLai Jiangshan
2021-12-08KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_eptLai Jiangshan
2021-12-08KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_eptLai Jiangshan
2021-12-08KVM: SVM: Track dirtiness of PDPTRs even if NPT is disabledLai Jiangshan
2021-12-08KVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_pdptrs()Lai Jiangshan
2021-12-08KVM: X86: Ensure that dirty PDPTRs are loadedLai Jiangshan