1. f629cf8 KVM: skip_emulated_instruction() decode instruction if size is not known by Gleb Natapov · 15 years ago
  2. 923c61b KVM: Remove irq_pending bitmap by Gleb Natapov · 15 years ago
  3. fa9726b KVM: Do not allow interrupt injection from userspace if there is a pending event. by Gleb Natapov · 15 years ago
  4. 3298b75 KVM: Unprotect a page if #PF happens during NMI injection. by Gleb Natapov · 15 years ago
  5. 51e4d5a KVM: s390: Verify memory in kvm run by Carsten Otte · 15 years ago
  6. 3edbcff KVM: s390: Sanity check on validity intercept by Carsten Otte · 15 years ago
  7. abf4a71 KVM: s390: Unlink vcpu on destroy - v2 by Carsten Otte · 15 years ago
  8. b037a4f KVM: s390: optimize float int lock: spin_lock_bh --> spin_lock by Christian Borntraeger · 15 years ago
  9. ca87230 KVM: s390: use hrtimer for clock wakeup from idle - v2 by Christian Borntraeger · 15 years ago
  10. 2668dab KVM: s390: Fix memory slot versus run - v3 by Carsten Otte · 15 years ago
  11. 58f8ac2 KVM: Expand on "help" info to specify kvm intel and amd module names by Robert P. J. Day · 15 years ago
  12. 8986ecc KVM: x86: check for cr3 validity in mmu_alloc_roots by Marcelo Tosatti · 15 years ago
  13. b43b190 KVM: take mmu_lock when updating a deleted slot by Marcelo Tosatti · 15 years ago
  14. 7c8a83b KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock by Marcelo Tosatti · 15 years ago
  15. 310b5d3 KVM: Deal with interrupt shadow state for emulated instructions by Glauber Costa · 15 years ago
  16. 2809f5d KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() by Glauber Costa · 15 years ago
  17. 547de29 KVM: protect assigned dev workqueue, int handler and irq acker by Marcelo Tosatti · 15 years ago
  18. 32f8840 KVM: use smp_send_reschedule in kvm_vcpu_kick by Marcelo Tosatti · 15 years ago
  19. d149c73 KVM: Update cpuid 1.ecx reporting by Avi Kivity · 15 years ago
  20. 069ebaa x86: Add cpu features MOVBE and POPCNT by Avi Kivity · 15 years ago
  21. 7faa4ee KVM: Add AMD cpuid bit: cr8_legacy, abm, misaligned sse, sse4, 3dnow prefetch by Avi Kivity · 15 years ago
  22. 8d753f3 KVM: Fix cpuid feature misreporting by Avi Kivity · 15 years ago
  23. d6a8c87 KVM: Drop request_nmi from stats by Jan Kiszka · 15 years ago
  24. fe8e7f8 KVM: SVM: Don't reinject event that caused a task switch by Gleb Natapov · 15 years ago
  25. b586eb0 KVM: SVM: Fix cross vendor migration issue in segment segment descriptor by Andre Przywara · 15 years ago
  26. 9b5843d KVM: fix apic_debug instances by Glauber Costa · 15 years ago
  27. efbc100 KVM: Trivial format fix in setup_routing_entry() by Chris Wright · 15 years ago
  28. 8e1c181 KVM: VMX: Disable VMX when system shutdown by Sheng Yang · 15 years ago
  29. 522c68c KVM: Enable snooping control for supported hardware by Sheng Yang · 15 years ago
  30. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 15 years ago
  31. 9b62e5b1 KVM: Wake up waitqueue before calling get_cpu() by Jan Blunck · 15 years ago
  32. 14d0bc1 KVM: Get rid of get_irq() callback by Gleb Natapov · 15 years ago
  33. 16d7a19 KVM: Fix userspace IRQ chip migration by Gleb Natapov · 15 years ago
  34. 95ba827313 KVM: SVM: Add NMI injection support by Gleb Natapov · 15 years ago
  35. c4282df KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open by Gleb Natapov · 15 years ago
  36. 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
  37. 615d519 KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR by Gleb Natapov · 15 years ago
  38. 115666d KVM: Remove kvm_push_irq() by Gleb Natapov · 15 years ago
  39. 1d6ed0c KVM: Remove inject_pending_vectors() callback by Gleb Natapov · 15 years ago
  40. 1cb948a KVM: Remove exception_injected() callback. by Gleb Natapov · 15 years ago
  41. 9222be1 KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic by Gleb Natapov · 15 years ago
  42. 5df5664 KVM: Use kvm_arch_interrupt_allowed() instead of checking interrupt_window_open directly by Gleb Natapov · 15 years ago
  43. 1f21e79 KVM: VMX: Cleanup vmx_intr_assist() by Gleb Natapov · 15 years ago
  44. 863e8e6 KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX by Gleb Natapov · 15 years ago
  45. 8061823 KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too by Gleb Natapov · 15 years ago
  46. 3438253 KVM: MMU: Fix auditing code by Jan Kiszka · 15 years ago
  47. 43890ae KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled by Jes Sorensen · 15 years ago
  48. 4d13c3b KVM: ia64: preserve int status through call to kvm_insert_vmm_mapping by Jes Sorensen · 15 years ago
  49. 457459c KVM: ia64: restore irq state before calling kvm_vcpu_init by Jes Sorensen · 15 years ago
  50. f9b647a KVM: ia64: remove empty function vti_vcpu_load() by Jes Sorensen · 15 years ago
  51. 64f6afb KVM: ia64: Flush all TLBs once guest's memory mapping changes. by Xiantao Zhang · 15 years ago
  52. 59839df KVM: x86: check for cr3 validity in ioctl_set_sregs by Marcelo Tosatti · 15 years ago
  53. c6b60c6 KVM: ia64: Don't hold slots_lock in guest mode by Jes Sorensen · 15 years ago
  54. 463656c KVM: Replace kvmclock open-coded get_cpu_var() with the real thing by Avi Kivity · 15 years ago
  55. 8317c29 KVM: SVM: Skip instruction on a task switch only when appropriate by Gleb Natapov · 15 years ago
  56. ba8afb6 KVM: x86 emulator: Add new mode of instruction emulation: skip by Gleb Natapov · 15 years ago
  57. e637b82 KVM: x86 emulator: Decode soft interrupt instructions by Gleb Natapov · 15 years ago
  58. 84ce66a KVM: x86 emulator: Completely decode in/out at decoding stage by Gleb Natapov · 15 years ago
  59. 341de7e KVM: x86 emulator: Add unsigned byte immediate decode by Gleb Natapov · 15 years ago
  60. d53c477 KVM: x86 emulator: Complete decoding of call near in decode stage by Gleb Natapov · 15 years ago
  61. b2833e3 KVM: x86 emulator: Complete short/near jcc decoding in decode stage by Gleb Natapov · 15 years ago
  62. 782b877 KVM: x86 emulator: Complete ljmp decoding at decode stage by Gleb Natapov · 15 years ago
  63. 0654169 KVM: x86 emulator: Add lcall decoding by Gleb Natapov · 15 years ago
  64. a5f868b KVM: x86 emulator: Add decoding of 16bit second immediate argument by Gleb Natapov · 15 years ago
  65. c2d0ee4 KVM: MMU: remove global page optimization logic by Marcelo Tosatti · 15 years ago
  66. 2f8b9ee KVM: Make kvm header C++ friendly by nathan binkert · 15 years ago
  67. ede2ccc KVM: PIT: fix count read and mode 0 handling by Marcelo Tosatti · 15 years ago
  68. 2906e79 KVM: ia64: make kvm depend on CONFIG_MODULES. by Zhang, Xiantao · 15 years ago
  69. 2d03319 KVM: x86 emulator: fix call near emulation by Gleb Natapov · 15 years ago
  70. 4c26b4c KVM: MMU: Discard reserved bits checking on PDE bit 7-8 by Sheng Yang · 15 years ago
  71. 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 15 years ago
  72. b237ac3 KVM: Fix task switch back link handling. by Gleb Natapov · 15 years ago
  73. 8843419 KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts(). by Gleb Natapov · 15 years ago
  74. 37b96e9 KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements by Gleb Natapov · 15 years ago
  75. 7b4a25c KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET by Gleb Natapov · 15 years ago
  76. 20c466b KVM: Use rsvd_bits_mask in load_pdptrs() by Dong, Eddie · 15 years ago
  77. 93ba03c KVM: VMX: Fix feature testing by Sheng Yang · 15 years ago
  78. 0454715 KVM: VMX: Clean up Flex Priority related by Sheng Yang · 15 years ago
  79. 7a6ce84 KVM: remove pointless conditional before kfree() in lapic initialization by Wei Yongjun · 15 years ago
  80. 9645bb56 KVM: MMU: Use different shadows when EFER.NXE changes by Avi Kivity · 15 years ago
  81. 82725b2 KVM: MMU: Emulate #PF error code of reserved bits violation by Dong, Eddie · 15 years ago
  82. 362c105 KVM: ia64: enable external interrupt in vmm by Yang Zhang · 15 years ago
  83. a8b876b KVM: MMU: Fix comment in page_fault() by Eddie Dong · 15 years ago
  84. f9c617f KVM: VMX: Correct wrong vmcs field sizes by Sheng Yang · 15 years ago
  85. 7d433b9 KVM: VMX: Make flexpriority module parameter reflect hardware capability by Avi Kivity · 15 years ago
  86. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 15 years ago
  87. 09cec75 KVM: Timer event should not unconditionally unhalt vcpu. by Gleb Natapov · 15 years ago
  88. 089d034 KVM: VMX: Fold vm_need_ept() into callers by Avi Kivity · 15 years ago
  89. 575ff2d KVM: VMX: Zero ept module parameter if ept is not present by Avi Kivity · 15 years ago
  90. 919818a KVM: VMX: Zero the vpid module parameter if vpid is not supported by Avi Kivity · 15 years ago
  91. 4462d21 KVM: VMX: Annotate module parameters as __read_mostly by Avi Kivity · 15 years ago
  92. 736caef KVM: VMX: Simplify module parameter names by Avi Kivity · 15 years ago
  93. 6062d01 KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit() by Avi Kivity · 15 years ago
  94. c1f8bc0 KVM: VMX: Make module parameters readable by Avi Kivity · 15 years ago
  95. fe4c7b1 KVM: reuse (pop|push)_irq from svm.c in vmx.c by Gleb Natapov · 15 years ago
  96. 61c50ed KVM: SVM: Remove duplicate code in svm_do_inject_vector() by Gleb Natapov · 15 years ago
  97. 7fe29e0 KVM: x86: Ignore reads to EVNTSEL MSRs by Amit Shah · 15 years ago
  98. f00be0c KVM: MMU: do not free active mmu pages in free_mmu_pages() by Gleb Natapov · 15 years ago
  99. e56d532 KVM: Device assignment framework rework by Sheng Yang · 15 years ago
  100. 386eb6e KVM: make 'lapic_timer_ops' and 'kpit_ops' static by Hannes Eder · 15 years ago