aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-02-25KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson
2021-02-23KVM: vmx/pmu: Fix dummy check if lbr_desc->event is createdLike Xu
2021-02-22KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens
2021-02-22KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page faultSean Christopherson
2021-02-22KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini
2021-02-19KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson
2021-02-19KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson
2021-02-19KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson
2021-02-19KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare
2021-02-19KVM: x86: Further clarify the logic and comments for toggling log dirtySean Christopherson
2021-02-19KVM: x86: Move MMU's PML logic to common codeSean Christopherson
2021-02-19KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson
2021-02-19KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson
2021-02-19KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson
2021-02-19KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson
2021-02-19KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson
2021-02-19KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson
2021-02-19KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson
2021-02-18KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini
2021-02-18KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini
2021-02-18KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky
2021-02-18KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky
2021-02-18KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson
2021-02-18KVM: x86: Advertise INVPCID by defaultSean Christopherson
2021-02-18KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/nextMarc Zyngier
2021-02-11KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytesSean Christopherson
2021-02-11KVM: SVM: Make symbol 'svm_gp_erratum_intercept' staticWei Yongjun
2021-02-11Merge tag 'kvm-ppc-next-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-02-11locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long
2021-02-11KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guestsNicholas Piggin
2021-02-11KVM: PPC: Book3S HV: Ensure radix guest has no SLB entriesPaul Mackerras
2021-02-10KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2Fabiano Rosas
2021-02-10KVM: PPC: Book3S HV: Save and restore FSCR in the P9 pathFabiano Rosas
2021-02-10KVM: PPC: remove unneeded semicolonYang Li
2021-02-10KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLBNicholas Piggin
2021-02-10KVM: PPC: Book3S HV: No need to clear radix host SLB before loading HPT guestNicholas Piggin
2021-02-10KVM: PPC: Book3S HV: Fix radix guest SLB side channelNicholas Piggin
2021-02-10KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin
2021-02-10KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWRRavi Bangoria
2021-02-10KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria
2021-02-10KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria
2021-02-10KVM: PPC: Book3S HV: Allow nested guest creation when L0 hv_guest_state > L1Ravi Bangoria
2021-02-09KVM: x86/xen: Allow reset of Xen attributesDavid Woodhouse