1. 1d4e7e3 kvm: x86: increase user memory slots to 509 by Igor Mammedov · 10 years ago
  2. 9d88fca KVM: x86: MOV to CR3 can set bit 63 by Nadav Amit · 10 years ago
  3. 82b3277 KVM: x86: Breakpoints do not consider CS.base by Nadav Amit · 10 years ago
  4. 16f8a6f KVM: vmx: Unavailable DR4/5 is checked before CPL by Nadav Amit · 10 years ago
  5. 394457a KVM: x86: some apic broadcast modes does not work by Nadav Amit · 10 years ago
  6. 8b3c310 KVM: x86: Prevent host from panicking on shared MSR writes. by Andy Honig · 10 years ago
  7. 854e8bb KVM: x86: Check non-canonical addresses upon WRMSR by Nadav Amit · 10 years ago
  8. c24ae0d kvm: x86: Unpin and remove kvm_arch->apic_access_page by Tang Chen · 10 years ago
  9. 4256f43 kvm: x86: Add request bit to reload APIC access page address by Tang Chen · 10 years ago
  10. fe71557 kvm: Add arch specific mmu notifier for page invalidation by Tang Chen · 10 years ago
  11. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  12. 77c3913 KVM: x86: directly use kvm_make_request again by Liang Chen · 10 years ago
  13. a255d47 kvm: Remove ept_identity_pagetable from struct kvm_arch. by Tang Chen · 10 years ago
  14. 54987b7 KVM: x86: propagate exception from permission checks on the nested page fault by Paolo Bonzini · 10 years ago
  15. ef54bcf KVM: x86: skip writeback on injection of nested exception by Paolo Bonzini · 10 years ago
  16. 56f17dd kvm: x86: fix stale mmio cache bug by David Matlack · 10 years ago
  17. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  18. 6564730 KVM: forward declare structs in kvm_types.h by Paolo Bonzini · 10 years ago
  19. ae97a3b KVM: x86: introduce sched_in to kvm_x86_ops by Radim Krčmář · 10 years ago
  20. 4473b57 KVM: x86: drop fpu_activate hook by Wanpeng Li · 10 years ago
  21. 0d234da Revert "KVM: x86: Increase the number of fixed MTRR regs to 10" by Paolo Bonzini · 10 years ago
  22. 8533ce7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  23. 6f43ed0 KVM: x86: DR6/7.RTM cannot be written by Nadav Amit · 10 years ago
  24. 37ccdcb KVM: x86: return all bits from get_interrupt_shadow by Paolo Bonzini · 11 years ago
  25. 0d3da0d KVM: x86: fix TSC matching by Tomasz Grabiec · 11 years ago
  26. 7cb060a KVM: x86: preserve the high 32-bits of the PAT register by Paolo Bonzini · 11 years ago
  27. 682367c KVM: x86: Increase the number of fixed MTRR regs to 10 by Nadav Amit · 11 years ago
  28. 67f4d42 KVM: x86: rdpmc emulation checks the counter incorrectly by Nadav Amit · 11 years ago
  29. ae9fedc KVM: x86: get CPL from SS.DPL by Paolo Bonzini · 11 years ago
  30. 346874c KVM: x86: Fix CR3 reserved bits by Nadav Amit · 11 years ago
  31. 56d6efc KVM: Remove SMAP bit from CR4_RESERVED_BITS by Feng Wu · 11 years ago
  32. c77fb5f KVM: x86: Allow the guest to run with dirty debug registers by Paolo Bonzini · 11 years ago
  33. 360b948 KVM: x86: change vcpu->arch.switch_db_regs to a bit mask by Paolo Bonzini · 11 years ago
  34. c9a7953 KVM: x86: Remove return code from enable_irq/nmi_window by Jan Kiszka · 11 years ago
  35. b6b8a14 KVM: nVMX: Rework interception of IRQs and NMIs by Jan Kiszka · 11 years ago
  36. 332967a x86: kvm: introduce periodic global clock updates by Andrew Jones · 11 years ago
  37. 7e44e44 x86: kvm: rate-limit global clock updates by Andrew Jones · 11 years ago
  38. da8999d KVM: x86: Intel MPX vmx and msr handle by Liu, Jinsong · 11 years ago
  39. 4f34d68 KVM: x86: remove unused last_kernel_ns variable by Marcelo Tosatti · 11 years ago
  40. 73aaf249e KVM: SVM: Fix reading of DR6 by Jan Kiszka · 11 years ago
  41. e984097 add support for Hyper-V reference time counter by Vadim Rozenfeld · 11 years ago
  42. a890b6f kvm: Delete prototype for non-existent function kvm_check_iopl by Josh Triplett · 11 years ago
  43. 35a5121 kvm: Delete prototype for non-existent function complete_pio by Josh Triplett · 11 years ago
  44. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  45. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  46. 6d9d41e KVM: Move gfn_to_index to x86 specific code by Christoffer Dall · 11 years ago
  47. 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
  48. d8d173d KVM: mmu: remove uninteresting MMU "new_cr3" callbacks by Paolo Bonzini · 11 years ago
  49. 2062609 KVM: mmu: remove uninteresting MMU "free" callbacks by Paolo Bonzini · 11 years ago
  50. 4344ee9 KVM: x86: only copy XSAVE state for the supported features by Paolo Bonzini · 11 years ago
  51. d7876f1 KVM: x86: prevent setting unsupported XSAVE states by Paolo Bonzini · 11 years ago
  52. 6aef266 kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks by Srivatsa Vaddagiri · 11 years ago
  53. 25d9208 nEPT: Add nEPT violation/misconfigration support by Yang Zhang · 11 years ago
  54. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 12 years ago
  55. 103af0a perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5 by Andi Kleen · 11 years ago
  56. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  57. f6f8ade KVM: MMU: document fast invalidate all pages by Xiao Guangrong · 12 years ago
  58. 0cbf8e4 KVM: MMU: document write_flooding_count by Xiao Guangrong · 12 years ago
  59. accaefe KVM: MMU: document clear_spte_count by Xiao Guangrong · 12 years ago
  60. a8eca9d KVM: MMU: drop kvm_mmu_zap_mmio_sptes by Xiao Guangrong · 12 years ago
  61. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 12 years ago
  62. afcbf13 x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE by H. Peter Anvin · 12 years ago
  63. 365c886 KVM: MMU: reclaim the zapped-obsolete page first by Xiao Guangrong · 12 years ago
  64. 5304b8d KVM: MMU: fast invalidate all pages by Xiao Guangrong · 12 years ago
  65. 03b28f8 KVM: x86: Account for failing enable_irq_window for NMI window request by Jan Kiszka · 12 years ago
  66. cbf6435 KVM: x86: Increase the "hard" max VCPU limit by Chegu Vinod · 12 years ago
  67. 064d1af Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue by Gleb Natapov · 12 years ago
  68. 730dca4 KVM: x86: Rework request for immediate exit by Jan Kiszka · 12 years ago
  69. 8175e5b KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS by Alexander Graf · 12 years ago
  70. 384bb78 KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER by Jan Kiszka · 12 years ago
  71. a20ed54 KVM: VMX: Add the deliver posted interrupt algorithm by Yang Zhang · 12 years ago
  72. a547c6d KVM: VMX: Enable acknowledge interupt on vmexit by Yang Zhang · 12 years ago
  73. 991eebf KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state by Gleb Natapov · 12 years ago
  74. 8b415dc KVM: Move kvm_rebooting declaration out of x86 by Geoff Levand · 12 years ago
  75. fc1b749 KVM: Move vm_list kvm_lock declarations out of x86 by Geoff Levand · 12 years ago
  76. afd80d8 pmu: prepare for migration support by Paolo Bonzini · 12 years ago
  77. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  78. 0b79459 KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) by Andy Honig · 12 years ago
  79. 982b339 KVM: x86: Optimize mmio spte zapping when creating/moving memslot by Takuya Yoshikawa · 12 years ago
  80. 95b0430 KVM: MMU: Mark sp mmio cached when creating mmio spte by Takuya Yoshikawa · 12 years ago
  81. 66450a2 KVM: x86: Rework INIT and SIPI handling by Jan Kiszka · 12 years ago
  82. 57f252f KVM: x86: Drop unused return code from VCPU reset callback by Jan Kiszka · 12 years ago
  83. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 12 years ago
  84. 8d14695 x86, apicv: add virtual x2apic support by Yang Zhang · 12 years ago
  85. 93c05d3 KVM: x86: improve reexecute_instruction by Xiao Guangrong · 12 years ago
  86. e12091c KVM: Remove unused slot_bitmap from kvm_mmu_page by Takuya Yoshikawa · 12 years ago
  87. 0f888f5 KVM: Increase user memory slots on x86 to 125 by Alex Williamson · 12 years ago
  88. 0743247 KVM: Make KVM_PRIVATE_MEM_SLOTS optional by Alex Williamson · 12 years ago
  89. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  90. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 12 years ago
  91. 8fe8ab4 KVM: x86: Add code to track call origin for msr assignment by Will Auld · 12 years ago
  92. b48aa97 KVM: x86: require matched TSC offsets for master clock by Marcelo Tosatti · 12 years ago
  93. d828199 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag by Marcelo Tosatti · 12 years ago
  94. 886b470 KVM: x86: pass host_tsc to read_l1_tsc by Marcelo Tosatti · 12 years ago
  95. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  96. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  97. 26bf264 KVM: x86: Export svm/vmx exit code and vector code to userspace by Xiao Guangrong · 12 years ago
  98. 1e08ec4 KVM: optimize apic interrupt delivery by Gleb Natapov · 12 years ago
  99. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 12 years ago
  100. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago