1. 87bf6e7 KVM: fix the handling of dirty bitmaps to avoid overflows by Takuya Yoshikawa · 15 years ago
  2. 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
  3. 4b7bb92 KVM: ia64: destroy ioapic device if fail to setup default irq routing by Wei Yongjun · 15 years ago
  4. 6474920 KVM: fix cleanup_srcu_struct on vm destruction by Marcelo Tosatti · 15 years ago
  5. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  6. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  7. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 15 years ago
  8. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  9. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 15 years ago
  10. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  11. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  12. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  13. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  14. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  15. a1b3710 KVM: Reduce runnability interface with arch support code by Gleb Natapov · 15 years ago
  16. bda9020 KVM: remove in_range from io devices by Michael S. Tsirkin · 15 years ago
  17. 988a2ca KVM: Use macro to iterate over vcpus. by Gleb Natapov · 15 years ago
  18. 73880c8 KVM: Break dependency between vcpu index in vcpus array and vcpu_id. by Gleb Natapov · 15 years ago
  19. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 15 years ago
  20. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 15 years ago
  21. 3032b92 KVM: ia64: Correct itc_offset calculations by Jes Sorensen · 15 years ago
  22. 32f8840 KVM: use smp_send_reschedule in kvm_vcpu_kick by Marcelo Tosatti · 16 years ago
  23. 43890ae KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled by Jes Sorensen · 16 years ago
  24. 4d13c3b KVM: ia64: preserve int status through call to kvm_insert_vmm_mapping by Jes Sorensen · 16 years ago
  25. 457459c KVM: ia64: restore irq state before calling kvm_vcpu_init by Jes Sorensen · 16 years ago
  26. f9b647a KVM: ia64: remove empty function vti_vcpu_load() by Jes Sorensen · 16 years ago
  27. 64f6afb KVM: ia64: Flush all TLBs once guest's memory mapping changes. by Xiantao Zhang · 16 years ago
  28. c6b60c6 KVM: ia64: Don't hold slots_lock in guest mode by Jes Sorensen · 16 years ago
  29. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 16 years ago
  30. 09cec75 KVM: Timer event should not unconditionally unhalt vcpu. by Gleb Natapov · 16 years ago
  31. 0b5d7a2 KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handler by Jes Sorensen · 16 years ago
  32. c6c9fcd KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading. by Jes Sorensen · 16 years ago
  33. 0c72ea7 KVM: ia64: Map in SN2 RTC registers to the VMM module by Jes Sorensen · 16 years ago
  34. 58c2dde KVM: APIC: get rid of deliver_bitmask by Gleb Natapov · 16 years ago
  35. e103571 KVM: change the way how lowest priority vcpu is calculated by Gleb Natapov · 16 years ago
  36. 343f94f KVM: consolidate ioapic/ipi interrupt delivery logic by Gleb Natapov · 16 years ago
  37. 6da7e3f KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts by Gleb Natapov · 16 years ago
  38. 3f5e06f KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu by Yang Zhang · 16 years ago
  39. d24d2c1 KVM: ia64: fix locking order entering guest by Jes Sorensen · 16 years ago
  40. c66b31f Pull pvops into release branch by Tony Luck · 16 years ago
  41. 7120569 ia64: remove some warnings. by Isaku Yamahata · 16 years ago
  42. 4925663 KVM: Report IRQ injection status to userspace. by Gleb Natapov · 16 years ago
  43. 934d534 KVM: ia64: dynamic nr online cpus by Jes Sorensen · 16 years ago
  44. 399ec80 KVM: Userspace controlled irq routing by Avi Kivity · 16 years ago
  45. e9a999f KVM: ia64: stack get/restore patch by Jes Sorensen · 16 years ago
  46. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  47. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 16 years ago
  48. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  49. 042b26e KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs() by Jes Sorensen · 16 years ago
  50. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  51. 7d63797 KVM: ia64: Define printk function for kvm-intel module by Xiantao Zhang · 16 years ago
  52. 853dafb KVM: ia64: Remove lock held by halted vcpu by Xiantao Zhang · 16 years ago
  53. a917f7a KVM: ia64: Re-organize data sturure of guests' data area by Xiantao Zhang · 16 years ago
  54. a2e4e28 KVM: ia64: Use guest signal mask when blocking by Xiantao Zhang · 16 years ago
  55. decc901 KVM: ia64: Fix halt emulation logic by Xiantao Zhang · 16 years ago
  56. 5550af4 KVM: Fix guest shared interrupt with in-kernel irqchip by Sheng Yang · 16 years ago
  57. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  58. 2381ad2 KVM: ia64: Add intel iommu support for guests. by Xiantao Zhang · 16 years ago
  59. b010eb5 KVM: ia64: add directed mmio range support for kvm guests by Xiantao Zhang · 16 years ago
  60. 1cbea80 KVM: ia64: Make pmt table be able to hold physical mmio entries. by Xiantao Zhang · 16 years ago
  61. 2f74977 KVM: Move irqchip_in_kernel() from ioapic.h to irq.h by Xiantao Zhang · 16 years ago
  62. 8c4b537 KVM: ia64: Implement kvm_arch_vcpu_ioctl_{set,get}_mpstate by Xiantao Zhang · 16 years ago
  63. 9f72632 KVM: ia64: 'struct fdesc' build fix by Jes Sorensen · 16 years ago
  64. 18dd36a hrtimer: convert kvm-ia64 to the new hrtimer apis by Arjan van de Ven · 16 years ago
  65. cab7a1e KVM: ia64: Fix irq disabling leak in error handling code by Julia Lawall · 16 years ago
  66. 34d4cb8 KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction by Marcelo Tosatti · 16 years ago
  67. 7f39f8a KVM: Add coalesced MMIO support (ia64 part) by Laurent Vivier · 16 years ago
  68. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 16 years ago
  69. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 16 years ago
  70. 2f73cca fix build error of arch/ia64/kvm/* by Takashi Iwai · 16 years ago
  71. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 17 years ago
  72. 62d9f0d KVM: add ioctls to save/store mpstate by Marcelo Tosatti · 17 years ago
  73. a453529 KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* by Avi Kivity · 17 years ago
  74. 3d80840 KVM: hlt emulation should take in-kernel APIC/PIT timers into account by Marcelo Tosatti · 17 years ago
  75. b024b79 KVM: ia64: Add kvm arch-specific core code for kvm/ia64 by Xiantao Zhang · 17 years ago