1. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  2. b1a3682 KVM: MMU: collapse remote TLB flushes on root sync by Marcelo Tosatti · 16 years ago
  3. 60c8aec KVM: MMU: use page array in unsync walk by Marcelo Tosatti · 16 years ago
  4. fbce554 KVM: x86 emulator: Fix handling of VMMCALL instruction by Amit Shah · 16 years ago
  5. 9bf8ea4 KVM: x86 emulator: add the emulation of shld and shrd instructions by Guillaume Thouvenin · 16 years ago
  6. d175226 KVM: x86 emulator: add the assembler code for three operands by Guillaume Thouvenin · 16 years ago
  7. bfcadf8 KVM: x86 emulator: add a new "implied 1" Src decode type by Guillaume Thouvenin · 16 years ago
  8. 0dc8d10 KVM: x86 emulator: add Src2 decode set by Guillaume Thouvenin · 16 years ago
  9. 45ed60b KVM: x86 emulator: Extend the opcode descriptor by Guillaume Thouvenin · 16 years ago
  10. efff9e5 KVM: VMX: fix sparse warning by Hannes Eder · 16 years ago
  11. f3fd92f KVM: Remove extraneous semicolon after do/while by Avi Kivity · 16 years ago
  12. 2b48cc7 KVM: x86 emulator: fix popf emulation by Avi Kivity · 16 years ago
  13. cf5de4f KVM: x86 emulator: fix ret emulation by Avi Kivity · 16 years ago
  14. 8a09b68 KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop() by Avi Kivity · 16 years ago
  15. 781d0ed KVM: x86 emulator: allow pop from mmio by Avi Kivity · 16 years ago
  16. faa5a3a KVM: x86 emulator: Extract 'pop' sequence into a function by Avi Kivity · 16 years ago
  17. 6b7ad61 KVM: x86 emulator: consolidate emulation of two operand instructions by Avi Kivity · 16 years ago
  18. dda96d8 KVM: x86 emulator: reduce duplication in one operand emulation thunks by Avi Kivity · 16 years ago
  19. ecc5589 KVM: MMU: optimize set_spte for page sync by Marcelo Tosatti · 16 years ago
  20. df203ec KVM: VMX: Conditionally request interrupt window after injecting irq by Avi Kivity · 16 years ago
  21. 2c8dcee KVM: SVM: move svm_hardware_disable() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  22. 63d1142 KVM: SVM: move has_svm() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  23. 710ff4a KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable() by Eduardo Habkost · 16 years ago
  24. 6210e37 KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h by Eduardo Habkost · 16 years ago
  25. c2cedf7 KVM: SVM: move svm.h to include/asm by Eduardo Habkost · 16 years ago
  26. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  27. 0fdf8e5 KVM: Fix cpuid iteration on multiple leaves per eac by Nitin A Kamble · 16 years ago
  28. 0853d2c KVM: Fix cpuid leaf 0xb loop termination by Nitin A Kamble · 16 years ago
  29. 2843099 KVM: MMU: Fix aliased gfns treated as unaliased by Izik Eidus · 16 years ago
  30. 6eb5581 KVM: Enable Function Level Reset for assigned device by Sheng Yang · 16 years ago
  31. 1d5a4d9 KVM: VMX: Handle mmio emulation when guest state is invalid by Guillaume Thouvenin · 16 years ago
  32. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago
  33. c0d0982 KVM: SVM: Set the 'busy' flag of the TR selector by Amit Shah · 16 years ago
  34. 25022ac KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration by Amit Shah · 16 years ago
  35. b8222ad KVM: x86: Fix typo in function name by Amit Shah · 16 years ago
  36. cc6e462 KVM: x86: Optimize NMI watchdog delivery by Jan Kiszka · 16 years ago
  37. 8fdb235 KVM: x86: Fix and refactor NMI watchdog emulation by Jan Kiszka · 16 years ago
  38. 291fd39 KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm) by Guillaume Thouvenin · 16 years ago
  39. 6fe6397 KVM: VMX: Move private memory slot position by Sheng Yang · 16 years ago
  40. 291f26b KVM: MMU: Extend kvm_mmu_page->slot_bitmap size by Sheng Yang · 16 years ago
  41. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  42. 74be52e KVM: Add local get_mtrr_type() to support MTRR by Sheng Yang · 16 years ago
  43. 468d472 KVM: VMX: Add PAT support for EPT by Sheng Yang · 16 years ago
  44. 0bed3b5 KVM: Improve MTRR structure by Sheng Yang · 16 years ago
  45. 5f17928 KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback by Gleb Natapov · 16 years ago
  46. 3b86cd9 KVM: VMX: work around lacking VNMI support by Jan Kiszka · 16 years ago
  47. 487b391 KVM: VMX: Provide support for user space injected NMIs by Jan Kiszka · 16 years ago
  48. c4abb7c KVM: x86: Support for user space injected NMIs by Jan Kiszka · 16 years ago
  49. 26df99c KVM: Kick NMI receiving VCPU by Jan Kiszka · 16 years ago
  50. 0496fbb KVM: x86: VCPU with pending NMI is runnabled by Jan Kiszka · 16 years ago
  51. 23930f9 KVM: x86: Enable NMI Watchdog via in-kernel PIT source by Jan Kiszka · 16 years ago
  52. 66a5a34 KVM: VMX: fix real-mode NMI support by Jan Kiszka · 16 years ago
  53. f460ee4 KVM: VMX: refactor IRQ and NMI window enabling by Jan Kiszka · 16 years ago
  54. 33f089c KVM: VMX: refactor/fix IRQ and NMI injectability determination by Jan Kiszka · 16 years ago
  55. 448fa4a KVM: x86: Reset pending/inject NMI state on CPU reset by Jan Kiszka · 16 years ago
  56. 60637aa KVM: VMX: Support for NMI task gates by Jan Kiszka · 16 years ago
  57. e4a4188 KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value by Jan Kiszka · 16 years ago
  58. a26bf12 KVM: VMX: include all IRQ window exits in statistics by Jan Kiszka · 16 years ago
  59. 2786b01 KVM: x86 emulator: consolidate push reg by Guillaume Thouvenin · 16 years ago
  60. 6c47535 KVM: MMU: avoid creation of unreachable pages in the shadow by Marcelo Tosatti · 16 years ago
  61. 0c0f40b KVM: MMU: fix sync of ptes addressed at owner pagetable by Marcelo Tosatti · 16 years ago
  62. bd2b3ca KVM: VMX: Fix interrupt loss during race with NMI by Avi Kivity · 16 years ago
  63. e17d1dc KVM: Fix pit memory leak if unable to allocate irq source id by Avi Kivity · 16 years ago
  64. 928d4bf KVM: VMX: Set IGMT bit in EPT entry by Sheng Yang · 16 years ago
  65. ca93e99 KVM: Require the PCI subsystem by Avi Kivity · 16 years ago
  66. c41ef34 KVM: MMU: increase per-vcpu rmap cache alloc size by Marcelo Tosatti · 16 years ago
  67. 5550af4 KVM: Fix guest shared interrupt with in-kernel irqchip by Sheng Yang · 16 years ago
  68. 6ad9f15 KVM: MMU: sync root on paravirt TLB flush by Marcelo Tosatti · 16 years ago
  69. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  70. 08d19f51 Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  71. 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  72. 3de42dc KVM: Separate irq ack notification out of arch/x86/kvm/irq.c by Xiantao Zhang · 16 years ago
  73. 8a98f66 KVM: Move device assignment logic to common code by Xiantao Zhang · 16 years ago
  74. 371c01b KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/ by Zhang xiantao · 16 years ago
  75. 83dbc83 KVM: VMX: enable invlpg exiting if EPT is disabled by Marcelo Tosatti · 16 years ago
  76. 1b10bf3 KVM: x86: Silence various LAPIC-related host kernel messages by Jan Kiszka · 16 years ago
  77. e5fcfc8 KVM: Device Assignment: Map mmio pages into VT-d page table by Weidong Han · 16 years ago
  78. e482580 KVM: PIC: enhance IPI avoidance by Marcelo Tosatti · 16 years ago
  79. 582801a KVM: MMU: add "oos_shadow" parameter to disable oos by Marcelo Tosatti · 16 years ago
  80. 0074ff6 KVM: MMU: speed up mmu_unsync_walk by Marcelo Tosatti · 16 years ago
  81. 4731d4c KVM: MMU: out of sync shadow core by Marcelo Tosatti · 16 years ago
  82. 6844dec KVM: MMU: mmu_convert_notrap helper by Marcelo Tosatti · 16 years ago
  83. 0738541 KVM: MMU: awareness of new kvm_mmu_zap_page behaviour by Marcelo Tosatti · 16 years ago
  84. ad8cfbe KVM: MMU: mmu_parent_walk by Marcelo Tosatti · 16 years ago
  85. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  86. 0ba73cd KVM: MMU: sync roots on mmu reload by Marcelo Tosatti · 16 years ago
  87. e8bc217 KVM: MMU: mode specific sync_page by Marcelo Tosatti · 16 years ago
  88. 38187c8 KVM: MMU: do not write-protect large mappings by Marcelo Tosatti · 16 years ago
  89. a378b4e KVM: MMU: move local TLB flush to mmu_set_spte by Marcelo Tosatti · 16 years ago
  90. 1e73f9d KVM: MMU: split mmu_set_spte by Marcelo Tosatti · 16 years ago
  91. 93a423e KVM: MMU: flush remote TLBs on large->normal entry overwrite by Marcelo Tosatti · 16 years ago
  92. af2152f KVM: don't enter guest after SIPI was received by a CPU by Gleb Natapov · 16 years ago
  93. 2259e3a KVM: x86.c make kvm_load_realmode_segment static by Harvey Harrison · 16 years ago
  94. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  95. bfadade KVM: Device Assignment: Free device structures if IRQ allocation fails by Amit Shah · 16 years ago
  96. 62c476c KVM: Device Assignment with VT-d by Ben-Ami Yassour · 16 years ago
  97. aa3a816 KVM: x86 emulator: Use DstAcc for 'and' by Guillaume Thouvenin · 16 years ago
  98. 8a9fee6 KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d) by Guillaume Thouvenin · 16 years ago
  99. 9c9fddd KVM: x86 emulator: Add DstAcc operand type by Guillaume Thouvenin · 16 years ago
  100. defed7e x86: Move FEATURE_CONTROL bits to msr-index.h by Sheng Yang · 16 years ago