summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis2021-03-021-2/+4
* KVM: Documentation: Fix index for KVM_CAP_PPC_DAWR1Kai Huang2021-03-021-1/+1
* KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini2021-03-024-2/+42
* KVM: xen: flush deferred static key before checking itPaolo Bonzini2021-02-261-0/+1
* KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabledSean Christopherson2021-02-261-8/+8
* KVM: x86: hyper-v: Fix Hyper-V context null-ptr-derefWanpeng Li2021-02-261-1/+1
* KVM: x86: remove misplaced comment on active_mmu_pagesDongli Zhang2021-02-261-3/+0
* KVM: Documentation: rectify rst markup in kvm_run->flagsChenyi Qiang2021-02-261-1/+2
* Documentation: kvm: fix messy conversion from .txt to .rstPaolo Bonzini2021-02-261-53/+16
* KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson2021-02-251-3/+8
* KVM: vmx/pmu: Fix dummy check if lbr_desc->event is createdLike Xu2021-02-231-2/+2
* KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-226-16/+79
* KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page faultSean Christopherson2021-02-222-2/+2
* KVM: Documentation: rectify rst markup in KVM_GET_SUPPORTED_HV_CPUIDLukas Bulwahn2021-02-221-0/+2
* KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini2021-02-221-1/+1
* KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2021-02-192-21/+15
* KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson2021-02-192-47/+17
* KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson2021-02-195-153/+36
* KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-196-5/+70
* KVM: x86: Further clarify the logic and comments for toggling log dirtySean Christopherson2021-02-191-4/+11
* KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-195-100/+24
* KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-194-13/+4
* KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson2021-02-191-1/+4
* KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson2021-02-192-16/+25
* KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson2021-02-193-12/+14
* KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson2021-02-191-9/+15
* KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson2021-02-192-15/+24
* KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson2021-02-191-1/+2
* KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini2021-02-181-3/+0
* KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini2021-02-181-0/+20
* KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky2021-02-181-12/+14
* KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky2021-02-181-1/+3
* KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson2021-02-181-10/+0
* KVM: x86: Advertise INVPCID by defaultSean Christopherson2021-02-183-6/+3
* KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson2021-02-181-4/+4
* selftests: kvm: avoid uninitialized variable warningPaolo Bonzini2021-02-151-1/+2
* selftests: kvm: add hardware_disable testIgnacio Alvarado2021-02-153-0/+167
* Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-12382-1963/+4984
|\
| * Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier2021-02-123-38/+64
| |\
| | * KVM: arm64: Correct spelling of DBGDIDR registerAlexandru Elisei2021-02-031-3/+3
| | * KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier2021-02-031-4/+4
| | * KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier2021-02-033-4/+16
| | * KVM: arm64: Limit the debug architecture to ARMv8.0Marc Zyngier2021-02-031-0/+3
| | * KVM: arm64: Refactor filtering of ID registersMarc Zyngier2021-02-031-23/+28
| | * KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registersMarc Zyngier2021-02-031-3/+9
| | * KVM: arm64: Fix AArch32 PMUv3 cappingMarc Zyngier2021-02-031-2/+2
| | * KVM: arm64: Fix missing RES1 in emulation of DBGBIDRMarc Zyngier2021-02-031-1/+1
| * | Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier2021-02-125-1/+125
| |\ \
| | * | KVM: arm64: Implement the TRNG hypervisor callArd Biesheuvel2021-01-254-1/+94
| | * | firmware: smccc: Add SMCCC TRNG function call IDsArd Biesheuvel2021-01-201-0/+31