1. 9167ab7 KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active by Paolo Bonzini · 5 years ago
  2. 5c94ac5 KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update by Miaohe Lin · 5 years ago
  3. 0cb8410 kvm: svm: Intercept RDPRU by Jim Mattson · 5 years ago
  4. 1957aa6 KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig by Sean Christopherson · 5 years ago
  5. 60fc3d0 KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT} by Sean Christopherson · 5 years ago
  6. 1051778 KVM: x86: Handle emulation failure directly in kvm_task_switch() by Sean Christopherson · 5 years ago
  7. 738fece KVM: x86: Exit to userspace on emulation skip failure by Sean Christopherson · 5 years ago
  8. 42cbf06 KVM: x86: Move #GP injection for VMware into x86_emulate_instruction() by Sean Christopherson · 5 years ago
  9. a6c6ed1 KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code by Sean Christopherson · 5 years ago
  10. 956e255 KVM: x86: svm: remove unneeded nested_enable_evmcs() hook by Vitaly Kuznetsov · 5 years ago
  11. fe38bd6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  12. 4b9852f KVM: x86: Fix INIT signal handling in various CPU states by Liran Alon · 5 years ago
  13. a061985 x86: KVM: svm: Fix a check in nested_svm_vmrun() by Dan Carpenter · 5 years ago
  14. 7396d33 KVM: x86: Return to userspace with internal error on unexpected exit reason by Liran Alon · 5 years ago
  15. 1edce0a KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code by Sean Christopherson · 5 years ago
  16. f20935d KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers by Sean Christopherson · 5 years ago
  17. 4f75bcc KVM: X86: Tune PLE Window tracepoint by Peter Xu · 5 years ago
  18. fdcf756 KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes by Alexander Graf · 5 years ago
  19. ea15298 KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.nested is disabled by Vitaly Kuznetsov · 5 years ago
  20. 12b58f4 KVM: Assert that struct kvm_vcpu is always as offset zero by Sean Christopherson · 5 years ago
  21. c8e16b7 x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception() by Vitaly Kuznetsov · 5 years ago
  22. e7134c1 x86: KVM: svm: eliminate weird goto from vmrun_interception() by Vitaly Kuznetsov · 5 years ago
  23. c4762fd x86: KVM: svm: remove hardcoded instruction length from intercepts by Vitaly Kuznetsov · 5 years ago
  24. 02d4160 x86: KVM: add xsetbv to the emulator by Vitaly Kuznetsov · 5 years ago
  25. f8ea7c6 x86: kvm: svm: propagate errors from skip_emulated_instruction() by Vitaly Kuznetsov · 5 years ago
  26. 05402f6 x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GP by Vitaly Kuznetsov · 5 years ago
  27. 50896de KVM: x86: always expose VIRT_SSBD to guests by Paolo Bonzini · 5 years ago
  28. c8e174b KVM: x86: svm: remove redundant assignment of var new_entry by Miaohe Lin · 5 years ago
  29. 17e433b KVM: Fix leak vCPU's VMCS value into other pCPU by Wanpeng Li · 5 years ago
  30. d9a710e KVM: X86: Dynamically allocate user_fpu by Wanpeng Li · 5 years ago
  31. 118154b KVM: SVM: Fix detection of AMD Errata 1096 by Liran Alon · 6 years ago
  32. a45ff59 Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  33. d7a0888 KVM: x86: Unconditionally enable irqs in guest context by Sean Christopherson · 6 years ago
  34. d647eb6 KVM: svm: add nrips module parameter by Paolo Bonzini · 6 years ago
  35. 95c5c7c KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST by Paolo Bonzini · 6 years ago
  36. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  37. 95b5a48 KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn by Sean Christopherson · 6 years ago
  38. 165072b KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code by Sean Christopherson · 6 years ago
  39. f257d6d KVM: Directly return result from kvm_arch_check_processor_compat() by Sean Christopherson · 6 years ago
  40. 0532dd5 kvm: svm/avic: Do not send AVIC doorbell to self by Suthikulpanit, Suravee · 6 years ago
  41. b6c4bc6 KVM: LAPIC: Optimize timer latency further by Wanpeng Li · 6 years ago
  42. 8f38302 KVM/nSVM: properly map nested VMCB by Vitaly Kuznetsov · 6 years ago
  43. 6f2f845 KVM: x86: do not spam dmesg with VMCS/VMCB dumps by Paolo Bonzini · 6 years ago
  44. c9bcd3e kvm: svm/avic: fix off-by-one in checking host APIC ID by Suthikulpanit, Suravee · 6 years ago
  45. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  46. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  47. e9c16c7 KVM: x86: use direct accessors for RIP and RSP by Paolo Bonzini · 6 years ago
  48. de3cd11 KVM: x86: Omit caching logic for always-available GPRs by Sean Christopherson · 6 years ago
  49. 8c5fbf1 KVM/nSVM: Use the new mapping API for mapping guest memory by KarimAllah Ahmed · 6 years ago
  50. 9ec1949 KVM: x86: clear SMM flags before loading state while leaving SMM by Sean Christopherson · 6 years ago
  51. ed19321 KVM: x86: Load SMRAM in a single shot when leaving SMM by Sean Christopherson · 6 years ago
  52. 1811d97 x86/kvm: move kvm_load/put_guest_xcr0 into atomic context by WANG Chao · 6 years ago
  53. 99c2217 KVM: x86: svm: make sure NMI is injected after nmi_singlestep by Vitaly Kuznetsov · 6 years ago
  54. e44e3ea svm/avic: Fix invalidate logical APIC id entry by Suthikulpanit, Suravee · 6 years ago
  55. 4a58038 Revert "svm: Fix AVIC incomplete IPI emulation" by Suthikulpanit, Suravee · 6 years ago
  56. b86bc28 KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow by David Rientjes · 6 years ago
  57. ede885e kvm: svm: fix potential get_num_contig_pages overflow by David Rientjes · 6 years ago
  58. 05d5a48 KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation) by Singh, Brijesh · 6 years ago
  59. 1ec6964 kvm: svm: Add memcg accounting to KVM allocations by Ben Gardon · 6 years ago
  60. c57cd3c svm: Fix improper check when deactivate AVIC by Suthikulpanit, Suravee · 6 years ago
  61. 98d9058 svm: Fix AVIC DFR and LDR handling by Suthikulpanit, Suravee · 6 years ago
  62. b2869f2 KVM: x86: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  63. 619ad84 KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1 by Vitaly Kuznetsov · 6 years ago
  64. bb218fb svm: Fix AVIC incomplete IPI emulation by Suravee Suthikulpanit · 6 years ago
  65. 37ef0c4 svm: Add warning message for AVIC IPI invalid target by Suravee Suthikulpanit · 6 years ago
  66. 3f14a89 kvm: sev: Fail KVM_SEV_INIT if already initialized by David Rientjes · 6 years ago
  67. 42b00f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  68. ac5ffda2 KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams by Uros Bizjak · 6 years ago
  69. 86f5201 KVM: x86: Add Intel Processor Trace cpuid emulation by Chao Peng · 6 years ago
  70. e081354 KVM: nSVM: Fix nested guest support for PAUSE filtering. by Tambe, William · 6 years ago
  71. e87555e KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported by Vitaly Kuznetsov · 6 years ago
  72. 3cf85f9 KVM: x86: nSVM: fix switch to guest mmu by Vitaly Kuznetsov · 6 years ago
  73. b666a4b kvm: x86: Dynamically allocate guest_fpu by Marc Orr · 6 years ago
  74. e2e871a x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper by Vitaly Kuznetsov · 6 years ago
  75. b2227dd kvm: svm: remove unused struct definition by Peng Hao · 6 years ago
  76. 45c3af9 KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-mode by Paolo Bonzini · 6 years ago
  77. fd65d31 kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb by Jim Mattson · 7 years ago
  78. 326e742 KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset by Leonid Shatz · 6 years ago
  79. 3051038 svm: Add mutex_lock to protect apic_access_page_done on AMD systems by Wei Wang · 6 years ago
  80. 0d1e8b8 Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  81. 43ce76c KVM/x86: Use 32bit xor to clear registers in svm.c by Uros Bizjak · 6 years ago
  82. da998b4 kvm: x86: Defer setting of CR2 until #PF delivery by Jim Mattson · 6 years ago
  83. 57b119d KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability by Vitaly Kuznetsov · 6 years ago
  84. 44dd3ff x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU by Vitaly Kuznetsov · 6 years ago
  85. 853c110 KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=m by Paolo Bonzini · 6 years ago
  86. d264ee0 KVM: VMX: use preemption timer to force immediate VMExit by Sean Christopherson · 6 years ago
  87. a101c9d63 KVM: SVM: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  88. 0ce97a2 KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction() by Sean Christopherson · 6 years ago
  89. 35be0ad KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation by Sean Christopherson · 6 years ago
  90. 0186ec8 KVM: SVM: remove unused variable dst_vaddr_end by Colin Ian King · 6 years ago
  91. 024d83c KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled by Thomas Gleixner · 6 years ago
  92. faff875 kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg* by Junaid Shahid · 7 years ago
  93. afe828d kvm: x86: Add ability to skip TLB flush when switching CR3 by Junaid Shahid · 7 years ago
  94. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  95. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  96. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  97. 6ac2f49 x86/bugs: Add AMD's SPEC_CTRL MSR usage by Konrad Rzeszutek Wilk · 7 years ago
  98. d1e5b0e kvm: Make VM ioctl do valloc for some archs by Marc Orr · 7 years ago
  99. 86bf20c KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION by Dan Carpenter · 7 years ago
  100. bc226f0 KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD by Tom Lendacky · 7 years ago