1. 482ac18 KVM: x86 emulator: commit rflags as part of registers commit by Gleb Natapov · 15 years ago
  2. 9749a6c KVM: x86: Fix 32-bit build breakage due to typo by Jan Kiszka · 15 years ago
  3. 92bf974 KVM: small kvm_arch_vcpu_ioctl_run() cleanup. by Gleb Natapov · 15 years ago
  4. 5cd2191 KVM: x86 emulator: restart string instruction without going back to a guest. by Gleb Natapov · 15 years ago
  5. 7972995 KVM: x86 emulator: Move string pio emulation into emulator.c by Gleb Natapov · 15 years ago
  6. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 15 years ago
  7. ceffb45 KVM: Use task switch from emulator.c by Gleb Natapov · 15 years ago
  8. 2dafc6c KVM: x86 emulator: Provide more callbacks for x86 emulator. by Gleb Natapov · 15 years ago
  9. 063db06 KVM: Provide current eip as part of emulator context. by Gleb Natapov · 15 years ago
  10. 9c53724 KVM: Provide x86_emulate_ctxt callback to get current cpl by Gleb Natapov · 15 years ago
  11. 93a152b KVM: remove realmode_lmsw function. by Gleb Natapov · 15 years ago
  12. 52a4661 KVM: Provide callback to get/set control registers in emulator ops. by Gleb Natapov · 15 years ago
  13. 49c6799 KVM: Remove pointer to rflags from realmode_set_cr parameters. by Gleb Natapov · 15 years ago
  14. 4a5f48f KVM: Don't follow an atomic operation by a non-atomic one by Avi Kivity · 15 years ago
  15. daea3e7 KVM: Make locked operations truly atomic by Avi Kivity · 15 years ago
  16. 160d2f6 KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chip by Wei Yongjun · 15 years ago
  17. 5c1c85d KVM: Trace exception injection by Avi Kivity · 15 years ago
  18. 2ed152a KVM: cleanup kvm trace by Xiao Guangrong · 15 years ago
  19. 2d49ec7 KVM: move segment_base() into vmx.c by Gleb Natapov · 15 years ago
  20. 254d4d4 KVM: fix segment_base() error checking by Gleb Natapov · 15 years ago
  21. d6ab1ed KVM: Drop kvm_get_gdt() in favor of generic linux function by Gleb Natapov · 15 years ago
  22. b44ea38 KVM: x86: Don't set arch.cr0 in kvm_set_cr0 by Joerg Roedel · 15 years ago
  23. 8249402 KVM: SVM: Ignore write of hwcr.ignne by Joerg Roedel · 15 years ago
  24. 2e554e8 KVM: SVM: Add kvm_nested_intercepts tracepoint by Joerg Roedel · 15 years ago
  25. 83bf000 KVM: x86: Preserve injected TF across emulation by Jan Kiszka · 15 years ago
  26. c310bac KVM: x86: Drop RF manipulation for guest single-stepping by Jan Kiszka · 15 years ago
  27. f92653e KVM: x86: Add kvm_is_linear_rip by Jan Kiszka · 15 years ago
  28. a1efbe7 KVM: x86: Add support for saving&restoring debug registers by Jan Kiszka · 15 years ago
  29. 48005f6 KVM: x86: Save&restore interrupt shadow mask by Jan Kiszka · 15 years ago
  30. 03b82a3 KVM: x86: Do not return soft events in vcpu_events by Jan Kiszka · 15 years ago
  31. 112592d KVM: drop unneeded kvm_run check in emulate_instruction() by Gleb Natapov · 15 years ago
  32. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 15 years ago
  33. e8861cfe KVM: x86: Fix TSS size check for 16-bit tasks by Jan Kiszka · 14 years ago
  34. 87bf6e7 KVM: fix the handling of dirty bitmaps to avoid overflows by Takuya Yoshikawa · 14 years ago
  35. 114be42 KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL by Andre Przywara · 15 years ago
  36. d6a2389 KVM: Don't spam kernel log when injecting exceptions due to bad cr writes by Avi Kivity · 15 years ago
  37. 7567cae KVM: take srcu lock before call to complete_pio() by Gleb Natapov · 15 years ago
  38. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  39. d2be165 KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP by Jan Kiszka · 15 years ago
  40. c697518 KVM: Fix segment descriptor loading by Gleb Natapov · 15 years ago
  41. 6f55048 KVM: Fix load_guest_segment_descriptor() to inject page fault by Takuya Yoshikawa · 15 years ago
  42. fa8273e KVM: Convert i8254/i8259 locks to raw_spinlocks by Thomas Gleixner · 15 years ago
  43. f850e2e KVM: x86 emulator: Check IOPL level during io instruction emulation by Gleb Natapov · 15 years ago
  44. 1871c60 KVM: x86 emulator: fix memory access during x86 emulation by Gleb Natapov · 15 years ago
  45. a004475 KVM: x86 emulator: Add Virtual-8086 mode of emulation by Gleb Natapov · 15 years ago
  46. 72bb2fc KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrl by Wei Yongjun · 15 years ago
  47. 1976d2d KVM: Remove redundant reading of rax on OUT instructions by Takuya Yoshikawa · 15 years ago
  48. 7edcfac KVM: fix kvm_fix_hypercall() to return X86EMUL_* by Takuya Yoshikawa · 15 years ago
  49. c125c60 KVM: fix load_guest_segment_descriptor() to return X86EMUL_* by Takuya Yoshikawa · 15 years ago
  50. ab9f4ec KVM: enable PCI multiple-segments for pass-through device by Zhai, Edwin · 15 years ago
  51. e01c242 KVM: mark segments accessed on HW task switch by Gleb Natapov · 15 years ago
  52. 0c04851 KVM: trace guest fpu loads and unloads by Avi Kivity · 15 years ago
  53. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 15 years ago
  54. 3eeb328 KVM: Add a helper for checking if the guest is in protected mode by Avi Kivity · 15 years ago
  55. 6b52d18 KVM: Activate fpu on clts by Avi Kivity · 15 years ago
  56. e5bb402 KVM: Drop kvm_{load,put}_guest_fpu() exports by Avi Kivity · 15 years ago
  57. 2608d7a KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active by Avi Kivity · 15 years ago
  58. ab34482 KVM: x86: fix checking of cr0 validity by Gleb Natapov · 15 years ago
  59. c76de35 KVM: SVM: Clean up and enhance mov dr emulation by Jan Kiszka · 15 years ago
  60. 6474920 KVM: fix cleanup_srcu_struct on vm destruction by Marcelo Tosatti · 15 years ago
  61. ccd4693 KVM: fix Hyper-V hypercall warnings and wrong mask value by Gleb Natapov · 15 years ago
  62. c25bc16 KVM: Implement NotifyLongSpinWait HYPER-V hypercall by Gleb Natapov · 15 years ago
  63. 10388a0 KVM: Add HYPER-V apic access MSRs by Gleb Natapov · 15 years ago
  64. 55cd8e5 KVM: Implement bare minimum of HYPER-V MSRs by Gleb Natapov · 15 years ago
  65. f9a48e6 KVM: Set cr0.et when the guest writes cr0 by Avi Kivity · 15 years ago
  66. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 15 years ago
  67. 4d4ec08 KVM: Replace read accesses of vcpu->arch.cr0 by an accessor by Avi Kivity · 15 years ago
  68. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 15 years ago
  69. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  70. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  71. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 15 years ago
  72. a983fb2 KVM: x86: switch kvm_set_memory_alias to SRCU update by Marcelo Tosatti · 15 years ago
  73. b050b01 KVM: use SRCU for dirty log by Marcelo Tosatti · 15 years ago
  74. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 15 years ago
  75. fef9cce KVM: modify alias layout in x86s struct kvm_arch by Marcelo Tosatti · 15 years ago
  76. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  77. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 15 years ago
  78. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 15 years ago
  79. 2bf78fa KVM: Extended shared_msr_global to per CPU by Sheng Yang · 15 years ago
  80. fc78f51 KVM: Add accessor for reading cr4 (or some bits of cr4) by Avi Kivity · 15 years ago
  81. cb84b55 KVM: x86: raise TSS exception for NULL CS and SS segments by Marcelo Tosatti · 15 years ago
  82. 3fd28fc KVM: x86: make double/triple fault promotion generic to all exceptions by Eddie Dong · 15 years ago
  83. 923de3c kvmclock: count total_sleep_time when updating guest clock by Jason Wang · 15 years ago
  84. 443c39b KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() by Wei Yongjun · 15 years ago
  85. 36cb93f KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks by Wei Yongjun · 15 years ago
  86. dab4b91 KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates by Jan Kiszka · 15 years ago
  87. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  88. d569672 KVM: VMX: Fix comparison of guest efer with stale host value by Avi Kivity · 15 years ago
  89. 3548bab KVM: Drop user return notifier when disabling virtualization on a cpu by Avi Kivity · 15 years ago
  90. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  91. 4f926bf2 KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG by Jan Kiszka · 15 years ago
  92. 2204ae3 KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic by Marcelo Tosatti · 15 years ago
  93. 3ddea12 KVM: x86: disallow multiple KVM_CREATE_IRQCHIP by Marcelo Tosatti · 15 years ago
  94. 7c93be4 KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 by Marcelo Tosatti · 15 years ago
  95. 1655e3a KVM: remove duplicated task_switch check by Gleb Natapov · 15 years ago
  96. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  97. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  98. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  99. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  100. 94c30d9 KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check by Jan Kiszka · 15 years ago