summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-06-20KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()Sean Christopherson
2022-06-20KVM: SVM: Drop unused AVIC / kvm_x86_ops declarationsSean Christopherson
2022-06-20KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 syncSean Christopherson
2022-06-20KVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls are exposed to L1Sean Christopherson
2022-06-20KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*Sean Christopherson
2022-06-20KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending caseSean Christopherson
2022-06-20KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending caseSean Christopherson
2022-06-15KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spteUros Bizjak
2022-06-15KVM: VMX: Use try_cmpxchg64 in pi_try_set_controlUros Bizjak
2022-06-15KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomicUros Bizjak
2022-06-15KVM: VMX: Skip filter updates for MSRs that KVM is already interceptingSean Christopherson
2022-06-15KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.hSean Christopherson
2022-06-15KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()Lai Jiangshan
2022-06-15KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()Lai Jiangshan
2022-06-15KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.cLai Jiangshan
2022-06-15KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKINGSean Christopherson
2022-06-15KVM: SEV: fix misplaced closing parenthesisPaolo Bonzini
2022-06-10KVM: x86: Bug the VM on an out-of-bounds data readSean Christopherson
2022-06-10KVM: x86: Bug the VM if the emulator generates a bogus exception vectorSean Christopherson
2022-06-10KVM: x86: Bug the VM if the emulator accesses a non-existent GPRSean Christopherson
2022-06-10KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVMSean Christopherson
2022-06-10KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRsSean Christopherson
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: 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 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-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