1. 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 16 years ago
  2. 8843419 KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts(). by Gleb Natapov · 16 years ago
  3. 37b96e9 KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements by Gleb Natapov · 16 years ago
  4. 7b4a25c KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET by Gleb Natapov · 16 years ago
  5. 93ba03c KVM: VMX: Fix feature testing by Sheng Yang · 16 years ago
  6. 0454715 KVM: VMX: Clean up Flex Priority related by Sheng Yang · 16 years ago
  7. f9c617f KVM: VMX: Correct wrong vmcs field sizes by Sheng Yang · 16 years ago
  8. 7d433b9 KVM: VMX: Make flexpriority module parameter reflect hardware capability by Avi Kivity · 16 years ago
  9. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 16 years ago
  10. 089d034 KVM: VMX: Fold vm_need_ept() into callers by Avi Kivity · 16 years ago
  11. 575ff2d KVM: VMX: Zero ept module parameter if ept is not present by Avi Kivity · 16 years ago
  12. 919818a KVM: VMX: Zero the vpid module parameter if vpid is not supported by Avi Kivity · 16 years ago
  13. 4462d21 KVM: VMX: Annotate module parameters as __read_mostly by Avi Kivity · 16 years ago
  14. 736caef KVM: VMX: Simplify module parameter names by Avi Kivity · 16 years ago
  15. 6062d01 KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit() by Avi Kivity · 16 years ago
  16. c1f8bc0 KVM: VMX: Make module parameters readable by Avi Kivity · 16 years ago
  17. fe4c7b1 KVM: reuse (pop|push)_irq from svm.c in vmx.c by Gleb Natapov · 16 years ago
  18. 5897297 KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE by Avi Kivity · 16 years ago
  19. 3e7c73e KVM: VMX: Don't use highmem pages for the msr and pio bitmaps by Avi Kivity · 16 years ago
  20. 16175a7 KVM: VMX: Don't allow uninhibited access to EFER on i386 by Avi Kivity · 16 years ago
  21. 401d10d KVM: VMX: Update necessary state when guest enters long mode by Amit Shah · 16 years ago
  22. 49cd7d2 KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio by Sheng Yang · 16 years ago
  23. 34c33d1 KVM: Drop unused evaluations from string pio handlers by Jan Kiszka · 16 years ago
  24. 8b3079a KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily by Avi Kivity · 16 years ago
  25. 10f32d8 KVM: VMX: Prevent exit handler from running if emulating due to invalid state by Avi Kivity · 16 years ago
  26. 9fd4a3b KVM: VMX: don't clobber segment AR if emulating invalid state by Avi Kivity · 16 years ago
  27. 1872a3f KVM: VMX: Fix guest state validity checks by Avi Kivity · 16 years ago
  28. 53f658b3 KVM: VMX: initialize TSC offset relative to vm creation time by Marcelo Tosatti · 16 years ago
  29. ae675ef KVM: x86: Wire-up hardware breakpoints for guest debugging by Jan Kiszka · 16 years ago
  30. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  31. 55934c0 KVM: VMX: Allow single-stepping when uninterruptible by Jan Kiszka · 16 years ago
  32. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  33. 8ab2d2e KVM: VMX: Support for injecting software exceptions by Jan Kiszka · 16 years ago
  34. 516a1a7 KVM: VMX: Flush volatile msrs before emulating rdmsr by Avi Kivity · 16 years ago
  35. b682b81 KVM: x86: fix LAPIC pending count calculation by Marcelo Tosatti · 16 years ago
  36. 2aaf69d KVM: MMU: Map device MMIO as UC in EPT by Sheng Yang · 16 years ago
  37. 4531220 KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI by Jan Kiszka · 16 years ago
  38. 264ff01d KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip by Jan Kiszka · 16 years ago
  39. efff9e5 KVM: VMX: fix sparse warning by Hannes Eder · 16 years ago
  40. df203ec KVM: VMX: Conditionally request interrupt window after injecting irq by Avi Kivity · 16 years ago
  41. 710ff4a KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable() by Eduardo Habkost · 16 years ago
  42. 6210e37 KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h by Eduardo Habkost · 16 years ago
  43. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  44. 1d5a4d9 KVM: VMX: Handle mmio emulation when guest state is invalid by Guillaume Thouvenin · 16 years ago
  45. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago
  46. 6fe6397 KVM: VMX: Move private memory slot position by Sheng Yang · 16 years ago
  47. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  48. 468d472 KVM: VMX: Add PAT support for EPT by Sheng Yang · 16 years ago
  49. 3b86cd9 KVM: VMX: work around lacking VNMI support by Jan Kiszka · 16 years ago
  50. 487b391 KVM: VMX: Provide support for user space injected NMIs by Jan Kiszka · 16 years ago
  51. 66a5a34 KVM: VMX: fix real-mode NMI support by Jan Kiszka · 16 years ago
  52. f460ee4 KVM: VMX: refactor IRQ and NMI window enabling by Jan Kiszka · 16 years ago
  53. 33f089c KVM: VMX: refactor/fix IRQ and NMI injectability determination by Jan Kiszka · 16 years ago
  54. 60637aa KVM: VMX: Support for NMI task gates by Jan Kiszka · 16 years ago
  55. e4a4188 KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value by Jan Kiszka · 16 years ago
  56. a26bf12 KVM: VMX: include all IRQ window exits in statistics by Jan Kiszka · 16 years ago
  57. bd2b3ca KVM: VMX: Fix interrupt loss during race with NMI by Avi Kivity · 16 years ago
  58. 928d4bf KVM: VMX: Set IGMT bit in EPT entry by Sheng Yang · 16 years ago
  59. 83dbc83 KVM: VMX: enable invlpg exiting if EPT is disabled by Marcelo Tosatti · 16 years ago
  60. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  61. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  62. 9ea542f KVM: VMX: Rename IA32_FEATURE_CONTROL bits by Sheng Yang · 16 years ago
  63. 4b92fe0 KVM: VMX: Cleanup stalled INTR_INFO read by Jan Kiszka · 16 years ago
  64. fa89a81 KVM: Add statistics for guest irq injections by Avi Kivity · 16 years ago
  65. a16b20d KVM: VMX: Change segment dpl at reset to 3 by Avi Kivity · 16 years ago
  66. 5706be0 KVM: VMX: Change cs reset state to be a data segment by Avi Kivity · 16 years ago
  67. a89a8fb KVM: VMX: Modify mode switching and vmentry functions by Mohammed Gamal · 16 years ago
  68. ea953ef KVM: VMX: Add invalid guest state handler by Mohammed Gamal · 16 years ago
  69. 04fa4d3 KVM: VMX: Add module parameter and emulation flag. by Mohammed Gamal · 16 years ago
  70. 648dfaa KVM: VMX: Add Guest State Validity Checks by Mohammed Gamal · 16 years ago
  71. ecfc79c KVM: VMX: Use interrupt queue for !irqchip_in_kernel by Avi Kivity · 16 years ago
  72. 464d17c KVM: VMX: Clean up magic number 0x66 in init_rmode_tss by Sheng Yang · 16 years ago
  73. 313dbd49 KVM: VMX: Avoid vmwrite(HOST_RSP) when possible by Avi Kivity · 17 years ago
  74. c801949 KVM: VMX: Unify register save/restore across 32 and 64 bit hosts by Avi Kivity · 17 years ago
  75. 77ab6db KVM: VMX: Reinject real mode exception by Jan Kiszka · 17 years ago
  76. 19bd8af KVM: Consolidate XX_VECTOR defines by Jan Kiszka · 17 years ago
  77. 60bd83a KVM: VMX: Remove redundant check in handle_rmode_exception by Mohammed Gamal · 17 years ago
  78. f7d9238 KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts() by Avi Kivity · 17 years ago
  79. 35920a3 KVM: VMX: Fix pending exception processing by Avi Kivity · 17 years ago
  80. 668f612 KVM: VMX: Move nmi injection failure processing to vm exit path by Avi Kivity · 17 years ago
  81. cf393f7 KVM: Move NMI IRET fault processing to new vmx_complete_interrupts() by Avi Kivity · 17 years ago
  82. 5fdbf97 KVM: x86: accessors for guest registers by Marcelo Tosatti · 17 years ago
  83. ca60dfb KVM: VMX: Rename misnamed msr bits by Sheng Yang · 17 years ago
  84. 534e38b KVM: VMX: Always return old for clear_flush_young() when using EPT by Sheng Yang · 16 years ago
  85. 5fdbcb9 KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.ko by Sheng Yang · 17 years ago
  86. 5ec5726 KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameter by Sheng Yang · 17 years ago
  87. 577bdc4 KVM: Avoid instruction emulation when event delivery is pending by Avi Kivity · 17 years ago
  88. d6e88ae KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues by Avi Kivity · 17 years ago
  89. 4e1096d KVM: VMX: Add ept_sync_context in flush_tlb by Sheng Yang · 17 years ago
  90. efa67e0 KVM: VMX: Fake emulate Intel perfctr MSRs by Chris Lalancette · 17 years ago
  91. 65267ea KVM: VMX: Fix a wrong usage of vmcs_config by Sheng Yang · 17 years ago
  92. f08864b KVM: VMX: Enable NMI with in-kernel irqchip by Sheng Yang · 17 years ago
  93. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 17 years ago
  94. 543e424 KVM: VMX: Add list of potentially locally cached vcpus by Avi Kivity · 17 years ago
  95. 4ecac3f KVM: Handle virtualization instruction #UD faults during reboot by Avi Kivity · 17 years ago
  96. 7682f2d KVM: VMX: Trivial vmcs_write64() code simplification by Avi Kivity · 17 years ago
  97. c7bf23b KVM: VMX: move APIC_ACCESS trace entry to generic code by Joerg Roedel · 17 years ago
  98. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 17 years ago
  99. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  100. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 17 years ago