1. b96fb43 KVM: nVMX: fixes to nested virt interrupt injection by Paolo Bonzini · 7 years ago
  2. adfe20f KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf by Wanpeng Li · 8 years ago
  3. 1261bfa KVM: async_pf: Add L1 guest async_pf #PF vmexit handler by Wanpeng Li · 8 years ago
  4. cfcd20e KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list by Wanpeng Li · 8 years ago
  5. 89c8a49 KVM: SVM: Enable Virtual VMLOAD VMSAVE feature by Janakarajan Natarajan · 8 years ago
  6. 0dc9211 KVM: SVM: Rename lbr_ctl field in the vmcb control area by Janakarajan Natarajan · 8 years ago
  7. 8a77e90 KVM: SVM: Prepare for new bit definition in lbr_ctl by Janakarajan Natarajan · 8 years ago
  8. b742c1e KVM: SVM: handle singlestep exception when skipping emulated instructions by Ladi Prosek · 8 years ago
  9. c136b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  10. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 8 years ago
  11. 1a5e185 KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exit by Ladi Prosek · 8 years ago
  12. a12713c KVM: SVM: don't NMI singlestep over event injection by Ladi Prosek · 8 years ago
  13. 9b61174 KVM: SVM: hide TF/RF flags used by NMI singlestep by Ladi Prosek · 8 years ago
  14. ab2f4d73 KVM: nSVM: do not forward NMI window singlestep VM exits to L1 by Ladi Prosek · 8 years ago
  15. 4aebd0e KVM: SVM: introduce disable_nmi_singlestep helper by Ladi Prosek · 8 years ago
  16. e9196ce KVM: Tidy the whitespace in nested_svm_check_permissions() by Dan Carpenter · 8 years ago
  17. d9c1b54 KVM: SVM: do not zero out segment attributes if segment is unusable or not present by Roman Pen · 8 years ago
  18. 8eae957 KVM: SVM: ignore type when setting segment registers by Gioh Kim · 8 years ago
  19. d3e7dec KVM: Silence underflow warning in avic_get_physical_id_entry() by Dan Carpenter · 8 years ago
  20. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  21. 668fffa kvm: better MWAIT emulation for guests by Michael S. Tsirkin · 8 years ago
  22. 74f1690 kvm/svm: Setup MCG_CAP on AMD properly by Borislav Petkov · 8 years ago
  23. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  24. 3863dff kvm: fix usage of uninit spinlock in avic_vm_destroy() by Dmitry Vyukov · 8 years ago
  25. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  26. bd7e5b0 KVM: x86: remove code for lazy FPU handling by Paolo Bonzini · 8 years ago
  27. 681bcea KVM: svm: inititalize hash table structures directly by David Hildenbrand · 8 years ago
  28. 76dfafd5 KVM: x86: do not scan IRR twice on APICv vmentry by Paolo Bonzini · 8 years ago
  29. 0f89b20 kvm: svm: Use the hardware provided GPA instead of page walk by Tom Lendacky · 8 years ago
  30. 6affcbe KVM: x86: Add kvm_skip_emulated_instruction and use it. by Kyle Huey · 8 years ago
  31. 6a908b6 KVM: x86: Add a return value to kvm_emulate_cpuid by Kyle Huey · 8 years ago
  32. 8370c3d kvm: svm: Add kvm_fast_pio_in support by Tom Lendacky · 8 years ago
  33. 1472775 kvm: svm: Add support for additional SVM NPF error codes by Tom Lendacky · 8 years ago
  34. ea26e4e KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK by Paolo Bonzini · 8 years ago
  35. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  36. adad0d0 kvm: svm: fix unsigned compare less than zero comparison by Colin Ian King · 8 years ago
  37. 3e3f502 kvm: x86: drop read_tsc_offset() by Luiz Capitulino · 8 years ago
  38. 411b44b svm: Implements update_pi_irte hook to setup posted interrupt by Suravee Suthikulpanit · 8 years ago
  39. 5881f73 svm: Introduce AMD IOMMU avic_ga_log_notifier by Suravee Suthikulpanit · 8 years ago
  40. 5ea11f2 svm: Introduces AVIC per-VM ID by Suravee Suthikulpanit · 8 years ago
  41. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  42. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  43. f2485b3 KVM: x86: use guest_exit_irqoff by Paolo Bonzini · 9 years ago
  44. 5b8abf1 kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC by Suravee Suthikulpanit · 9 years ago
  45. 7d669f5 kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() by Suravee Suthikulpanit · 9 years ago
  46. bb3541f KVM: x86: Fix typos by Andrea Gelmini · 9 years ago
  47. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  48. 5446a97 svm: bitwise vs logical op typo by Dan Carpenter · 9 years ago
  49. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  50. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 9 years ago
  51. 8221c13 svm: Manage vcpu load/unload when enable AVIC by Suravee Suthikulpanit · 9 years ago
  52. 3bbf356 svm: Do not intercept CR8 when enable AVIC by Suravee Suthikulpanit · 9 years ago
  53. 46781ea svm: Do not expose x2APIC when enable AVIC by Suravee Suthikulpanit · 9 years ago
  54. be8ca17 KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore by Suravee Suthikulpanit · 9 years ago
  55. 18f40c5 svm: Add VMEXIT handlers for AVIC by Suravee Suthikulpanit · 9 years ago
  56. 340d3bc svm: Add interrupt injection via AVIC by Suravee Suthikulpanit · 9 years ago
  57. 44a95da KVM: x86: Detect and Initialize AVIC support by Suravee Suthikulpanit · 9 years ago
  58. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 9 years ago
  59. be94f6b KVM, pkeys: add pkeys support for permission_fault by Huaitong Han · 9 years ago
  60. 0d9c055 kvm/x86: Pass return code of kvm_emulate_hypercall by Andrey Smetanin · 9 years ago
  61. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  62. 671d553 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. 8b89fe1 kvm: x86: move tracepoints outside extended quiescent state by Paolo Bonzini · 9 years ago
  64. 46896c7 KVM: svm: add support for RDTSCP by Paolo Bonzini · 9 years ago
  65. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 9 years ago
  66. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 9 years ago
  67. ae8b787 x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR by Borislav Petkov · 9 years ago
  68. a96036b KVM: x86: rename update_db_bp_intercept to update_bp_intercept by Paolo Bonzini · 9 years ago
  69. cbdb967 KVM: svm: unconditionally intercept #DB by Paolo Bonzini · 9 years ago
  70. 54a2055 KVM: x86: work around infinite loop in microcode when #AC is delivered by Eric Northup · 9 years ago
  71. 4ba7653 KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() by Haozhong Zhang · 9 years ago
  72. 58ea676 KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() by Haozhong Zhang · 9 years ago
  73. 07c1419 KVM: x86: Replace call-back compute_tsc_offset() with a common function by Haozhong Zhang · 9 years ago
  74. 381d585 KVM: x86: Replace call-back set_tsc_khz() with a common function by Haozhong Zhang · 9 years ago
  75. 35181e8 KVM: x86: Add a common TSC scaling function by Haozhong Zhang · 9 years ago
  76. ad721883 KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch by Haozhong Zhang · 9 years ago
  77. bc9b961 KVM: x86: Collect information for setting TSC scaling ratio by Haozhong Zhang · 9 years ago
  78. 5690891 kvm: x86: zero EFER on INIT by Paolo Bonzini · 9 years ago
  79. 6092d3d kvm: svm: Only propagate next_rip when guest supports it by Joerg Roedel · 9 years ago
  80. 4ca7dd8 KVM: x86: unify handling of interrupt window by Paolo Bonzini · 9 years ago
  81. 35754c9 KVM: x86: introduce lapic_in_kernel by Paolo Bonzini · 9 years ago
  82. d50ab6c KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv by Paolo Bonzini · 9 years ago
  83. 3bb345f KVM: x86: store IOAPIC-handled vectors in each VCPU by Paolo Bonzini · 9 years ago
  84. d292242 Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS by Dirk Müller · 9 years ago
  85. fc07e76 Revert "KVM: SVM: use NPT page attributes" by Paolo Bonzini · 9 years ago
  86. bcf166a Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask" by Paolo Bonzini · 9 years ago
  87. 625422f Revert "KVM: SVM: Sync g_pat with guest-written PAT value" by Paolo Bonzini · 9 years ago
  88. 606decd Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages" by Paolo Bonzini · 9 years ago
  89. 79a8059 KVM: svm: do not call kvm_set_cr0 from init_vmcb by Paolo Bonzini · 9 years ago
  90. ebae871 kvm: svm: reset mmu on VCPU reset by Igor Mammedov · 9 years ago
  91. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. c258b62 KVM: MMU: introduce the framework to check zero bits on sptes by Xiao Guangrong · 9 years ago
  93. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  94. 5492830 KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask by Paolo Bonzini · 10 years ago
  95. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 10 years ago
  96. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 10 years ago
  97. fd717f1 KVM: x86: apply guest MTRR virtualization on host reserved pages by Paolo Bonzini · 10 years ago
  98. e098223 KVM: SVM: Sync g_pat with guest-written PAT value by Jan Kiszka · 10 years ago
  99. 3c2e7f7 KVM: SVM: use NPT page attributes by Paolo Bonzini · 10 years ago
  100. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 10 years ago