1. 49cd7d2 KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio by Sheng Yang · 16 years ago
  2. 34c33d1 KVM: Drop unused evaluations from string pio handlers by Jan Kiszka · 16 years ago
  3. 1b2fd70 KVM: Add FFXSR support by Alexander Graf · 16 years ago
  4. 44882ee KVM: make irq ack notifications aware of routing table by Marcelo Tosatti · 16 years ago
  5. 399ec80 KVM: Userspace controlled irq routing by Avi Kivity · 16 years ago
  6. 1935547 KVM: x86: Fix typos and whitespace errors by Amit Shah · 16 years ago
  7. 5a41acc KVM: MMU: Only enable cr4_pge role in shadow mode by Avi Kivity · 16 years ago
  8. f6e2c02b KVM: MMU: Rename "metaphysical" attribute to "direct" by Avi Kivity · 16 years ago
  9. 9903a92 KVM: MMU: drop zeroing on mmu_memory_cache_alloc by Marcelo Tosatti · 16 years ago
  10. ff81ff1 KVM: SVM: Fix typo in has_svm() by Joe Perches · 16 years ago
  11. 4780c659 KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked by Avi Kivity · 16 years ago
  12. 5d9b8e3 KVM: Add CONFIG_HAVE_KVM_IRQCHIP by Avi Kivity · 16 years ago
  13. 4677a3b KVM: MMU: Optimize page unshadowing by Avi Kivity · 16 years ago
  14. c8a73f1 KVM: SVM: Add microcode patch level dummy by Alexander Graf · 16 years ago
  15. 269e05e KVM: Properly lock PIT creation by Avi Kivity · 16 years ago
  16. a77ab5e KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb) by Avi Kivity · 16 years ago
  17. 8b3079a KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily by Avi Kivity · 16 years ago
  18. 350f69d KVM: x86 emulator: Make emulate_pop() a little more generic by Avi Kivity · 16 years ago
  19. 10f32d8 KVM: VMX: Prevent exit handler from running if emulating due to invalid state by Avi Kivity · 16 years ago
  20. 9fd4a3b KVM: VMX: don't clobber segment AR if emulating invalid state by Avi Kivity · 16 years ago
  21. 1872a3f KVM: VMX: Fix guest state validity checks by Avi Kivity · 16 years ago
  22. 52d939a KVM: PIT: provide an option to disable interrupt reinjection by Marcelo Tosatti · 16 years ago
  23. 61a6bd6 KVM: Fallback support for MSR_VM_HSAVE_PA by Avi Kivity · 16 years ago
  24. 0f34607 KVM: remove the vmap usage by Izik Eidus · 16 years ago
  25. 77c2002 KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt by Izik Eidus · 16 years ago
  26. 53f658b3 KVM: VMX: initialize TSC offset relative to vm creation time by Marcelo Tosatti · 16 years ago
  27. e8c4a4e8 KVM: MMU: Drop walk_shadow() by Avi Kivity · 16 years ago
  28. a461930 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg() by Avi Kivity · 16 years ago
  29. e7a04c9 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch() by Avi Kivity · 16 years ago
  30. 9f652d21 KVM: MMU: Use for_each_shadow_entry() in __direct_map() by Avi Kivity · 16 years ago
  31. 2d11123 KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() by Avi Kivity · 16 years ago
  32. 2b3d2a2 KVM: Fix vmload and friends misinterpreted as lidt by Avi Kivity · 16 years ago
  33. e207831 KVM: MMU: Initialize a shadow page's global attribute from cr4.pge by Avi Kivity · 16 years ago
  34. 2f0b3d6 KVM: MMU: Segregate mmu pages created with different cr4.pge settings by Avi Kivity · 16 years ago
  35. a770f6f KVM: MMU: Inherit a shadow page's guest level count from vcpu setup by Avi Kivity · 16 years ago
  36. ae675ef KVM: x86: Wire-up hardware breakpoints for guest debugging by Jan Kiszka · 16 years ago
  37. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  38. 55934c0 KVM: VMX: Allow single-stepping when uninterruptible by Jan Kiszka · 16 years ago
  39. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  40. 8ab2d2e KVM: VMX: Support for injecting software exceptions by Jan Kiszka · 16 years ago
  41. d801747 KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is set by Alexander Graf · 16 years ago
  42. 236de05 KVM: SVM: Allow setting the SVME bit by Alexander Graf · 16 years ago
  43. eb6f302 KVM: SVM: Allow read access to MSR_VM_VR by Joerg Roedel · 16 years ago
  44. cf74a78 KVM: SVM: Add VMEXIT handler and intercepts by Alexander Graf · 16 years ago
  45. 3d6368e KVM: SVM: Add VMRUN handler by Alexander Graf · 16 years ago
  46. 5542675 KVM: SVM: Add VMLOAD and VMSAVE handlers by Alexander Graf · 16 years ago
  47. b286d5d KVM: SVM: Implement hsave by Alexander Graf · 16 years ago
  48. 1371d90 KVM: SVM: Implement GIF, clgi and stgi by Alexander Graf · 16 years ago
  49. c072542 KVM: SVM: Add helper functions for nested SVM by Alexander Graf · 16 years ago
  50. 9962d03 KVM: SVM: Move EFER and MSR constants to generic x86 code by Alexander Graf · 16 years ago
  51. f0b8505 KVM: SVM: Clean up VINTR setting by Alexander Graf · 16 years ago
  52. 516a1a7 KVM: VMX: Flush volatile msrs before emulating rdmsr by Avi Kivity · 16 years ago
  53. b682b81 KVM: x86: fix LAPIC pending count calculation by Marcelo Tosatti · 16 years ago
  54. 2aaf69d KVM: MMU: Map device MMIO as UC in EPT by Sheng Yang · 16 years ago
  55. abe6655 KVM: x86: disable kvmclock on non constant TSC hosts by Marcelo Tosatti · 16 years ago
  56. d2a8284 KVM: PIT: fix i8254 pending count read by Marcelo Tosatti · 16 years ago
  57. ba4cef3 KVM: Fix racy in kvm_free_assigned_irq by Sheng Yang · 16 years ago
  58. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 16 years ago
  59. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  60. c4fa386 KVM: rename vtd.c to iommu.c by Joerg Roedel · 16 years ago
  61. 8791723 KVM: MMU: handle large host sptes on invlpg/resync by Marcelo Tosatti · 16 years ago
  62. 3f35385 KVM: Add locking to virtual i8259 interrupt controller by Avi Kivity · 16 years ago
  63. 25e2343 KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared by Avi Kivity · 16 years ago
  64. 4531220 KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI by Jan Kiszka · 16 years ago
  65. 264ff01d KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip by Jan Kiszka · 16 years ago
  66. eb64f1e KVM: MMU: check for present pdptr shadow page in walk_shadow by Marcelo Tosatti · 16 years ago
  67. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  68. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  69. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  70. b1a3682 KVM: MMU: collapse remote TLB flushes on root sync by Marcelo Tosatti · 16 years ago
  71. 60c8aec KVM: MMU: use page array in unsync walk by Marcelo Tosatti · 16 years ago
  72. fbce554 KVM: x86 emulator: Fix handling of VMMCALL instruction by Amit Shah · 16 years ago
  73. 9bf8ea4 KVM: x86 emulator: add the emulation of shld and shrd instructions by Guillaume Thouvenin · 16 years ago
  74. d175226 KVM: x86 emulator: add the assembler code for three operands by Guillaume Thouvenin · 16 years ago
  75. bfcadf8 KVM: x86 emulator: add a new "implied 1" Src decode type by Guillaume Thouvenin · 16 years ago
  76. 0dc8d10 KVM: x86 emulator: add Src2 decode set by Guillaume Thouvenin · 16 years ago
  77. 45ed60b KVM: x86 emulator: Extend the opcode descriptor by Guillaume Thouvenin · 16 years ago
  78. efff9e5 KVM: VMX: fix sparse warning by Hannes Eder · 16 years ago
  79. f3fd92f KVM: Remove extraneous semicolon after do/while by Avi Kivity · 16 years ago
  80. 2b48cc7 KVM: x86 emulator: fix popf emulation by Avi Kivity · 16 years ago
  81. cf5de4f KVM: x86 emulator: fix ret emulation by Avi Kivity · 16 years ago
  82. 8a09b68 KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop() by Avi Kivity · 16 years ago
  83. 781d0ed KVM: x86 emulator: allow pop from mmio by Avi Kivity · 16 years ago
  84. faa5a3a KVM: x86 emulator: Extract 'pop' sequence into a function by Avi Kivity · 16 years ago
  85. 6b7ad61 KVM: x86 emulator: consolidate emulation of two operand instructions by Avi Kivity · 16 years ago
  86. dda96d8 KVM: x86 emulator: reduce duplication in one operand emulation thunks by Avi Kivity · 16 years ago
  87. ecc5589 KVM: MMU: optimize set_spte for page sync by Marcelo Tosatti · 16 years ago
  88. df203ec KVM: VMX: Conditionally request interrupt window after injecting irq by Avi Kivity · 16 years ago
  89. 2c8dcee KVM: SVM: move svm_hardware_disable() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  90. 63d1142 KVM: SVM: move has_svm() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  91. 710ff4a KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable() by Eduardo Habkost · 16 years ago
  92. 6210e37 KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h by Eduardo Habkost · 16 years ago
  93. c2cedf7 KVM: SVM: move svm.h to include/asm by Eduardo Habkost · 16 years ago
  94. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  95. 0fdf8e5 KVM: Fix cpuid iteration on multiple leaves per eac by Nitin A Kamble · 16 years ago
  96. 0853d2c KVM: Fix cpuid leaf 0xb loop termination by Nitin A Kamble · 16 years ago
  97. 2843099 KVM: MMU: Fix aliased gfns treated as unaliased by Izik Eidus · 16 years ago
  98. 6eb5581 KVM: Enable Function Level Reset for assigned device by Sheng Yang · 16 years ago
  99. 1d5a4d9 KVM: VMX: Handle mmio emulation when guest state is invalid by Guillaume Thouvenin · 16 years ago
  100. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago