1. 69c9dfa KVM: nSVM: move map argument out of enter_svm_guest_mode by Paolo Bonzini · 4 years, 8 months ago
  2. df7e068 KVM: nVMX: always update CR3 in VMCS by Paolo Bonzini · 4 years, 7 months ago
  3. 978ce58 KVM: SVM: always update CR3 in VMCB by Paolo Bonzini · 4 years, 7 months ago
  4. 5b672408 KVM: nSVM: correctly inject INIT vmexits by Paolo Bonzini · 4 years, 8 months ago
  5. bd27962 KVM: nSVM: remove exit_required by Paolo Bonzini · 4 years, 8 months ago
  6. 7c86663 KVM: nSVM: inject exceptions via svm_check_nested_events by Paolo Bonzini · 4 years, 8 months ago
  7. c9d4091 KVM: x86: enable event window in inject_pending_event by Paolo Bonzini · 4 years, 7 months ago
  8. c6b22f5 KVM: x86: track manually whether an event has been injected by Paolo Bonzini · 4 years, 7 months ago
  9. b6162e8 KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit() by Vitaly Kuznetsov · 4 years, 7 months ago
  10. 7d2e874 KVM: x86: Initialize tdp_level during vCPU creation by Sean Christopherson · 4 years, 7 months ago
  11. 6c0238c KVM: nSVM: leave ASID aside in copy_vmcb_control_area by Paolo Bonzini · 4 years, 7 months ago
  12. a3535be KVM: nSVM: fix condition for filtering async PF by Paolo Bonzini · 4 years, 8 months ago
  13. 88197e6 kvm/x86: Remove redundant function implementations by 彭浩(Richard) · 4 years, 7 months ago
  14. 80bc97f KVM: Fix the indentation to match coding style by Haiwei Li · 4 years, 7 months ago
  15. a8cfbae KVM: VMX: replace "fall through" with "return" to indicate different case by Miaohe Lin · 4 years, 10 months ago
  16. cb97c2d KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index by Sean Christopherson · 4 years, 10 months ago
  17. 7cb85fc KVM: x86: Remove superfluous brackets from case statement by Sean Christopherson · 4 years, 10 months ago
  18. df2a69a KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags by Paolo Bonzini · 4 years, 7 months ago
  19. 7529e767 Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 4 years, 7 months ago
  20. 4c7ccc3 Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 7 months ago
  21. e7581ca KVM: x86: simplify is_mmio_spte by Paolo Bonzini · 4 years, 7 months ago
  22. f4cfcd2 KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally by Maxim Levitsky · 4 years, 7 months ago
  23. 0abcc8f KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities by Maxim Levitsky · 4 years, 7 months ago
  24. 6129ed8 KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated by Sean Christopherson · 4 years, 7 months ago
  25. 9d5272f Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 4 years, 7 months ago
  26. febd668 rcuwait: avoid lockdep splats from rcuwait_active() by Paolo Bonzini · 4 years, 7 months ago
  27. 3a7c8fa x86/kvm: Restrict ASYNC_PF to user space by Thomas Gleixner · 4 years, 8 months ago
  28. 6bca69a x86/kvm: Sanitize kvm_async_pf_task_wait() by Thomas Gleixner · 4 years, 10 months ago
  29. ef68017 x86/kvm: Handle async page faults directly through do_page_fault() by Andy Lutomirski · 4 years, 10 months ago
  30. af1e56b context_tracking: Make guest_enter/exit() .noinstr ready by Thomas Gleixner · 4 years, 9 months ago
  31. c86e9b9 lockdep: Prepare for noinstr sections by Peter Zijlstra · 4 years, 10 months ago
  32. 0995a5d tracing: Provide lockdep less trace_hardirqs_on/off() variants by Thomas Gleixner · 4 years, 10 months ago
  33. 6553896 vmlinux.lds.h: Create section for protection against instrumentation by Thomas Gleixner · 4 years, 10 months ago
  34. d43e267 KVM: x86: only do L1TF workaround on affected processors by Paolo Bonzini · 4 years, 7 months ago
  35. c4e0e4ab KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce by Jim Mattson · 4 years, 8 months ago
  36. f6bfd9c Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
  37. cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
  38. 93dff2f KVM: nVMX: Migrate the VMX-preemption timer by Jim Mattson · 4 years, 8 months ago
  39. ada0098 KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute by Jim Mattson · 4 years, 8 months ago
  40. 1739f3d KVM: nVMX: Really make emulated nested preemption timer pinned by Jim Mattson · 4 years, 8 months ago
  41. 6c1c6e5 KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup() by Sean Christopherson · 4 years, 8 months ago
  42. de18248 KVM: SVM: Remove unnecessary V_IRQ unsetting by Suravee Suthikulpanit · 4 years, 8 months ago
  43. e14b778 KVM: SVM: Merge svm_enable_vintr into svm_set_vintr by Suravee Suthikulpanit · 4 years, 8 months ago
  44. 26efe2f KVM: VMX: Handle preemption timer fastpath by Wanpeng Li · 4 years, 8 months ago
  45. ae95f56 KVM: X86: TSCDEADLINE MSR emulation fastpath by Wanpeng Li · 4 years, 8 months ago
  46. 199a8b8 KVM: x86: introduce kvm_can_use_hv_timer by Paolo Bonzini · 4 years, 8 months ago
  47. 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 8 months ago
  48. 404d5d7 KVM: X86: Introduce more exit_fastpath_completion enum values by Wanpeng Li · 4 years, 8 months ago
  49. 5a9f544 KVM: X86: Introduce kvm_vcpu_exit_request() helper by Wanpeng Li · 4 years, 8 months ago
  50. 2c4c413 KVM: x86: Print symbolic names of VMX VM-Exit flags in traces by Sean Christopherson · 4 years, 8 months ago
  51. dcf068d KVM: VMX: Introduce generic fastpath handler by Wanpeng Li · 4 years, 8 months ago
  52. 9e826fe KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_* by Sean Christopherson · 4 years, 8 months ago
  53. 2408500 KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPU by Sean Christopherson · 4 years, 8 months ago
  54. 551896e KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly by Uros Bizjak · 4 years, 8 months ago
  55. 62315b6 KVM: Documentation: Fix up cpuid page by Peter Xu · 4 years, 9 months ago
  56. 0fd4604 KVM: X86: Sanity check on gfn before removal by Peter Xu · 4 years, 9 months ago
  57. 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 9 months ago
  58. dd03bca KVM: X86: Force ASYNC_PF_PER_VCPU to be power of two by Peter Xu · 4 years, 9 months ago
  59. c16312f KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction by Uros Bizjak · 4 years, 8 months ago
  60. 8123f26 KVM: x86/mmu: Add a helper to consolidate root sp allocation by Sean Christopherson · 4 years, 8 months ago
  61. 3bae045 KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums by Sean Christopherson · 4 years, 8 months ago
  62. e662ec3 KVM: x86/mmu: Move max hugepage level to a separate #define by Sean Christopherson · 4 years, 8 months ago
  63. b2f432f KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum by Sean Christopherson · 4 years, 8 months ago
  64. a71936ab kvm: x86: Cleanup vcpu->arch.guest_xstate_size by Xiaoyao Li · 4 years, 8 months ago
  65. 68cda40 KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure by Sean Christopherson · 4 years, 8 months ago
  66. e93fd3b KVM: x86/mmu: Capture TDP level when updating CPUID by Sean Christopherson · 4 years, 8 months ago
  67. 0047fca KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook by Sean Christopherson · 4 years, 8 months ago
  68. bd31fe4 KVM: VMX: Add proper cache tracking for CR0 by Sean Christopherson · 4 years, 8 months ago
  69. f98c1e7 KVM: VMX: Add proper cache tracking for CR4 by Sean Christopherson · 4 years, 8 months ago
  70. 0cc6920 KVM: nVMX: Unconditionally validate CR3 during nested transitions by Sean Christopherson · 4 years, 8 months ago
  71. 56ba77a KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch' by Sean Christopherson · 4 years, 8 months ago
  72. 1af1bb0 KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 8 months ago
  73. 5c911be KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 8 months ago
  74. f27ad73 KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception by Sean Christopherson · 4 years, 8 months ago
  75. fede807 KVM: x86: handle wrap around 32-bit address space by Paolo Bonzini · 4 years, 8 months ago
  76. c4e115f kvm/eventfd: remove unneeded conversion to bool by Jason Yan · 4 years, 8 months ago
  77. da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
  78. 191a43b rcuwait: Introduce rcuwait_active() by Davidlohr Bueso · 4 years, 8 months ago
  79. 5c21f7b rcuwait: Introduce prepare_to and finish_rcuwait by Davidlohr Bueso · 4 years, 8 months ago
  80. 9d9a6eb rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken by Davidlohr Bueso · 4 years, 8 months ago
  81. c9d64a1 rcuwait: Fix stale wake call name in comment by Davidlohr Bueso · 4 years, 8 months ago
  82. c300ab9 KVM: x86: Replace late check_nested_events() hack with more precise fix by Paolo Bonzini · 4 years, 8 months ago
  83. 7ab0abd KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked() by Sean Christopherson · 4 years, 8 months ago
  84. db43859 KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit() by Sean Christopherson · 4 years, 8 months ago
  85. 3b82b8d KVM: x86: WARN on injected+pending exception even in nested case by Sean Christopherson · 4 years, 8 months ago
  86. 221e761 KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior by Paolo Bonzini · 4 years, 8 months ago
  87. fc6f7c0 KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set by Paolo Bonzini · 4 years, 8 months ago
  88. 1cd2f0b KVM: nVMX: Prioritize SMI over nested IRQ/NMI by Sean Christopherson · 4 years, 8 months ago
  89. 15ff0b4 KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior by Sean Christopherson · 4 years, 8 months ago
  90. cae96af KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks by Paolo Bonzini · 4 years, 8 months ago
  91. 1b660b6 KVM: VMX: Split out architectural interrupt/NMI blocking checks by Sean Christopherson · 4 years, 8 months ago
  92. 55714cd KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events() by Paolo Bonzini · 4 years, 8 months ago
  93. bbdad0b KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set by Paolo Bonzini · 4 years, 8 months ago
  94. 429ab57 KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set by Sean Christopherson · 4 years, 8 months ago
  95. a9fa7cb KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed by Paolo Bonzini · 4 years, 8 months ago
  96. 88c604b KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int by Sean Christopherson · 4 years, 8 months ago
  97. 8081ad0 KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set by Sean Christopherson · 4 years, 8 months ago
  98. d2060bd KVM: nVMX: Open a window for pending nested VMX preemption timer by Sean Christopherson · 4 years, 8 months ago
  99. 6ce347a KVM: nVMX: Preserve exception priority irrespective of exiting behavior by Sean Christopherson · 4 years, 8 months ago
  100. 9c3d370 KVM: SVM: Implement check_nested_events for NMI by Cathy Avery · 4 years, 9 months ago