1. d3fccc7 kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() by Ard Biesheuvel · 10 years ago
  2. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  3. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  4. 784aa3d KVM: Rename and add argument to check_extension by Alexander Graf · 10 years ago
  5. 100943c kvm: x86: ignore ioapic polarity by Gabriel L. Somlo · 11 years ago
  6. c08ac06 KVM: Use cond_resched() directly and remove useless kvm_resched() by Takuya Yoshikawa · 11 years ago
  7. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  8. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  9. 4cee4b7 kvm: KVM_CAP_IOMMU only available with device assignment by Alex Williamson · 12 years ago
  10. 2a5bab1 kvm: Allow build-time configuration of KVM device assignment by Alex Williamson · 12 years ago
  11. e606264 KVM: ia64: Fix kvm_vm_ioctl_irq_line by Yang Zhang · 12 years ago
  12. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  13. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 12 years ago
  14. 47ae31e KVM: set_memory_region: Drop user_alloc from set_memory_region() by Takuya Yoshikawa · 12 years ago
  15. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 12 years ago
  16. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  17. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  18. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  19. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  20. d755814 treewide: fix typo of "suppport" in various comments by Masanari Iida · 12 years ago
  21. 787c57c KVM: ia64: remove unused variable in kvm_release_vm_pages() by Wei Yongjun · 12 years ago
  22. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  23. 23d43cf KVM: Move KVM_IRQ_LINE to arch-generic code by Christoffer Dall · 12 years ago
  24. 8281715 KVM: ia64: fix build due to typo by Avi Kivity · 13 years ago
  25. f78146b KVM: Fix page-crossing MMIO by Avi Kivity · 13 years ago
  26. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 13 years ago
  27. 3e51570 KVM: Ensure all vcpus are consistent with in-kernel irqchip settings by Avi Kivity · 13 years ago
  28. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  29. 5b1c149 KVM: s390: ucontrol: export SIE control block to user by Carsten Otte · 13 years ago
  30. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  31. 60f9a9e KVM: IA64: fix struct redefinition by Xiao Guangrong · 13 years ago
  32. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  33. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  34. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  35. 6b7e2d0 KVM: Add "exiting guest mode" state by Xiao Guangrong · 14 years ago
  36. 175504c KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() by Takuya Yoshikawa · 14 years ago
  37. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  38. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  39. 979586e KVM: ia64: cleanup kvm_ia64_sync_dirty_log() by Takuya Yoshikawa · 15 years ago
  40. 4482b06 KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log() by Takuya Yoshikawa · 15 years ago
  41. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 15 years ago
  42. 2122ff5 KVM: move vcpu locking to dispatcher for generic vcpu ioctls by Avi Kivity · 15 years ago
  43. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  44. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
  45. 3499f4d KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable() by Julia Lawall · 15 years ago
  46. 90d83dc KVM: use the correct RCU API for PROVE_RCU=y by Lai Jiangshan · 15 years ago
  47. 600f1ec KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chip by Wei Yongjun · 15 years ago
  48. 5c0d092 KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failure by Wei Yongjun · 15 years ago
  49. 87bf6e7 KVM: fix the handling of dirty bitmaps to avoid overflows by Takuya Yoshikawa · 15 years ago
  50. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  51. 4b7bb92 KVM: ia64: destroy ioapic device if fail to setup default irq routing by Wei Yongjun · 15 years ago
  52. 6474920 KVM: fix cleanup_srcu_struct on vm destruction by Marcelo Tosatti · 15 years ago
  53. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  54. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  55. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 15 years ago
  56. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  57. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 15 years ago
  58. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  59. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  60. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  61. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  62. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  63. a1b3710 KVM: Reduce runnability interface with arch support code by Gleb Natapov · 15 years ago
  64. bda9020 KVM: remove in_range from io devices by Michael S. Tsirkin · 15 years ago
  65. 988a2ca KVM: Use macro to iterate over vcpus. by Gleb Natapov · 16 years ago
  66. 73880c8 KVM: Break dependency between vcpu index in vcpus array and vcpu_id. by Gleb Natapov · 16 years ago
  67. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 16 years ago
  68. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 16 years ago
  69. 3032b92 KVM: ia64: Correct itc_offset calculations by Jes Sorensen · 16 years ago
  70. 32f8840 KVM: use smp_send_reschedule in kvm_vcpu_kick by Marcelo Tosatti · 16 years ago
  71. 43890ae KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled by Jes Sorensen · 16 years ago
  72. 4d13c3b KVM: ia64: preserve int status through call to kvm_insert_vmm_mapping by Jes Sorensen · 16 years ago
  73. 457459c KVM: ia64: restore irq state before calling kvm_vcpu_init by Jes Sorensen · 16 years ago
  74. f9b647a KVM: ia64: remove empty function vti_vcpu_load() by Jes Sorensen · 16 years ago
  75. 64f6afb KVM: ia64: Flush all TLBs once guest's memory mapping changes. by Xiantao Zhang · 16 years ago
  76. c6b60c6 KVM: ia64: Don't hold slots_lock in guest mode by Jes Sorensen · 16 years ago
  77. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 16 years ago
  78. 09cec75 KVM: Timer event should not unconditionally unhalt vcpu. by Gleb Natapov · 16 years ago
  79. 0b5d7a2 KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handler by Jes Sorensen · 16 years ago
  80. c6c9fcd KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading. by Jes Sorensen · 16 years ago
  81. 0c72ea7 KVM: ia64: Map in SN2 RTC registers to the VMM module by Jes Sorensen · 16 years ago
  82. 58c2dde KVM: APIC: get rid of deliver_bitmask by Gleb Natapov · 16 years ago
  83. e103571 KVM: change the way how lowest priority vcpu is calculated by Gleb Natapov · 16 years ago
  84. 343f94f KVM: consolidate ioapic/ipi interrupt delivery logic by Gleb Natapov · 16 years ago
  85. 6da7e3f KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts by Gleb Natapov · 16 years ago
  86. 3f5e06f KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu by Yang Zhang · 16 years ago
  87. d24d2c1 KVM: ia64: fix locking order entering guest by Jes Sorensen · 16 years ago
  88. c66b31f Pull pvops into release branch by Tony Luck · 16 years ago
  89. 7120569 ia64: remove some warnings. by Isaku Yamahata · 16 years ago
  90. 4925663 KVM: Report IRQ injection status to userspace. by Gleb Natapov · 16 years ago
  91. 934d534 KVM: ia64: dynamic nr online cpus by Jes Sorensen · 16 years ago
  92. 399ec80 KVM: Userspace controlled irq routing by Avi Kivity · 16 years ago
  93. e9a999f KVM: ia64: stack get/restore patch by Jes Sorensen · 16 years ago
  94. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  95. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 16 years ago
  96. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  97. 042b26e KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs() by Jes Sorensen · 16 years ago
  98. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  99. 7d63797 KVM: ia64: Define printk function for kvm-intel module by Xiantao Zhang · 16 years ago
  100. 853dafb KVM: ia64: Remove lock held by halted vcpu by Xiantao Zhang · 16 years ago