1. 5bfd8b5 KVM: Move kvm_exit tracepoint rip reading inside tracepoint by Avi Kivity · 15 years ago
  2. d4f64b6 KVM: remove redundant initialization of page->private by Minchan Kim · 15 years ago
  3. 2ed152a KVM: cleanup kvm trace by Xiao Guangrong · 15 years ago
  4. 835e6b8 KVM: x86 emulator mark VMMCALL and LMSW as privileged by Gleb Natapov · 15 years ago
  5. f713853 KVM: SVM: Ignore lower 12 bit of nested msrpm_pa by Joerg Roedel · 15 years ago
  6. ce2ac08 KVM; SVM: Add correct handling of nested iopm by Joerg Roedel · 15 years ago
  7. 0d6b353 KVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  8. 323c3d8 KVM: SVM: Optimize nested svm msrpm merging by Joerg Roedel · 15 years ago
  9. ac72a9b KVM: SVM: Introduce direct access msr list by Joerg Roedel · 15 years ago
  10. 455716f KVM: SVM: Move msrpm offset calculation to seperate function by Joerg Roedel · 15 years ago
  11. d247782 KVM: SVM: Return correct values in nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  12. 0fc5c3a KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup by Andrea Gelmini · 15 years ago
  13. ea79849d KVM: x86 emulator: Implement jmp far opcode ff/5 by Gleb Natapov · 15 years ago
  14. e35b7b9 KVM: x86 emulator: Add decoding of 16bit second in memory argument by Gleb Natapov · 15 years ago
  15. 2d49ec7 KVM: move segment_base() into vmx.c by Gleb Natapov · 15 years ago
  16. 254d4d4 KVM: fix segment_base() error checking by Gleb Natapov · 15 years ago
  17. d6ab1ed KVM: Drop kvm_get_gdt() in favor of generic linux function by Gleb Natapov · 15 years ago
  18. 197717d KVM: SVM: Clear exit_info for injected INTR exits by Joerg Roedel · 15 years ago
  19. 7f5d8b5 KVM: SVM: Handle nested selective_cr0 intercept correctly by Joerg Roedel · 15 years ago
  20. b44ea38 KVM: x86: Don't set arch.cr0 in kvm_set_cr0 by Joerg Roedel · 15 years ago
  21. 8249402 KVM: SVM: Ignore write of hwcr.ignne by Joerg Roedel · 15 years ago
  22. 4a81018 KVM: SVM: Implement emulation of vm_cr msr by Joerg Roedel · 15 years ago
  23. 2e554e8 KVM: SVM: Add kvm_nested_intercepts tracepoint by Joerg Roedel · 15 years ago
  24. ecf1405 KVM: SVM: Restore tracing of nested vmcb address by Joerg Roedel · 15 years ago
  25. 887f500 KVM: SVM: Check for nested intercepts on NMI injection by Joerg Roedel · 15 years ago
  26. 0e5cbe3 KVM: SVM: Reset MMU on nested_svm_vmrun for NPT too by Joerg Roedel · 15 years ago
  27. e023171 KVM: SVM: Coding style cleanup by Joerg Roedel · 15 years ago
  28. 83bf000 KVM: x86: Preserve injected TF across emulation by Jan Kiszka · 15 years ago
  29. c310bac KVM: x86: Drop RF manipulation for guest single-stepping by Jan Kiszka · 15 years ago
  30. 66b7138 KVM: SVM: Emulate nRIP feature when reinjecting INT3 by Jan Kiszka · 15 years ago
  31. f92653e KVM: x86: Add kvm_is_linear_rip by Jan Kiszka · 15 years ago
  32. 116a475 KVM: SVM: Move svm_queue_exception by Jan Kiszka · 15 years ago
  33. 50a085b KVM: x86: Kick VCPU outside PIC lock again by Jan Kiszka · 15 years ago
  34. a1efbe7 KVM: x86: Add support for saving&restoring debug registers by Jan Kiszka · 15 years ago
  35. 48005f6 KVM: x86: Save&restore interrupt shadow mask by Jan Kiszka · 15 years ago
  36. 03b82a3 KVM: x86: Do not return soft events in vcpu_events by Jan Kiszka · 15 years ago
  37. 8fe5465 KVM: SVM: Fix wrong interrupt injection in enable_irq_windows by Joerg Roedel · 15 years ago
  38. 112592d KVM: drop unneeded kvm_run check in emulate_instruction() by Gleb Natapov · 15 years ago
  39. 052ce62 KVM: SVM: Remove newlines from nested trace points by Joerg Roedel · 15 years ago
  40. 66a562f KVM: SVM: Make lazy FPU switching work with nested svm by Joerg Roedel · 15 years ago
  41. 06fc7772 KVM: SVM: Activate nested state only when guest state is complete by Joerg Roedel · 15 years ago
  42. 88ab24a KVM: SVM: Don't sync nested cr8 to lapic and back by Joerg Roedel · 15 years ago
  43. 4c7da8c KVM: SVM: Fix nested msr intercept handling by Joerg Roedel · 15 years ago
  44. 6c3bd3d KVM: SVM: Annotate nested_svm_map with might_sleep() by Joerg Roedel · 15 years ago
  45. cdbbdc1 KVM: SVM: Sync all control registers on nested vmexit by Joerg Roedel · 15 years ago
  46. b8e88bc KVM: SVM: Fix schedule-while-atomic on nested exception handling by Joerg Roedel · 15 years ago
  47. 7597f12 KVM: SVM: Don't use kmap_atomic in nested_svm_map by Joerg Roedel · 15 years ago
  48. 0e4176a KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-X86EMUL values by Takuya Yoshikawa · 15 years ago
  49. 1b30eaa KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its helpers by Takuya Yoshikawa · 15 years ago
  50. 3e2815e KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x86_decode_insn() by Takuya Yoshikawa · 15 years ago
  51. 1161624 KVM: inject #UD in 64bit mode from instruction that are not valid there by Gleb Natapov · 15 years ago
  52. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 15 years ago
  53. e8861cfe KVM: x86: Fix TSS size check for 16-bit tasks by Jan Kiszka · 15 years ago
  54. 87bf6e7 KVM: fix the handling of dirty bitmaps to avoid overflows by Takuya Yoshikawa · 15 years ago
  55. 77662e0 KVM: MMU: fix kvm_mmu_zap_page() and its calling path by Xiao Guangrong · 15 years ago
  56. 78ac8b4 KVM: VMX: Save/restore rflags.vm correctly in real mode by Avi Kivity · 15 years ago
  57. 114be42 KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL by Andre Przywara · 15 years ago
  58. d6a2389 KVM: Don't spam kernel log when injecting exceptions due to bad cr writes by Avi Kivity · 15 years ago
  59. b7af404 KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails by Takuya Yoshikawa · 15 years ago
  60. 7567cae KVM: take srcu lock before call to complete_pio() by Gleb Natapov · 15 years ago
  61. 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
  62. c812a51 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  63. d2be165 KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP by Jan Kiszka · 15 years ago
  64. c573cd22 KVM: VMX: Update instruction length on intercepted BP by Jan Kiszka · 15 years ago
  65. e54cfa9 KVM: Fix emulate_sys[call, enter, exit]()'s fault handling by Takuya Yoshikawa · 15 years ago
  66. c697518 KVM: Fix segment descriptor loading by Gleb Natapov · 15 years ago
  67. 6f55048 KVM: Fix load_guest_segment_descriptor() to inject page fault by Takuya Yoshikawa · 15 years ago
  68. 8b9f441 KVM: x86 emulator: Forbid modifying CS segment register by mov instruction by Gleb Natapov · 15 years ago
  69. fa8273e KVM: Convert i8254/i8259 locks to raw_spinlocks by Thomas Gleixner · 15 years ago
  70. e424e19 KVM: x86 emulator: disallow opcode 82 in 64-bit mode by Gleb Natapov · 15 years ago
  71. 1d327ea KVM: x86 emulator: code style cleanup by Wei Yongjun · 15 years ago
  72. d380a5e KVM: x86 emulator: Add LOCK prefix validity checking by Gleb Natapov · 15 years ago
  73. e92805a KVM: x86 emulator: Check CPL level during privilege instruction emulation by Gleb Natapov · 15 years ago
  74. d4c6a15 KVM: x86 emulator: Fix popf emulation by Gleb Natapov · 15 years ago
  75. f850e2e KVM: x86 emulator: Check IOPL level during io instruction emulation by Gleb Natapov · 15 years ago
  76. 1871c60 KVM: x86 emulator: fix memory access during x86 emulation by Gleb Natapov · 15 years ago
  77. a004475 KVM: x86 emulator: Add Virtual-8086 mode of emulation by Gleb Natapov · 15 years ago
  78. 60a29d4 KVM: x86 emulator: Add group9 instruction decoding by Gleb Natapov · 15 years ago
  79. 2db2c2e KVM: x86 emulator: Add group8 instruction decoding by Gleb Natapov · 15 years ago
  80. 72bb2fc KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrl by Wei Yongjun · 15 years ago
  81. d225f53 KVM: PIT: unregister kvm irq notifier if fail to create pit by Wei Yongjun · 15 years ago
  82. a19a6d1 KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BIT by Sheng Yang · 15 years ago
  83. 90bb6fc KVM: MMU: Add tracepoint for guest page aging by Avi Kivity · 15 years ago
  84. 1976d2d KVM: Remove redundant reading of rax on OUT instructions by Takuya Yoshikawa · 15 years ago
  85. 6316e1c KVM: VMX: emulate accessed bit for EPT by Rik van Riel · 15 years ago
  86. 8f0b1ab KVM: Introduce kvm_host_page_size by Joerg Roedel · 15 years ago
  87. c45b4fd KVM: VMX: Remove redundant test in vmx_set_efer() by Julia Lawall · 15 years ago
  88. ebcbab4 KVM: VMX: Wire up .fpu_activate() callback by Avi Kivity · 15 years ago
  89. 7edcfac KVM: fix kvm_fix_hypercall() to return X86EMUL_* by Takuya Yoshikawa · 15 years ago
  90. c125c60 KVM: fix load_guest_segment_descriptor() to return X86EMUL_* by Takuya Yoshikawa · 15 years ago
  91. ab9f4ec KVM: enable PCI multiple-segments for pass-through device by Zhai, Edwin · 15 years ago
  92. 6d3e435 KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses() by Gui Jianfeng · 15 years ago
  93. 5920027 KVM: Trace failed msr reads and writes by Avi Kivity · 15 years ago
  94. 6e7d152 KVM: Fix msr trace by Avi Kivity · 15 years ago
  95. e01c242 KVM: mark segments accessed on HW task switch by Gleb Natapov · 15 years ago
  96. 81231c6 KVM: VMX: Pass cr0.mp through to the guest when the fpu is active by Avi Kivity · 15 years ago
  97. d7fa6ab KVM: MMU: Remove some useless code from alloc_mmu_pages() by Wei Yongjun · 15 years ago
  98. 0c04851 KVM: trace guest fpu loads and unloads by Avi Kivity · 15 years ago
  99. 8ae0991 KVM: Optimize kvm_read_cr[04]_bits() by Avi Kivity · 15 years ago
  100. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 15 years ago