1. 75465e7 kvm: fix page struct leak in handle_vmon by Paolo Bonzini · 8 years ago
  2. 3e8c6bd KVM: x86: cleanup the page tracking SRCU instance by Paolo Bonzini · 7 years ago
  3. 7c3bab1 KVM: VMX: use correct vmcs_read/write for guest segment selector/base by Chao Peng · 8 years ago
  4. 0dcbd0a KVM: x86: do not save guest-unsupported XSAVE state by Radim Krčmář · 8 years ago
  5. 736e77c0 KVM: x86: Introduce segmented_write_std by Steve Rutherford · 8 years ago
  6. 83fedbb KVM: x86: emulate FXSAVE and FXRSTOR by Radim Krčmář · 8 years ago
  7. aae8f34 KVM: x86: add asm_safe wrapper by Radim Krčmář · 8 years ago
  8. bc5e131 KVM: x86: add Align16 instruction flag by Radim Krčmář · 8 years ago
  9. 90f70fc KVM: x86: fix NULL deref in vcpu_scan_ioapic by Wanpeng Li · 8 years ago
  10. 5ed21cc KVM: x86: flush pending lapic jump label updates on module unload by David Matlack · 8 years ago
  11. 7718ffc KVM: x86: fix emulation of "MOV SS, null selector" by Paolo Bonzini · 8 years ago
  12. f39969a KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS by Xiao Guangrong · 8 years ago
  13. 3f618a0 kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF) by Jim Mattson · 8 years ago
  14. df49289 KVM: x86: check for pic and ioapic presence before use by Radim Krčmář · 8 years ago
  15. 81cdb25 KVM: x86: fix out-of-bounds accesses of rtc_eoi map by Radim Krčmář · 8 years ago
  16. 2117d53 KVM: x86: drop error recovery in em_jmp_far and em_ret_far by Radim Krčmář · 8 years ago
  17. 444fdad KVM: x86: fix out-of-bounds access in lapic by Radim Krčmář · 8 years ago
  18. a2b0773 kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic by Paolo Bonzini · 8 years ago
  19. 7301d6a KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr by Paolo Bonzini · 8 years ago
  20. e3fd9a9 kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use by Paolo Bonzini · 8 years ago
  21. 1650b4e KVM: Disable irq while unregistering user notifier by Ignacio Alvarado · 8 years ago
  22. 8b95344 KVM: x86: do not go through vcpu in __get_kvmclock_ns by Paolo Bonzini · 8 years ago
  23. d9092f5 kvm: x86: Check memopp before dereference (CVE-2016-8630) by Owen Hofmann · 8 years ago
  24. 355f4fb kvm: nVMX: VMCLEAR an active shadow VMCS after last use by Jim Mattson · 8 years ago
  25. ea26e4e KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK by Paolo Bonzini · 8 years ago
  26. bd768e1 KVM: x86: fix wbinvd_dirty_mask use-after-free by Ido Yariv · 8 years ago
  27. 796f468 kvm/x86: Show WRMSR data is in hex by Borislav Petkov · 8 years ago
  28. 85c856b kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types by Jim Mattson · 8 years ago
  29. 8678654 kvm: x86: memset whole irq_eoi by Jiri Slaby · 8 years ago
  30. 758f588 kvm/x86: Fix unused variable warning in kvm_timer_init() by Borislav Petkov · 8 years ago
  31. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  32. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  33. c5a6d5f KVM: nVMX: Fix the NMI IDT-vectoring handling by Wanpeng Li · 8 years ago
  34. f6e90f9 KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactive by Wanpeng Li · 8 years ago
  35. c83b6d1 KVM: nVMX: Fix reload apic access page warning by Wanpeng Li · 8 years ago
  36. adad0d0 kvm: svm: fix unsigned compare less than zero comparison by Colin Ian King · 8 years ago
  37. 095cf55 KVM: x86: Hyper-V tsc page setup by Paolo Bonzini · 9 years ago
  38. 108b249 KVM: x86: introduce get_kvmclock_ns by Paolo Bonzini · 8 years ago
  39. 67198ac KVM: x86: initialize kvmclock_offset by Paolo Bonzini · 8 years ago
  40. 0d6dd2f KVM: x86: always fill in vcpu->arch.hv_clock by Paolo Bonzini · 8 years ago
  41. b2c16e1 Merge branch 'linus' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  42. 3286be9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. 4f5758f kvm: x86: export TSC information to user-space by Luiz Capitulino · 8 years ago
  44. 235539b kvm: add stubs for arch specific debugfs support by Luiz Capitulino · 8 years ago
  45. 3e3f502 kvm: x86: drop read_tsc_offset() by Luiz Capitulino · 8 years ago
  46. a545ab6 kvm: x86: add tsc_offset field to struct kvm_vcpu_arch by Luiz Capitulino · 8 years ago
  47. 080fe0b perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2 by Matt Fleming · 8 years ago
  48. b0eaf45 kvm: x86: correctly reset dest_map->vector when restoring LAPIC state by Paolo Bonzini · 8 years ago
  49. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  50. 411b44b svm: Implements update_pi_irte hook to setup posted interrupt by Suravee Suthikulpanit · 8 years ago
  51. 5881f73 svm: Introduce AMD IOMMU avic_ga_log_notifier by Suravee Suthikulpanit · 8 years ago
  52. 5ea11f2 svm: Introduces AVIC per-VM ID by Suravee Suthikulpanit · 8 years ago
  53. 9ac7e3e KVM: nVMX: expose INS/OUTS information support by Jan Dakinevich · 8 years ago
  54. 16cb025 KVM: VMX: not use vmcs_config in setup_vmcs_config by Paolo Bonzini · 8 years ago
  55. 1a69823 KVM: x86: remove stale comments by Paolo Bonzini · 8 years ago
  56. bbe41b9 KVM: x86: ratelimit and decrease severity for guest-triggered printk by Paolo Bonzini · 8 years ago
  57. 119a9c0 KVM: nVMX: pass valid guest linear-address to the L1 by Jan Dakinevich · 8 years ago
  58. f15a75e KVM: nVMX: make emulated nested preemption timer pinned by Wanpeng Li · 8 years ago
  59. 72e0ae5 vmx: refine validity check for guest linear address by Liang Li · 8 years ago
  60. e12c8f3 KVM: lapic: adjust preemption timer correctly when goes TSC backward by Wanpeng Li · 8 years ago
  61. 8e3562f KVM: x86: Expose more Intel AVX512 feature to guest by Luwei Kang · 8 years ago
  62. c4f138b mmu: don't pass *kvm to spte_write_protect and spte_*_dirty by Bandan Das · 8 years ago
  63. 187ca84 KVM: lapic: don't recalculate apic map table twice when enabling LAPIC by Wanpeng Li · 8 years ago
  64. c95ba92 kvm: nVMX: fix nested tsc scaling by Peter Feiner · 8 years ago
  65. dccbfcf KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write by Radim Krčmář · 8 years ago
  66. d048c09 KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC by Radim Krčmář · 8 years ago
  67. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  68. 45e1181 nvmx: mark ept single context invalidation as supported by Bandan Das · 8 years ago
  69. 03331b4 nvmx: remove comment about missing nested vpid support by Bandan Das · 8 years ago
  70. 9100530 KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off by Wanpeng Li · 8 years ago
  71. 6f49b2f Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 8 years ago
  72. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  73. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. b80c76e KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLD by Jim Mattson · 8 years ago
  75. 4f2777b kvm: x86: nVMX: maintain internal copy of current VMCS by David Matlack · 8 years ago
  76. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  78. 85802a4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  79. 0606263 Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  80. dfa169b Revert "KVM: x86: add pcommit support" by Dan Williams · 8 years ago
  81. d9565a7 KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific header by Eric Auger · 8 years ago
  82. b244c9f KVM: VMX: handle PML full VMEXIT that occurs during event delivery by Cao, Lei · 8 years ago
  83. 6a907cd Revert "KVM: SVM: fix trashing of MSR_TSC_AUX" by Radim Krčmář · 8 years ago
  84. 251a5fd x86/kvm/kvmclock: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  85. 162e52a KVM/x86: Remove superfluous SMP function call by Anna-Maria Gleixner · 8 years ago
  86. 2b23c3a KVM: SVM: do not set MSR_TSC_AUX on 32-bit builds by Paolo Bonzini · 8 years ago
  87. 2f1fe81 KVM: nVMX: Fix memory corruption when using VMCS shadowing by Jim Mattson · 8 years ago
  88. 4e59516 kvm: vmx: ensure VMCS is current while enabling PML by Peter Feiner · 8 years ago
  89. 9770404 KVM: SVM: fix trashing of MSR_TSC_AUX by Paolo Bonzini · 8 years ago
  90. 1767e93 x86/kvm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  91. af1bae5 KVM: x86: bump KVM_MAX_VCPU_ID to 1023 by Radim Krčmář · 8 years ago
  92. c519265 KVM: x86: add a flag to disable KVM x2apic broadcast quirk by Radim Krčmář · 8 years ago
  93. 37131313 KVM: x86: add KVM_CAP_X2APIC_API by Radim Krčmář · 8 years ago
  94. c63cf53 KVM: pass struct kvm to kvm_set_routing_entry by Radim Krčmář · 8 years ago
  95. 4d8e772 KVM: x86: reset lapic base in kvm_lapic_reset by Radim Krčmář · 8 years ago
  96. c93de59 KVM: VMX: optimize APIC ID read with APICv by Radim Krčmář · 8 years ago
  97. 49bd29b KVM: x86: reset APIC ID when enabling LAPIC by Radim Krčmář · 8 years ago
  98. a92e254 KVM: x86: use hardware-compatible format for APIC ID register by Radim Krčmář · 8 years ago
  99. 3159d36 KVM: x86: use generic function for MSI parsing by Radim Krčmář · 8 years ago
  100. 0ca52e7 KVM: x86: dynamic kvm_apic_map by Radim Krčmář · 8 years ago