1. 67ec660 KVM: SVM: Implement workaround for Erratum 383 by Joerg Roedel · 14 years ago
  2. fe5913e KVM: SVM: Handle MCEs early in the vmexit process by Joerg Roedel · 14 years ago
  3. 98edb6c Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  4. 0d945bd KVM: SVM: Don't allow nested guest to VMMCALL into host by Joerg Roedel · 14 years ago
  5. 0ee75be KVM: Let vcpu structure alignment be determined at runtime by Avi Kivity · 14 years ago
  6. ff47a49 KVM: SVM: Handle MCE intercepts always on host level by Joerg Roedel · 14 years ago
  7. ce7ddec KVM: x86: Allow marking an exception as reinjected by Joerg Roedel · 14 years ago
  8. c2c63a4 KVM: SVM: Report emulated SVM features to userspace by Joerg Roedel · 14 years ago
  9. d4330ef KVM: x86: Add callback to let modules decide over some supported cpuid bits by Joerg Roedel · 14 years ago
  10. 228070b KVM: SVM: Propagate nested entry failure into guest hypervisor by Joerg Roedel · 14 years ago
  11. 2be4fc7 KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling by Joerg Roedel · 14 years ago
  12. 2041a06 KVM: SVM: Make sure rip is synced to vmcb before nested vmexit by Joerg Roedel · 14 years ago
  13. 924584c KVM: SVM: Fix nested nmi handling by Joerg Roedel · 14 years ago
  14. acb5451 KVM: prevent spurious exit to userspace during task switch emulation. by Gleb Natapov · 14 years ago
  15. e269fb2 KVM: x86: Push potential exception error code on task switches by Jan Kiszka · 14 years ago
  16. 020df07 KVM: move DR register access handling into generic code by Gleb Natapov · 14 years ago
  17. 6bc31bd KVM: SVM: implement NEXTRIPsave SVM feature by Andre Przywara · 14 years ago
  18. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 14 years ago
  19. 5bfd8b5 KVM: Move kvm_exit tracepoint rip reading inside tracepoint by Avi Kivity · 14 years ago
  20. f713853 KVM: SVM: Ignore lower 12 bit of nested msrpm_pa by Joerg Roedel · 14 years ago
  21. ce2ac08 KVM; SVM: Add correct handling of nested iopm by Joerg Roedel · 14 years ago
  22. 0d6b353 KVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handled_msr by Joerg Roedel · 14 years ago
  23. 323c3d8 KVM: SVM: Optimize nested svm msrpm merging by Joerg Roedel · 14 years ago
  24. ac72a9b KVM: SVM: Introduce direct access msr list by Joerg Roedel · 14 years ago
  25. 455716f KVM: SVM: Move msrpm offset calculation to seperate function by Joerg Roedel · 14 years ago
  26. d247782 KVM: SVM: Return correct values in nested_svm_exit_handled_msr by Joerg Roedel · 14 years ago
  27. 061e2fd KVM: SVM: Fix wrong intercept masks on 32 bit by Joerg Roedel · 14 years ago
  28. d6ab1ed KVM: Drop kvm_get_gdt() in favor of generic linux function by Gleb Natapov · 14 years ago
  29. 197717d KVM: SVM: Clear exit_info for injected INTR exits by Joerg Roedel · 14 years ago
  30. 7f5d8b5 KVM: SVM: Handle nested selective_cr0 intercept correctly by Joerg Roedel · 14 years ago
  31. 4a81018 KVM: SVM: Implement emulation of vm_cr msr by Joerg Roedel · 14 years ago
  32. 2e554e8 KVM: SVM: Add kvm_nested_intercepts tracepoint by Joerg Roedel · 14 years ago
  33. ecf1405 KVM: SVM: Restore tracing of nested vmcb address by Joerg Roedel · 14 years ago
  34. 887f500 KVM: SVM: Check for nested intercepts on NMI injection by Joerg Roedel · 14 years ago
  35. 0e5cbe3 KVM: SVM: Reset MMU on nested_svm_vmrun for NPT too by Joerg Roedel · 14 years ago
  36. e023171 KVM: SVM: Coding style cleanup by Joerg Roedel · 14 years ago
  37. 66b7138 KVM: SVM: Emulate nRIP feature when reinjecting INT3 by Jan Kiszka · 14 years ago
  38. 116a475 KVM: SVM: Move svm_queue_exception by Jan Kiszka · 14 years ago
  39. 48005f6 KVM: x86: Save&restore interrupt shadow mask by Jan Kiszka · 14 years ago
  40. 8fe5465 KVM: SVM: Fix wrong interrupt injection in enable_irq_windows by Joerg Roedel · 14 years ago
  41. 66a562f KVM: SVM: Make lazy FPU switching work with nested svm by Joerg Roedel · 14 years ago
  42. 06fc7772 KVM: SVM: Activate nested state only when guest state is complete by Joerg Roedel · 14 years ago
  43. 88ab24a KVM: SVM: Don't sync nested cr8 to lapic and back by Joerg Roedel · 14 years ago
  44. 4c7da8c KVM: SVM: Fix nested msr intercept handling by Joerg Roedel · 14 years ago
  45. 6c3bd3d KVM: SVM: Annotate nested_svm_map with might_sleep() by Joerg Roedel · 14 years ago
  46. cdbbdc1 KVM: SVM: Sync all control registers on nested vmexit by Joerg Roedel · 14 years ago
  47. b8e88bc KVM: SVM: Fix schedule-while-atomic on nested exception handling by Joerg Roedel · 14 years ago
  48. 7597f12 KVM: SVM: Don't use kmap_atomic in nested_svm_map by Joerg Roedel · 14 years ago
  49. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 14 years ago
  50. b7af404 KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails by Takuya Yoshikawa · 14 years ago
  51. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  52. 5920027 KVM: Trace failed msr reads and writes by Avi Kivity · 15 years ago
  53. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 15 years ago
  54. 6b52d18 KVM: Activate fpu on clts by Avi Kivity · 15 years ago
  55. 727f5a2 KVM: SVM: Trap all debug register accesses by Jan Kiszka · 15 years ago
  56. c76de35 KVM: SVM: Clean up and enhance mov dr emulation by Jan Kiszka · 15 years ago
  57. 4610c83 KVM: SVM: Lazy fpu with npt by Avi Kivity · 15 years ago
  58. d225157 KVM: SVM: Selective cr0 intercept by Avi Kivity · 15 years ago
  59. 888f9f3 KVM: SVM: Restore unconditional cr0 intercept under npt by Avi Kivity · 15 years ago
  60. bff7827 KVM: SVM: Initialize fpu_active in init_vmcb() by Avi Kivity · 15 years ago
  61. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 15 years ago
  62. e8467fd KVM: VMX: Allow the guest to own some cr0 bits by Avi Kivity · 15 years ago
  63. 4d4ec08 KVM: Replace read accesses of vcpu->arch.cr0 by an accessor by Avi Kivity · 15 years ago
  64. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 15 years ago
  65. 953899b KVM: SVM: Adjust tsc_offset only if tsc_unstable by Joerg Roedel · 15 years ago
  66. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 15 years ago
  67. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 15 years ago
  68. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  69. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  70. 3ce672d KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization by Eduardo Habkost · 15 years ago
  71. 18fa000 KVM: SVM: Reset cr0 properly on vcpu reset by Eduardo Habkost · 15 years ago
  72. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  73. 565d099 KVM: SVM: Support Pause Filter in AMD processors by Mark Langsdorf · 15 years ago
  74. d36f19e KVM: SVM: Remove nsvm_printk debugging code by Joerg Roedel · 15 years ago
  75. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  76. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  77. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  78. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  79. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  80. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  81. cd3ff65 KVM: SVM: Move INTR vmexit out of atomic code by Joerg Roedel · 15 years ago
  82. 8d23c46 KVM: SVM: Notify nested hypervisor of lost event injections by Alexander Graf · 15 years ago
  83. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  84. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  85. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  86. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  87. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  88. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  89. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  90. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  91. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  92. 0fe1e00 percpu: make percpu symbols in x86 unique by Tejun Heo · 15 years ago
  93. 20824f3 KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly by Joerg Roedel · 15 years ago
  94. 77b1ab1 KVM: SVM: Fix tsc offset adjustment when running nested by Joerg Roedel · 15 years ago
  95. 52c7847 KVM: SVM: Drop tlb flush workaround in npt by Avi Kivity · 15 years ago
  96. 4b6e4dc KVM: SVM: enable nested svm by default by Joerg Roedel · 15 years ago
  97. 108768d KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed by Joerg Roedel · 15 years ago
  98. 2666695 KVM: SVM: move nested_svm_intr main logic out of if-clause by Joerg Roedel · 15 years ago
  99. cda0ffd KVM: SVM: remove unnecessary is_nested check from svm_cpu_run by Joerg Roedel · 15 years ago
  100. 410e4d5 KVM: SVM: move special nested exit handling to separate function by Joerg Roedel · 15 years ago