1. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  2. a0861c0 KVM: Add VT-x machine check support by Andi Kleen · 15 years ago
  3. 56b237e KVM: VMX: Rename rmode.active to rmode.vm86_active by Nitin A Kamble · 15 years ago
  4. 20f6598 KVM: Move "exit due to NMI" handling into vmx_complete_interrupts() by Gleb Natapov · 15 years ago
  5. 66fd3f7 KVM: Do not re-execute INTn instruction. by Gleb Natapov · 15 years ago
  6. 3298b75 KVM: Unprotect a page if #PF happens during NMI injection. by Gleb Natapov · 15 years ago
  7. 2809f5d KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() by Glauber Costa · 15 years ago
  8. 522c68c KVM: Enable snooping control for supported hardware by Sheng Yang · 15 years ago
  9. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 15 years ago
  10. 14d0bc1 KVM: Get rid of get_irq() callback by Gleb Natapov · 15 years ago
  11. 95ba827313 KVM: SVM: Add NMI injection support by Gleb Natapov · 15 years ago
  12. c4282df KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open by Gleb Natapov · 15 years ago
  13. 0a5fff19 KVM: Do not report TPR write to userspace if new value bigger or equal to a previous one. by Gleb Natapov · 15 years ago
  14. 1d6ed0c KVM: Remove inject_pending_vectors() callback by Gleb Natapov · 15 years ago
  15. 1cb948a KVM: Remove exception_injected() callback. by Gleb Natapov · 15 years ago
  16. 1f21e79 KVM: VMX: Cleanup vmx_intr_assist() by Gleb Natapov · 15 years ago
  17. 863e8e6 KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX by Gleb Natapov · 15 years ago
  18. 8061823 KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too by Gleb Natapov · 15 years ago
  19. 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 15 years ago
  20. 8843419 KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts(). by Gleb Natapov · 15 years ago
  21. 37b96e9 KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements by Gleb Natapov · 15 years ago
  22. 7b4a25c KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET by Gleb Natapov · 15 years ago
  23. 93ba03c KVM: VMX: Fix feature testing by Sheng Yang · 15 years ago
  24. 0454715 KVM: VMX: Clean up Flex Priority related by Sheng Yang · 15 years ago
  25. f9c617f KVM: VMX: Correct wrong vmcs field sizes by Sheng Yang · 15 years ago
  26. 7d433b9 KVM: VMX: Make flexpriority module parameter reflect hardware capability by Avi Kivity · 15 years ago
  27. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 15 years ago
  28. 089d034 KVM: VMX: Fold vm_need_ept() into callers by Avi Kivity · 15 years ago
  29. 575ff2d KVM: VMX: Zero ept module parameter if ept is not present by Avi Kivity · 15 years ago
  30. 919818a KVM: VMX: Zero the vpid module parameter if vpid is not supported by Avi Kivity · 15 years ago
  31. 4462d21 KVM: VMX: Annotate module parameters as __read_mostly by Avi Kivity · 15 years ago
  32. 736caef KVM: VMX: Simplify module parameter names by Avi Kivity · 15 years ago
  33. 6062d01 KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit() by Avi Kivity · 15 years ago
  34. c1f8bc0 KVM: VMX: Make module parameters readable by Avi Kivity · 15 years ago
  35. fe4c7b1 KVM: reuse (pop|push)_irq from svm.c in vmx.c by Gleb Natapov · 15 years ago
  36. 5897297 KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE by Avi Kivity · 15 years ago
  37. 3e7c73e KVM: VMX: Don't use highmem pages for the msr and pio bitmaps by Avi Kivity · 15 years ago
  38. 16175a7 KVM: VMX: Don't allow uninhibited access to EFER on i386 by Avi Kivity · 15 years ago
  39. 401d10d KVM: VMX: Update necessary state when guest enters long mode by Amit Shah · 15 years ago
  40. 49cd7d2 KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio by Sheng Yang · 15 years ago
  41. 34c33d1 KVM: Drop unused evaluations from string pio handlers by Jan Kiszka · 15 years ago
  42. 8b3079a KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily by Avi Kivity · 15 years ago
  43. 10f32d8 KVM: VMX: Prevent exit handler from running if emulating due to invalid state by Avi Kivity · 15 years ago
  44. 9fd4a3b KVM: VMX: don't clobber segment AR if emulating invalid state by Avi Kivity · 15 years ago
  45. 1872a3f KVM: VMX: Fix guest state validity checks by Avi Kivity · 15 years ago
  46. 53f658b3 KVM: VMX: initialize TSC offset relative to vm creation time by Marcelo Tosatti · 16 years ago
  47. ae675ef KVM: x86: Wire-up hardware breakpoints for guest debugging by Jan Kiszka · 16 years ago
  48. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  49. 55934c0 KVM: VMX: Allow single-stepping when uninterruptible by Jan Kiszka · 16 years ago
  50. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  51. 8ab2d2e KVM: VMX: Support for injecting software exceptions by Jan Kiszka · 16 years ago
  52. 516a1a7 KVM: VMX: Flush volatile msrs before emulating rdmsr by Avi Kivity · 15 years ago
  53. b682b81 KVM: x86: fix LAPIC pending count calculation by Marcelo Tosatti · 15 years ago
  54. 2aaf69d KVM: MMU: Map device MMIO as UC in EPT by Sheng Yang · 15 years ago
  55. 4531220 KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI by Jan Kiszka · 16 years ago
  56. 264ff01 KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip by Jan Kiszka · 16 years ago
  57. efff9e5 KVM: VMX: fix sparse warning by Hannes Eder · 16 years ago
  58. df203ec KVM: VMX: Conditionally request interrupt window after injecting irq by Avi Kivity · 16 years ago
  59. 710ff4a KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable() by Eduardo Habkost · 16 years ago
  60. 6210e37 KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h by Eduardo Habkost · 16 years ago
  61. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  62. 1d5a4d9 KVM: VMX: Handle mmio emulation when guest state is invalid by Guillaume Thouvenin · 16 years ago
  63. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago
  64. 6fe6397 KVM: VMX: Move private memory slot position by Sheng Yang · 16 years ago
  65. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  66. 468d472 KVM: VMX: Add PAT support for EPT by Sheng Yang · 16 years ago
  67. 3b86cd9 KVM: VMX: work around lacking VNMI support by Jan Kiszka · 16 years ago
  68. 487b391 KVM: VMX: Provide support for user space injected NMIs by Jan Kiszka · 16 years ago
  69. 66a5a34 KVM: VMX: fix real-mode NMI support by Jan Kiszka · 16 years ago
  70. f460ee4 KVM: VMX: refactor IRQ and NMI window enabling by Jan Kiszka · 16 years ago
  71. 33f089c KVM: VMX: refactor/fix IRQ and NMI injectability determination by Jan Kiszka · 16 years ago
  72. 60637aa KVM: VMX: Support for NMI task gates by Jan Kiszka · 16 years ago
  73. e4a4188 KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value by Jan Kiszka · 16 years ago
  74. a26bf12 KVM: VMX: include all IRQ window exits in statistics by Jan Kiszka · 16 years ago
  75. bd2b3ca KVM: VMX: Fix interrupt loss during race with NMI by Avi Kivity · 16 years ago
  76. 928d4bf KVM: VMX: Set IGMT bit in EPT entry by Sheng Yang · 16 years ago
  77. 83dbc83 KVM: VMX: enable invlpg exiting if EPT is disabled by Marcelo Tosatti · 16 years ago
  78. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  79. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  80. 9ea542f KVM: VMX: Rename IA32_FEATURE_CONTROL bits by Sheng Yang · 16 years ago
  81. 4b92fe0 KVM: VMX: Cleanup stalled INTR_INFO read by Jan Kiszka · 16 years ago
  82. fa89a81 KVM: Add statistics for guest irq injections by Avi Kivity · 16 years ago
  83. a16b20d KVM: VMX: Change segment dpl at reset to 3 by Avi Kivity · 16 years ago
  84. 5706be0 KVM: VMX: Change cs reset state to be a data segment by Avi Kivity · 16 years ago
  85. a89a8fb KVM: VMX: Modify mode switching and vmentry functions by Mohammed Gamal · 16 years ago
  86. ea953ef KVM: VMX: Add invalid guest state handler by Mohammed Gamal · 16 years ago
  87. 04fa4d3 KVM: VMX: Add module parameter and emulation flag. by Mohammed Gamal · 16 years ago
  88. 648dfaa KVM: VMX: Add Guest State Validity Checks by Mohammed Gamal · 16 years ago
  89. ecfc79c KVM: VMX: Use interrupt queue for !irqchip_in_kernel by Avi Kivity · 16 years ago
  90. 464d17c KVM: VMX: Clean up magic number 0x66 in init_rmode_tss by Sheng Yang · 16 years ago
  91. 313dbd4 KVM: VMX: Avoid vmwrite(HOST_RSP) when possible by Avi Kivity · 16 years ago
  92. c801949 KVM: VMX: Unify register save/restore across 32 and 64 bit hosts by Avi Kivity · 16 years ago
  93. 77ab6db KVM: VMX: Reinject real mode exception by Jan Kiszka · 16 years ago
  94. 19bd8af KVM: Consolidate XX_VECTOR defines by Jan Kiszka · 16 years ago
  95. 60bd83a KVM: VMX: Remove redundant check in handle_rmode_exception by Mohammed Gamal · 16 years ago
  96. f7d9238 KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts() by Avi Kivity · 16 years ago
  97. 35920a3 KVM: VMX: Fix pending exception processing by Avi Kivity · 16 years ago
  98. 668f612 KVM: VMX: Move nmi injection failure processing to vm exit path by Avi Kivity · 16 years ago
  99. cf393f7 KVM: Move NMI IRET fault processing to new vmx_complete_interrupts() by Avi Kivity · 16 years ago
  100. 5fdbf97 KVM: x86: accessors for guest registers by Marcelo Tosatti · 16 years ago