- a7fc06d KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup by Michael Roth · 4 years ago
- 553cc15 KVM: SVM: remove uneeded fields from host_save_users_msrs by Michael Roth · 4 years ago
- e79b91b KVM: SVM: use vmsave/vmload for saving/restoring additional host state by Michael Roth · 4 years ago
- 35a7831 KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions by Sean Christopherson · 4 years, 1 month ago
- 6a28913 KVM: VMX: Use the kernel's version of VMXOFF by Sean Christopherson · 4 years, 1 month ago
- 5ef940b KVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF flows by Sean Christopherson · 4 years, 1 month ago
- 150f17b KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw by Uros Bizjak · 4 years, 1 month ago
- 5366666 x86/virt: Mark flags and memory as clobbered by VMXOFF by David P. Reed · 4 years, 1 month ago
- ed72736 x86/reboot: Force all cpus to exit VMX root if VMX is supported by Sean Christopherson · 4 years, 1 month ago
- aec511ad x86/virt: Eat faults on VMXOFF in reboot flows by Sean Christopherson · 4 years, 1 month ago
- b3646477 KVM: x86: use static calls to reduce kvm_x86_ops overhead by Jason Baron · 4 years ago
- 9af5471 KVM: x86: introduce definitions to support static calls for kvm_x86_ops by Jason Baron · 4 years ago
- b6a7cc3 KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions by Jason Baron · 4 years ago
- 6e4e3b4 KVM: Stop using deprecated jump label APIs by Cun Li · 4 years ago
- 14c2bf8 KVM: SVM: Fix #GP handling for doubly-nested virtualization by Wei Huang · 4 years ago
- 3b9c723 KVM: SVM: Add support for SVM instruction address check change by Wei Huang · 4 years ago
- 82a11e9c KVM: SVM: Add emulation support for #GP triggered by SVM instructions by Bandan Das · 4 years ago
- 4aa2691 KVM: x86: Factor out x86 instruction emulation with decoding by Wei Huang · 4 years ago
- 9a3ecd5 KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW by Chenyi Qiang · 4 years ago
- f88d4f2 selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES by Like Xu · 4 years ago
- be635e3 KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES by Like Xu · 4 years ago
- 9aa4f62 KVM: vmx/pmu: Release guest LBR event via lazy release mechanism by Like Xu · 4 years ago
- e6209a3 KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI by Like Xu · 4 years ago
- 9254bea KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation by Like Xu · 4 years ago
- 1b5ac322 KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVE by Like Xu · 4 years ago
- 8e12911 KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR by Like Xu · 4 years ago
- c646236 KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled by Like Xu · 4 years ago
- 9c9520c KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled by Paolo Bonzini · 4 years ago
- a755753 KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refresh by Paolo Bonzini · 4 years ago
- 252e365 KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static by Like Xu · 4 years ago
- d855066 KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTL by Like Xu · 4 years ago
- 563c54c KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI state by Sean Christopherson · 4 years ago
- db7d8e4 x86/apic: Export x2apic_mode for use by KVM in "warm" path by Sean Christopherson · 4 years ago
- c32b1b89 KVM: X86: Add the Document for KVM_CAP_X86_BUS_LOCK_EXIT by Chenyi Qiang · 4 years, 2 months ago
- fe6b6bc KVM: VMX: Enable bus lock VM exit by Chenyi Qiang · 4 years, 2 months ago
- 15aad3b KVM: X86: Reset the vcpu->run->flags at the beginning of vcpu_run by Chenyi Qiang · 4 years, 2 months ago
- 8e53324 KVM: VMX: Convert vcpu_vmx.exit_reason to a union by Sean Christopherson · 4 years, 2 months ago
- 2c07ded KVM/SVM: add support for SEV attestation command by Brijesh Singh · 4 years ago
- c1d1650 KVM: selftests: Disable dirty logging with vCPUs running by Ben Gardon · 4 years ago
- 9e965bb KVM: selftests: Add backing src parameter to dirty_log_perf_test by Ben Gardon · 4 years ago
- f73a344 KVM: selftests: Add memslot modification stress test by Ben Gardon · 4 years ago
- 82f9133 KVM: selftests: Add option to overlap vCPU memory access by Ben Gardon · 4 years ago
- 86753bd KVM: selftests: Fix population stage in dirty_log_perf_test by Ben Gardon · 4 years ago
- 2d50123 KVM: selftests: Convert iterations to int in dirty_log_perf_test by Ben Gardon · 4 years ago
- 89dc529 KVM: selftests: Avoid flooding debug log while populating memory by Ben Gardon · 4 years ago
- f9224a5 KVM: selftests: Rename timespec_diff_now to timespec_elapsed by Ben Gardon · 4 years ago
- c5e2184 KVM: x86/mmu: Remove the defunct update_pte() paging hook by Sean Christopherson · 4 years ago
- 678e90a KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves by Peter Shier · 4 years, 2 months ago
- 1085a6b KVM: Expose AVX_VNNI instruction to guset by Yang Zhong · 4 years ago
- b85a042 Enumerate AVX Vector Neural Network instructions by Kyung Min Park · 4 years ago
- 7ca7f3b x86: kvm: style: Simplify bool comparison by YANG LI · 4 years ago
- 8fc5172 KVM: x86: Zap the oldest MMU pages, not the newest by Sean Christopherson · 4 years ago
- 15e6a7e KVM: x86/mmu: Use boolean returns for (S)PTE accessors by Sean Christopherson · 4 years ago
- c910662 KVM: X86: use vzalloc() instead of vmalloc/memset by Tian Tao · 4 years ago
- 15b51dc KVM: x86: Take KVM's SRCU lock only if steal time update is needed by Sean Christopherson · 4 years ago
- 19979fb KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put() by Sean Christopherson · 4 years ago
- bd2fae8 KVM: do not assume PTE is writable after follow_pfn by Paolo Bonzini · 4 years ago
- 87aa9ec KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs by Ben Gardon · 4 years ago
- c1c35cf KVM: x86: cleanup CR3 reserved bits checks by Paolo Bonzini · 4 years, 2 months ago
- ccd85d9 KVM: SVM: Treat SVM as unsupported when running as an SEV guest by Sean Christopherson · 4 years ago
- 943dea8 KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode by Sean Christopherson · 4 years ago
- 4683d75 KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check by Vitaly Kuznetsov · 4 years ago
- b66f9ba KVM/x86: assign hva with the right value to vm_munmap the pages by Zheng Zhan Liang · 4 years ago
- 7131636 KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off by Paolo Bonzini · 4 years ago
- 19a23da Fix unsynchronized access to sev members through svm_register_enc_region by Peter Gonda · 4 years ago
- ae00086 KVM: Documentation: Fix documentation for nested. by Yu Zhang · 4 years ago
- 074489b Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years ago
- 181f494 KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl by Michael Roth · 4 years ago
- 9a78e15 KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX by Paolo Bonzini · 4 years ago
- aed8941 KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written" by Sean Christopherson · 4 years ago
- 2500914 KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest by Sean Christopherson · 4 years ago
- d51e1d3 KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration by Maxim Levitsky · 4 years ago
- d95df95 kvm: tracing: Fix unmatched kvm_entry and kvm_exit events by Lorenzo Brescia · 4 years, 1 month ago
- 01ead84 KVM: Documentation: Update description of KVM_{GET,CLEAR}_DIRTY_LOG by Zenghui Yu · 4 years, 1 month ago
- 1f7becf KVM: x86: get smi pending status correctly by Jay Zhou · 4 years ago
- 98dd2f1 KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[] by Like Xu · 4 years, 1 month ago
- e61ab2a KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh() by Like Xu · 4 years ago
- eb79cd0 KVM: x86: Add more protection against undefined behavior in rsvd_bits() by Sean Christopherson · 4 years ago
- a10f373 KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM by Quentin Perret · 4 years ago
- 615099b Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years ago
- e500b80 KVM: arm64: Don't clobber x4 in __do_hyp_init by Andrew Scull · 4 years ago
- 139bc8a KVM: Forbid the use of tagged userspace addresses for memslots by Marc Zyngier · 4 years ago
- 9529aaa0 KVM: arm64: Filter out v8.1+ events on v8.0 HW by Marc Zyngier · 4 years ago
- e166337 KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag by Steven Price · 4 years ago
- 7ba8b43 KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg() by Alexandru Elisei · 4 years ago
- 2c91ef3 KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return by David Brazdil · 4 years, 1 month ago
- 7ded92e KVM: arm64: Simplify handling of absent PMU system registers by Marc Zyngier · 4 years ago
- 1166311 KVM: arm64: Hide PMU registers from userspace when not available by Marc Zyngier · 4 years ago
- 7c53f6b Linux 5.11-rc3 by Linus Torvalds · 4 years ago
- 20210a9 Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years ago
- 688daed Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
- ed41fd0 Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- d430adf Merge tag 'io_uring-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 28318f5 Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years ago
- 4ad9a28 Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years ago
- e07cd2f Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years ago
- 5625dcf Documentation: kbuild: Fix section reference by Viresh Kumar · 4 years ago
- 0653161 Merge tag 'arc-5.11-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years ago
- b3cd1a1 Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years ago
- a440e4d Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago