1. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  2. 4a55dd7 kvm: Provide kvm_vcpu_eligible_for_directed_yield() stub by Scott Wood · 10 years ago
  3. e81d1ad kvm: vfio: silence GCC warning by Paul Bolle · 10 years ago
  4. ea0269b kvm: remove dead code by Stephen Hemminger · 10 years ago
  5. 7940876 kvm: make local functions static by Stephen Hemminger · 10 years ago
  6. fa20f5ae KVM: arm-vgic: Support CPU interface reg access by Christoffer Dall · 11 years ago
  7. 90a5355 KVM: arm-vgic: Add GICD_SPENDSGIR and GICD_CPENDSGIR handlers by Christoffer Dall · 11 years ago
  8. cbd333a KVM: arm-vgic: Support unqueueing of LRs to the dist by Christoffer Dall · 11 years ago
  9. c07a019 KVM: arm-vgic: Add vgic reg access from dev attr by Christoffer Dall · 11 years ago
  10. 1006e8c KVM: arm-vgic: Make vgic mmio functions more generic by Christoffer Dall · 11 years ago
  11. ce01e4e KVM: arm-vgic: Set base addr through device API by Christoffer Dall · 11 years ago
  12. 7330672 KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC by Christoffer Dall · 11 years ago
  13. e1ba020 ARM: KVM: Allow creating the VGIC after VCPUs by Christoffer Dall · 11 years ago
  14. 39735a3 ARM/KVM: save and restore generic timer registers by Andre Przywara · 10 years ago
  15. a1a6438 arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init by Christoffer Dall · 11 years ago
  16. c08ac06 KVM: Use cond_resched() directly and remove useless kvm_resched() by Takuya Yoshikawa · 10 years ago
  17. 338c7db KVM: Improve create VCPU parameter (CVE-2013-4587) by Andy Honig · 11 years ago
  18. 8a3caa6 KVM: kvm_clear_guest_page(): fix empty_zero_page usage by Heiko Carstens · 11 years ago
  19. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  20. 80f5b5e KVM: remove vm mmap method by Gleb Natapov · 11 years ago
  21. 27ef63c KVM: IOMMU: hva align mapping page size by Greg Edwards · 11 years ago
  22. 95f328d Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
  23. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  24. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  25. ec53500 kvm: Add VFIO device by Alex Williamson · 11 years ago
  26. 0c8eb04 KVM: use a more sensible error number when debugfs directory creation fails by Paolo Bonzini · 11 years ago
  27. e0230e1 KVM: Mapping IOMMU pages after updating memslot by Yang Zhang · 11 years ago
  28. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  29. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  30. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  31. f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
  32. 29242cb virt/kvm/iommu.c: Add leading zeros to device's BDF notation in debug messages by Andre Richter · 11 years ago
  33. a2ac07f Fix NULL dereference in gfn_to_hva_prot() by Gleb Natapov · 11 years ago
  34. 2f303b7 KVM: Convert kvm_lock back to non-raw spinlock by Paolo Bonzini · 11 years ago
  35. 4a937f9 KVM: protect kvm_usage_count with its own spinlock by Paolo Bonzini · 11 years ago
  36. 4fa92fb KVM: cleanup (physical) CPU hotplug by Paolo Bonzini · 11 years ago
  37. 98fda16 kvm: remove .done from struct kvm_async_pf by Radim Krčmář · 11 years ago
  38. 28b441e kvm: free resources after canceling async_pf by Radim Krčmář · 11 years ago
  39. ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago
  40. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. cffe78d kvm eventfd: switch to fdget by Al Viro · 11 years ago
  42. 8d98915 ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs by Christoffer Dall · 11 years ago
  43. 6545eae ARM: KVM: vgic: fix GICD_ICFGRn access by Marc Zyngier · 11 years ago
  44. 986af8e ARM: KVM: vgic: simplify vgic_get_target_reg by Marc Zyngier · 11 years ago
  45. c21fbff KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp by Paolo Bonzini · 11 years ago
  46. 11feeb4 kvm: optimize away THP checks in kvm_is_mmio_pfn() by Andrea Arcangeli · 11 years ago
  47. 24009b0 kvm: use anon_inode_getfd() with O_CLOEXEC flag by Yann Droneaud · 11 years ago
  48. a343c9b KVM: introduce __kvm_io_bus_sort_cmp by Paolo Bonzini · 11 years ago
  49. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  50. 126a5af KVM: kvm-io: support cookies by Cornelia Huck · 11 years ago
  51. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  52. 96f7edf Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 into queue by Gleb Natapov · 11 years ago
  53. 24f7bb5 KVM: Fix RTC interrupt coalescing tracking by Gleb Natapov · 11 years ago
  54. 5ae7f87 ARM: KVM: Allow host virt timer irq to be different from guest timer virt irq by Anup Patel · 11 years ago
  55. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 11 years ago
  56. 7275acd ARM: KVM: move GIC/timer code to a common location by Marc Zyngier · 11 years ago
  57. f1ed045 KVM: x86: Remove support for reporting coalesced APIC IRQs by Jan Kiszka · 11 years ago
  58. afc2f79 KVM: add missing misc_deregister() on error in kvm_init() by Wei Yongjun · 11 years ago
  59. c67723e Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  60. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  61. 5e0e61d Merge branch 'next/kvm' into mips-for-linux-next by Ralf Baechle · 11 years ago
  62. 2f4d9b5 KVM/MIPS32: Do not call vcpu_load when injecting interrupts. by Sanjay Lal · 12 years ago
  63. 7dac16c KVM: Fix kvm_irqfd_init initialization by Asias He · 11 years ago
  64. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  65. db6ae61 kvm: Add compat_ioctl for device control API by Scott Wood · 11 years ago
  66. 5975a2e KVM: PPC: Book3S: Add API for in-kernel XICS emulation by Paul Mackerras · 11 years ago
  67. 07f0a7b kvm: destroy emulated devices on VM exit by Scott Wood · 11 years ago
  68. 5df554ad kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 11 years ago
  69. 852b6d5 kvm: add device control API by Scott Wood · 11 years ago
  70. 7df35f5 KVM: Move irqfd resample cap handling to generic code by Alexander Graf · 11 years ago
  71. e8cde09 KVM: Move irq routing setup to irqchip.c by Alexander Graf · 11 years ago
  72. 1c9f852 KVM: Extract generic irqchip logic into irqchip.c by Alexander Graf · 11 years ago
  73. aa8d594 KVM: Move irq routing to generic code by Alexander Graf · 11 years ago
  74. a725d56 KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING by Alexander Graf · 11 years ago
  75. 8175e5b KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS by Alexander Graf · 11 years ago
  76. a20ed54 KVM: VMX: Add the deliver posted interrupt algorithm by Yang Zhang · 11 years ago
  77. cf9e65b KVM: Set TMR when programming ioapic entry by Yang Zhang · 11 years ago
  78. 3d81bc7 KVM: Call common update function when ioapic entry changed. by Yang Zhang · 11 years ago
  79. 2c2bf01 KVM: Use eoi to track RTC interrupt delivery status by Yang Zhang · 11 years ago
  80. aa2fbe6 KVM: Let ioapic know the irq line status by Yang Zhang · 11 years ago
  81. f3bff63 KVM: Force vmexit with virtual interrupt delivery by Yang Zhang · 11 years ago
  82. 1060691 KVM: Add reset/restore rtc_status support by Yang Zhang · 11 years ago
  83. b4f2225 KVM: Return destination vcpu on interrupt injection by Yang Zhang · 11 years ago
  84. 8dc6aade KVM: Introduce struct rtc_status by Yang Zhang · 11 years ago
  85. 1fcc789 KVM: Add vcpu info to ioapic_update_eoi() by Yang Zhang · 11 years ago
  86. e3ba45b KVM: Move kvm_spurious_fault to x86.c by Geoff Levand · 11 years ago
  87. 39369f7 KVM: Make local routines static by Geoff Levand · 11 years ago
  88. 05e07f9 kvm: fix MMIO/PIO collision misdetection by Michael S. Tsirkin · 11 years ago
  89. 44944d4 KVM: Call kvm_apic_match_dest() to check destination vcpu by Yang Zhang · 11 years ago
  90. 8f96452 KVM: Allow cross page reads and writes from cached translations. by Andrew Honig · 11 years ago
  91. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 11 years ago
  92. a2c118b KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798) by Andy Honig · 11 years ago
  93. 7bc7ae2 kvm: Iterate over only vcpus that are preempted by Raghavendra K T · 11 years ago
  94. 3a08a8f kvm: Record the preemption status of vcpus using preempt notifiers by Raghavendra K T · 11 years ago
  95. 2b83451 KVM: ioeventfd for virtio-ccw devices. by Cornelia Huck · 11 years ago
  96. a0f155e KVM: Initialize irqfd from kvm_init(). by Cornelia Huck · 11 years ago
  97. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 11 years ago
  98. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 11 years ago
  99. 74d0727 KVM: set_memory_region: Make kvm_mr_change available to arch code by Takuya Yoshikawa · 11 years ago
  100. 47ae31e KVM: set_memory_region: Drop user_alloc from set_memory_region() by Takuya Yoshikawa · 11 years ago