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