1. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  2. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  3. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  4. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  5. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  6. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  7. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  8. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  9. 136bdfe KVM: Move irq ack notifier list to arch independent code by Gleb Natapov · 15 years ago
  10. 1a6e4a8 KVM: Move irq sharing information to irqchip level by Gleb Natapov · 15 years ago
  11. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  12. 3da0dd4 KVM: add support for change_pte mmu notifiers by Izik Eidus · 15 years ago
  13. 0a79b00 KVM: VMX: Check cpl before emulating debug register access by Avi Kivity · 15 years ago
  14. 3d53c27 KVM: Use thread debug register storage instead of kvm specific data by Avi Kivity · 15 years ago
  15. 56e8231 KVM: Rename x86_emulate.c to emulate.c by Avi Kivity · 15 years ago
  16. 344f414 KVM: report 1GB page support to userspace by Joerg Roedel · 15 years ago
  17. 04326ca KVM: MMU: enable gbpages by increasing nr of pagesizes by Joerg Roedel · 15 years ago
  18. 7e4e405 KVM: MMU: shadow support for 1gb pages by Joerg Roedel · 15 years ago
  19. 852e3c1 KVM: MMU: make direct mapping paths aware of mapping levels by Joerg Roedel · 15 years ago
  20. b927a3c KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl by Sheng Yang · 15 years ago
  21. a1b3710 KVM: Reduce runnability interface with arch support code by Gleb Natapov · 15 years ago
  22. 0b71785 KVM: Move kvm_cpu_get_interrupt() declaration to x86 code by Gleb Natapov · 15 years ago
  23. ec04b26 KVM: Prepare memslot data structures for multiple hugepage sizes by Joerg Roedel · 15 years ago
  24. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 15 years ago
  25. 7ffd92c KVM: VMX: Move rmode structure to vmx-specific code by Avi Kivity · 15 years ago
  26. 3a624e2 KVM: VMX: Support Unrestricted Guest feature by Nitin A Kamble · 15 years ago
  27. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 15 years ago
  28. 890ca9a KVM: Add MCE support by Huang Ying · 15 years ago
  29. af24a4e KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h by Jaswinder Singh Rajput · 15 years ago
  30. 56b237e KVM: VMX: Rename rmode.active to rmode.vm86_active by Nitin A Kamble · 15 years ago
  31. 44c1143 KVM: inject NMI after IRET from a previous NMI, not before. by Gleb Natapov · 15 years ago
  32. 66fd3f7 KVM: Do not re-execute INTn instruction. by Gleb Natapov · 15 years ago
  33. 923c61b KVM: Remove irq_pending bitmap by Gleb Natapov · 15 years ago
  34. 2809f5d KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() by Glauber Costa · 15 years ago
  35. d6a8c87 KVM: Drop request_nmi from stats by Jan Kiszka · 15 years ago
  36. 522c68c KVM: Enable snooping control for supported hardware by Sheng Yang · 15 years ago
  37. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 15 years ago
  38. 14d0bc1 KVM: Get rid of get_irq() callback by Gleb Natapov · 15 years ago
  39. 95ba827313 KVM: SVM: Add NMI injection support by Gleb Natapov · 15 years ago
  40. c4282df KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open by Gleb Natapov · 15 years ago
  41. 1d6ed0c KVM: Remove inject_pending_vectors() callback by Gleb Natapov · 15 years ago
  42. 1cb948a KVM: Remove exception_injected() callback. by Gleb Natapov · 15 years ago
  43. 863e8e6 KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX by Gleb Natapov · 15 years ago
  44. ba8afb6 KVM: x86 emulator: Add new mode of instruction emulation: skip by Gleb Natapov · 15 years ago
  45. c2d0ee4 KVM: MMU: remove global page optimization logic by Marcelo Tosatti · 15 years ago
  46. 9645bb56 KVM: MMU: Use different shadows when EFER.NXE changes by Avi Kivity · 15 years ago
  47. 82725b2 KVM: MMU: Emulate #PF error code of reserved bits violation by Dong, Eddie · 15 years ago
  48. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 15 years ago
  49. e103571 KVM: change the way how lowest priority vcpu is calculated by Gleb Natapov · 15 years ago
  50. 4925663 KVM: Report IRQ injection status to userspace. by Gleb Natapov · 15 years ago
  51. f6e2c02 KVM: MMU: Rename "metaphysical" attribute to "direct" by Avi Kivity · 16 years ago
  52. 1c08364 KVM: Move struct kvm_pio_request into x86 kvm_host.h by Avi Kivity · 16 years ago
  53. 77c2002 KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt by Izik Eidus · 16 years ago
  54. 53f658b3 KVM: VMX: initialize TSC offset relative to vm creation time by Marcelo Tosatti · 16 years ago
  55. 2f0b3d6 KVM: MMU: Segregate mmu pages created with different cr4.pge settings by Avi Kivity · 16 years ago
  56. a770f6f KVM: MMU: Inherit a shadow page's guest level count from vcpu setup by Avi Kivity · 16 years ago
  57. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  58. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  59. 3d6368e KVM: SVM: Add VMRUN handler by Alexander Graf · 16 years ago
  60. 1371d90 KVM: SVM: Implement GIF, clgi and stgi by Alexander Graf · 16 years ago
  61. 9962d03 KVM: SVM: Move EFER and MSR constants to generic x86 code by Alexander Graf · 16 years ago
  62. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  63. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  64. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  65. 60c8aec KVM: MMU: use page array in unsync walk by Marcelo Tosatti · 16 years ago
  66. eca70fc KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h by Eduardo Habkost · 16 years ago
  67. 2843099 KVM: MMU: Fix aliased gfns treated as unaliased by Izik Eidus · 16 years ago
  68. cc6e462 KVM: x86: Optimize NMI watchdog delivery by Jan Kiszka · 16 years ago
  69. 291f26b KVM: MMU: Extend kvm_mmu_page->slot_bitmap size by Sheng Yang · 16 years ago
  70. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  71. 0bed3b5 KVM: Improve MTRR structure by Sheng Yang · 16 years ago
  72. c4abb7c KVM: x86: Support for user space injected NMIs by Jan Kiszka · 16 years ago
  73. 33f089c KVM: VMX: refactor/fix IRQ and NMI injectability determination by Jan Kiszka · 16 years ago
  74. 5550af4 KVM: Fix guest shared interrupt with in-kernel irqchip by Sheng Yang · 16 years ago
  75. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  76. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/kvm_host.h]
  77. 3de42dc KVM: Separate irq ack notification out of arch/x86/kvm/irq.c by Xiantao Zhang · 16 years ago
  78. e5fcfc8 KVM: Device Assignment: Map mmio pages into VT-d page table by Weidong Han · 16 years ago
  79. 0074ff6 KVM: MMU: speed up mmu_unsync_walk by Marcelo Tosatti · 16 years ago
  80. 4731d4c KVM: MMU: out of sync shadow core by Marcelo Tosatti · 16 years ago
  81. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  82. 0ba73cd KVM: MMU: sync roots on mmu reload by Marcelo Tosatti · 16 years ago
  83. e8bc217 KVM: MMU: mode specific sync_page by Marcelo Tosatti · 16 years ago
  84. 62c476c KVM: Device Assignment with VT-d by Ben-Ami Yassour · 16 years ago
  85. fa89a81 KVM: Add statistics for guest irq injections by Avi Kivity · 16 years ago
  86. 8ceed347 KVM: Simplify exception entries by using __ASM_SIZE and _ASM_PTR by Avi Kivity · 16 years ago
  87. 8349b5c KVM: remove unused field from the assigned dev struct by Ben-Ami Yassour · 16 years ago
  88. 6ad18fb KVM: Reduce stack usage in kvm_pv_mmu_op() by Dave Hansen · 16 years ago
  89. 4d5c5d0 KVM: pci device assignment by Ben-Ami Yassour · 16 years ago
  90. 564f153 KVM: Add irq ack notifier list by Avi Kivity · 16 years ago
  91. 77ab6db KVM: VMX: Reinject real mode exception by Jan Kiszka · 16 years ago
  92. 19bd8af KVM: Consolidate XX_VECTOR defines by Jan Kiszka · 16 years ago
  93. 937a7ea KVM: Add a pending interrupt queue by Avi Kivity · 16 years ago
  94. 668f612 KVM: VMX: Move nmi injection failure processing to vm exit path by Avi Kivity · 16 years ago
  95. d98e634 KVM: Move KVM TRACE DEFINITIONS to common header by Hollis Blanchard · 16 years ago
  96. 5fdbf97 KVM: x86: accessors for guest registers by Marcelo Tosatti · 16 years ago
  97. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  98. 18b13e5 KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot by Eduardo Habkost · 16 years ago
  99. e930bff KVM: Synchronize guest physical memory map to host virtual memory map by Andrea Arcangeli · 16 years ago
  100. 5f4cb66 KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module by Joerg Roedel · 16 years ago