aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs arraySean Christopherson
2022-06-10KVM: x86: Harden _regs accesses to guard against buggy inputSean Christopherson
2022-06-10KVM: x86: Grab regs_dirty in local 'unsigned long'Sean Christopherson
2022-06-09Merge branch 'kvm-5.20-early'Paolo Bonzini
2022-06-09KVM: selftests: Restrict test region to 48-bit physical addresses when using ...David Matlack
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack
2022-06-09KVM: selftests: Clean up LIBKVM files in MakefileDavid Matlack
2022-06-09KVM: selftests: Link selftests directly with lib object filesDavid Matlack
2022-06-09KVM: selftests: Drop unnecessary rule for STATIC_LIBSDavid Matlack
2022-06-09KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack
2022-06-09KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.hDavid Matlack
2022-06-09KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack
2022-06-09KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack
2022-06-09KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack
2022-06-09KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack
2022-06-09KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSEPaolo Bonzini
2022-06-09KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putMaxim Levitsky
2022-06-09KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blockingMaxim Levitsky
2022-06-09KVM: x86: disable preemption while updating apicv inhibitionMaxim Levitsky
2022-06-09KVM: x86: SVM: fix avic_kick_target_vcpus_fastMaxim Levitsky
2022-06-09KVM: x86: SVM: remove avic's broken code that updated APIC IDMaxim Levitsky
2022-06-09KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC baseMaxim Levitsky
2022-06-09KVM: x86: document AVIC/APICv inhibit reasonsMaxim Levitsky
2022-06-09KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRsYuan Yao
2022-06-09Merge tag 'kvmarm-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2022-06-09KVM: arm64: Drop stale commentMarc Zyngier
2022-06-09KVM: arm64: Remove redundant hyp_assert_lock_held() assertionsWill Deacon
2022-06-09KVM: arm64: Extend comment in has_vhe()Will Deacon
2022-06-09KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon
2022-06-09KVM: arm64: Handle all ID registers trapped for a protected VMMarc Zyngier
2022-06-09KVM: arm64: Return error from kvm_arch_init_vm() on allocation failureWill Deacon
2022-06-09MAINTAINERS: Limit KVM RISC-V entry to existing selftestsLukas Bulwahn
2022-06-09RISC-V: KVM: fix typos in commentsJulia Lawall
2022-06-08KVM: x86: PIT: Preserve state of speaker port data bitPaul Durrant
2022-06-08KVM: VMX: Reject kvm_intel if an inconsistent VMCS config is detectedSean Christopherson
2022-06-08KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load timeSean Christopherson
2022-06-08KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmuLike Xu
2022-06-08KVM: x86/pmu: Restrict advanced features based on module enable_pmuLike Xu
2022-06-08KVM: x86/pmu: Avoid exposing Intel BTS featureLike Xu
2022-06-08KVM: x86/pmu: Update global enable_pmu when PMU is undetectedLike Xu
2022-06-08x86: events: Do not return bogus capabilities if PMU is brokenPaolo Bonzini
2022-06-08perf/x86/intel: Fix the comment about guest LBR support on KVMLike Xu
2022-06-08KVM: VMX: Enable Notify VM exitTao Xu
2022-06-08KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson
2022-06-08KVM: selftests: Add a test to get/set triple fault eventChenyi Qiang
2022-06-08KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple faultChenyi Qiang
2022-06-08KVM: arm64: Warn if accessing timer pending state outside of vcpu contextMarc Zyngier
2022-06-08KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pendingMarc Zyngier
2022-06-08KVM: x86/pmu: Drop amd_event_mapping[] in the KVM contextLike Xu