1. b6b8a14 KVM: nVMX: Rework interception of IRQs and NMIs by Jan Kiszka · 11 years ago
  2. 1c2af49 Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-next by Paolo Bonzini · 11 years ago
  3. 332967a x86: kvm: introduce periodic global clock updates by Andrew Jones · 11 years ago
  4. 7e44e44 x86: kvm: rate-limit global clock updates by Andrew Jones · 11 years ago
  5. a08d3b3 kvm: x86: fix emulator buffer overflow (CVE-2014-0049) by Andrew Honig · 11 years ago
  6. 684851a KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEX by Takuya Yoshikawa · 11 years ago
  7. d371401 KVM: x86: emulator_cmpxchg_emulated should mark_page_dirty by Marcelo Tosatti · 11 years ago
  8. 390bd52 KVM: x86: Enable Intel MPX for guest by Liu, Jinsong · 11 years ago
  9. 0dd376e KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save by Liu, Jinsong · 11 years ago
  10. 56c103e KVM: x86: Fix xsave cpuid exposing bug by Liu, Jinsong · 11 years ago
  11. 4f34d68 KVM: x86: remove unused last_kernel_ns variable by Marcelo Tosatti · 11 years ago
  12. 5f66b62 kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef by Paolo Bonzini · 11 years ago
  13. 58cb628 KVM: x86: Validate guest writes to MSR_IA32_APICBASE by Jan Kiszka · 11 years ago
  14. b3af1e8 KVM: x86: mark hyper-v vapic assist page as dirty by Vadim Rozenfeld · 11 years ago
  15. b94b64c KVM: x86: mark hyper-v hypercall page as dirty by Vadim Rozenfeld · 11 years ago
  16. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  17. 73aaf249e KVM: SVM: Fix reading of DR6 by Jan Kiszka · 11 years ago
  18. 9926c9f KVM: x86: Sync DR7 on KVM_SET_DEBUGREGS by Jan Kiszka · 11 years ago
  19. e984097 add support for Hyper-V reference time counter by Vadim Rozenfeld · 11 years ago
  20. aab6d7c KVM: remove useless write to vcpu->hv_clock.tsc_timestamp by Paolo Bonzini · 11 years ago
  21. f25e656 KVM: x86: fix tsc catchup issue with tsc scaling by Marcelo Tosatti · 11 years ago
  22. 9ed96e8 KVM: x86: limit PIT timer frequency by Marcelo Tosatti · 11 years ago
  23. 9357d93 KVM: x86: Add comment on vcpu_enter_guest()'s return value by Takuya Yoshikawa · 11 years ago
  24. c08ac06 KVM: Use cond_resched() directly and remove useless kvm_resched() by Takuya Yoshikawa · 11 years ago
  25. fda4e2e KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) by Andy Honig · 11 years ago
  26. 01b7191 kvm: optimize out smp_mb after srcu_read_unlock by Michael S. Tsirkin · 11 years ago
  27. 95f328d Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
  28. c67a04c KVM: x86: fix KVM_SET_XCRS loop by Paolo Bonzini · 11 years ago
  29. 46c34cb KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE by Paolo Bonzini · 11 years ago
  30. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  31. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  32. b51e974 kvm, emulator: Rename VendorSpecific flag by Borislav Petkov · 11 years ago
  33. 1ce19dc kvm, emulator: Use opcode length by Borislav Petkov · 11 years ago
  34. 9c15bb1 kvm: Add KVM_GET_EMULATED_CPUID by Borislav Petkov · 11 years ago
  35. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  36. f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
  37. 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
  38. d8d173d KVM: mmu: remove uninteresting MMU "new_cr3" callbacks by Paolo Bonzini · 11 years ago
  39. 4344ee9 KVM: x86: only copy XSAVE state for the supported features by Paolo Bonzini · 11 years ago
  40. d7876f1 KVM: x86: prevent setting unsupported XSAVE states by Paolo Bonzini · 11 years ago
  41. 2f303b7 KVM: Convert kvm_lock back to non-raw spinlock by Paolo Bonzini · 11 years ago
  42. 2e762ff KVM: x86: update masterclock when kvmclock_offset is calculated (v2) by Marcelo Tosatti · 11 years ago
  43. 0912c97 KVM: x86: add comments where MMIO does not return to the emulator by Paolo Bonzini · 11 years ago
  44. 24d2166 kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic by Raghavendra K T · 11 years ago
  45. 6aef266 kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks by Srivatsa Vaddagiri · 11 years ago
  46. b7e9145 nEPT: Fix wrong test in kvm_set_cr3 by Nadav Har'El · 11 years ago
  47. 663f4c6 KVM: x86: handle singlestep during emulation by Paolo Bonzini · 12 years ago
  48. 4a1e10d KVM: x86: handle hardware breakpoints during emulation by Paolo Bonzini · 12 years ago
  49. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 12 years ago
  50. b3897a4 KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL by Nadav Har'El · 12 years ago
  51. 6b61edf KVM: x86: Drop useless cast by Mathias Krause · 12 years ago
  52. e6dff7d KVM: x86: Avoid zapping mmio sptes twice for generation wraparound by Takuya Yoshikawa · 12 years ago
  53. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 12 years ago
  54. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  55. 002e44bf Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. 489223e kvm: Add a tracepoint write_tsc_offset by Yoshihiro YUNOMAE · 12 years ago
  57. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 12 years ago
  58. afcbf13 x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE by H. Peter Anvin · 12 years ago
  59. 885032b KVM: MMU: retain more available bits on mmio spte by Xiao Guangrong · 12 years ago
  60. 764bcbc KVM: x86: remove vcpu's CPL check in host-invoked XCR set by Zhanghaoyu (A) · 12 years ago
  61. 8915aa27 KVM: x86: handle idiv overflow at kvm_write_tsc by Marcelo Tosatti · 12 years ago
  62. 365c886 KVM: MMU: reclaim the zapped-obsolete page first by Xiao Guangrong · 12 years ago
  63. 6ca18b69 KVM: x86: use the fast way to invalidate all pages by Xiao Guangrong · 12 years ago
  64. a2ae162 KVM: MMU: drop unnecessary kvm_reload_remote_mmus by Xiao Guangrong · 12 years ago
  65. 758ccc8 KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall by Xiao Guangrong · 12 years ago
  66. 0061d53d KVM: x86: limit difference between kvmclock updates by Marcelo Tosatti · 12 years ago
  67. 42bdf99 KVM: x86: fix maintenance of guest/host xcr0 state by Marcelo Tosatti · 12 years ago
  68. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  69. 03b28f8 KVM: x86: Account for failing enable_irq_window for NMI window request by Jan Kiszka · 12 years ago
  70. 4cee4b7 kvm: KVM_CAP_IOMMU only available with device assignment by Alex Williamson · 12 years ago
  71. 2a5bab1 kvm: Allow build-time configuration of KVM device assignment by Alex Williamson · 12 years ago
  72. 064d1af Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue by Gleb Natapov · 12 years ago
  73. 730dca4 KVM: x86: Rework request for immediate exit by Jan Kiszka · 12 years ago
  74. 7df35f5 KVM: Move irqfd resample cap handling to generic code by Alexander Graf · 12 years ago
  75. 384bb78 KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER by Jan Kiszka · 12 years ago
  76. 27469d2 KVM: x86: Fix memory leak in vmx.c by Andrew Honig · 12 years ago
  77. f179735 KVM: x86: fix error return code in kvm_arch_vcpu_init() by Wei Yongjun · 12 years ago
  78. 5a71785 KVM: VMX: Use posted interrupt to deliver virtual interrupt by Yang Zhang · 12 years ago
  79. cf9e65b KVM: Set TMR when programming ioapic entry by Yang Zhang · 12 years ago
  80. 3d81bc7 KVM: Call common update function when ioapic entry changed. by Yang Zhang · 12 years ago
  81. a547c6d KVM: VMX: Enable acknowledge interupt on vmexit by Yang Zhang · 12 years ago
  82. aa2fbe6 KVM: Let ioapic know the irq line status by Yang Zhang · 12 years ago
  83. 991eebf KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state by Gleb Natapov · 12 years ago
  84. e3ba45b KVM: Move kvm_spurious_fault to x86.c by Geoff Levand · 12 years ago
  85. 8f96452 KVM: Allow cross page reads and writes from cached translations. by Andrew Honig · 12 years ago
  86. afd80d8 pmu: prepare for migration support by Paolo Bonzini · 12 years ago
  87. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  88. 0b79459 KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) by Andy Honig · 12 years ago
  89. c300aa6 KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) by Andy Honig · 12 years ago
  90. c09664b KVM: x86: fix deadlock in clock-in-progress request handling by Marcelo Tosatti · 12 years ago
  91. 982b339 KVM: x86: Optimize mmio spte zapping when creating/moving memslot by Takuya Yoshikawa · 12 years ago
  92. 66450a2 KVM: x86: Rework INIT and SIPI handling by Jan Kiszka · 12 years ago
  93. 57f252f KVM: x86: Drop unused return code from VCPU reset callback by Jan Kiszka · 12 years ago
  94. 03ba32c VMX: x86: handle host TSC calibration failure by Marcelo Tosatti · 12 years ago
  95. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  96. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 12 years ago
  97. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 12 years ago
  98. ee2c25e Merge branch 'master' into queue by Marcelo Tosatti · 12 years ago
  99. 02cdb50 arch/x86/kvm: beautify source code for __u32 irq which is never < 0 by Chen Gang · 12 years ago
  100. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago