1. bfc2455 kvm: support TSC deadline MSR by Liu, Jinsong · 13 years ago
  2. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  3. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  4. 6115c0a kvm: remove unnecessary assignments by Blue Swirl · 13 years ago
  5. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  6. fdc9c41 Fix up some style nits of last uq/master merge by Jan Kiszka · 14 years ago
  7. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  8. ac363c9 Remove #ifdef KVM_CAP_TSC_CONTROL by Marcelo Tosatti · 14 years ago
  9. e742907 qemu-x86: Set tsc_khz in kvm when supported by Joerg Roedel · 14 years ago
  10. 31e8c69 KVM: Fix XSAVE feature bit enumeration by Andre Przywara · 14 years ago
  11. ba9bc59 kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid by Jan Kiszka · 14 years ago
  12. e56ff19 kvm: x86: Drop KVM_CAP build dependencies by Jan Kiszka · 14 years ago
  13. 5802e06 kvm: Drop CONFIG_KVM_PARA by Jan Kiszka · 14 years ago
  14. 42cc8fa kvm: x86: Save/restore FPU OP, IP and DP by Jan Kiszka · 14 years ago
  15. b3baa15 kvm: Add CPUID support for VIA CPU by brillywu@viatech.com.cn · 14 years ago
  16. 4a04371 kvm: use qemu_free consistently by Paolo Bonzini · 14 years ago
  17. 0c31b74 kvm: use kernel-provided para_features instead of statically coming up with new capabilities by Glauber Costa · 14 years ago
  18. f257473 kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit by Jan Kiszka · 14 years ago
  19. 2a4dac8 kvm: x86: Reorder functions in kvm.c by Jan Kiszka · 14 years ago
  20. bb4ea39 kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes by Jan Kiszka · 14 years ago
  21. 0c03266 kvm: x86: Synchronize PAT MSR with the kernel by Jan Kiszka · 14 years ago
  22. 4601f7b kvm: x86: Do not leave halt if interrupts are disabled by Jan Kiszka · 14 years ago
  23. 3c85e74 KVM, MCE, unpoison memory address across reboot by Huang Ying · 14 years ago
  24. 75d4949 kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails by Jan Kiszka · 14 years ago
  25. 32a4202 kvm: x86: Clean up kvm_setup_mce by Jan Kiszka · 14 years ago
  26. c34d440 kvm: x86: Consolidate TCG and KVM MCE injection code by Jan Kiszka · 14 years ago
  27. ab44347 kvm: x86: Inject pending MCE events on state writeback by Jan Kiszka · 14 years ago
  28. 9903686 kvm: Rename kvm_arch_process_irqchip_events to async_events by Jan Kiszka · 14 years ago
  29. 419fb20 kvm: x86: Move MCE functions together by Jan Kiszka · 14 years ago
  30. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  31. ce377af kvm: x86: Catch and report failing IRQ and NMI injections by Jan Kiszka · 14 years ago
  32. 7a39fe5 kvm: Drop return values from kvm_arch_pre/post_run by Jan Kiszka · 14 years ago
  33. db1669b kvm: x86: Prepare VCPU loop for in-kernel irqchip by Jan Kiszka · 14 years ago
  34. 6792a57 kvm: Separate TCG from KVM cpu execution by Jan Kiszka · 14 years ago
  35. b8cc45d kvm: make tsc stable over migration and machine start by Glauber Costa · 14 years ago
  36. 9ccfac9 kvm: Unconditionally reenter kernel after IO exits by Jan Kiszka · 14 years ago
  37. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  38. b3a9836 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  39. c5999bf kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supported by Jan Kiszka · 14 years ago
  40. d8f771d kvm: x86: Implicitly clear nmi_injected/pending on reset by Jan Kiszka · 14 years ago
  41. 11076198 kvm: x86: Rework identity map and TSS setup for larger BIOS sizes by Jan Kiszka · 14 years ago
  42. 94a8d39 kvm: Consolidate must-have capability checks by Jan Kiszka · 14 years ago
  43. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  44. 521f079 kvm: x86: Fix !CONFIG_KVM_PARA build by Jan Kiszka · 14 years ago
  45. ff5c186 kvm: x86: Reset paravirtual MSRs by Jan Kiszka · 14 years ago
  46. c3a3a7d kvm: x86: Refactor msr_star/hsave_pa setup and checks by Jan Kiszka · 14 years ago
  47. 1a5e9d2 kvm: x86: Fix xcr0 reset mismerge by Jan Kiszka · 14 years ago
  48. 3390e7f kvm: x86: Remove redundant mp_state initialization by Jan Kiszka · 14 years ago
  49. c14750e kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip by Jan Kiszka · 14 years ago
  50. 0d75a9e kvm: x86: Align kvm_arch_put_registers code with comment by Jan Kiszka · 14 years ago
  51. bb44e0d kvm: Improve reporting of fatal errors by Jan Kiszka · 14 years ago
  52. 73aaec4 kvm: Stop on all fatal exit reasons by Jan Kiszka · 14 years ago
  53. 646042e kvm: x86: Swallow KVM_EXIT_SET_TPR by Jan Kiszka · 14 years ago
  54. b9bec74 kvm: x86: Fix a few coding style violations by Jan Kiszka · 14 years ago
  55. 95c077c kvm: x86: Prevent sign extension of DR7 in guest debugging mode by Jan Kiszka · 14 years ago
  56. 3980e30 kvm: x86: Remove obsolete SS.RPL/DPL aligment by Jan Kiszka · 14 years ago
  57. acaa755 kvm: x86: Fix DPL write back of segment registers by Jan Kiszka · 14 years ago
  58. 7cc2cc3 kvm: introduce kvm_inject_x86_mce_on by Jin Dongming · 14 years ago
  59. e387c33 kvm: kvm_mce_inj_* subroutines for templated error injections by Jin Dongming · 14 years ago
  60. 6643e2f kvm: introduce kvm_mce_in_progress by Jin Dongming · 14 years ago
  61. 2bd3e04 Add function for checking mca broadcast of CPU by Jin Dongming · 14 years ago
  62. 31ce5e0 Add "broadcast" option for mce command by Jin Dongming · 14 years ago
  63. 14a0951 kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension() by Lai Jiangshan · 14 years ago
  64. 276ce81 kvm: Enable user space NMI injection for kvm guest by Lai Jiangshan · 14 years ago
  65. f6584ee Add support for async page fault to qemu by Gleb Natapov · 14 years ago
  66. 25d2e36 kvm: save/restore x86-64 MSRs on x86-64 kernels by Marcelo Tosatti · 14 years ago
  67. 384331a kvm: writeback SMP TSCs on migration only by Marcelo Tosatti · 14 years ago
  68. 75b10c4 kvm: factor out kvm_has_msr_star by Marcelo Tosatti · 14 years ago
  69. aa851e3 kvm: add save/restore of MSR_VM_HSAVE_PA by Marcelo Tosatti · 14 years ago
  70. d8da857 Fix build on !KVM_CAP_MCE by Hidetoshi Seto · 14 years ago
  71. f71ac88 x86, mce: broadcast mce depending on the cpu version by Hidetoshi Seto · 14 years ago
  72. f8502cf x86, mce: ignore SRAO only when MCG_SER_P is available by Hidetoshi Seto · 14 years ago
  73. 0f53994 Fix memory leak in register save load due to xsave support by Marcelo Tosatti · 14 years ago
  74. 5778049 Add savevm/loadvm support for MCE by Marcelo Tosatti · 14 years ago
  75. c0532a7 MCE: Relay UCR MCE to guest by Marcelo Tosatti · 14 years ago
  76. e770182 kvm: x86: add mce support by Marcelo Tosatti · 14 years ago
  77. 296acb6 Add svm cpuid features by Joerg Roedel · 14 years ago
  78. 408392b kvm: Fix cpu_is_bsp() compilation warning by Sheng Yang · 15 years ago
  79. ddced19 kvm: init mp_state by Marcelo Tosatti · 15 years ago
  80. f1665b2 kvm: Enable XSAVE live migration support by Sheng Yang · 15 years ago
  81. c958a8b kvm: Extend kvm_arch_get_supported_cpuid() to support index by Sheng Yang · 15 years ago
  82. 4a942ce apic: avoid passing CPUState from CPU code by Blue Swirl · 15 years ago
  83. c1667e4 kvm: fix 80000001.EDX supported bit filtering by Gleb Natapov · 15 years ago
  84. 4513d92 Do not stop VM if emulation failed in userspace. by Gleb Natapov · 15 years ago
  85. 0af691d kvm: enable smp > 1 by Marcelo Tosatti · 15 years ago
  86. dbaa07c kvm: validate context for kvm cpu get/put operations by Jan Kiszka · 15 years ago
  87. 2042043 kvm: allow qemu to set EPT identity mapping address by Sheng Yang · 15 years ago
  88. ff44f1a KVM: x86: Add debug register saving and restoring by Jan Kiszka · 15 years ago
  89. 8c0d577 kvm: avoid collision with dprintf macro in stdio.h, spotted by clang by Blue Swirl · 15 years ago
  90. 457dfed x86/cpuid: remove unnecessary kvm_trim function by Andre Przywara · 15 years ago
  91. ea64305 KVM: x86: Restrict writeback of VCPU state by Jan Kiszka · 15 years ago
  92. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  93. b0b1d69 KVM: Rework of guest debug state writing by Jan Kiszka · 15 years ago
  94. 35bed8e Move ioport.h out of cpu-all.h by Paul Brook · 15 years ago
  95. 724c689 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 15 years ago
  96. 62f734a kvm: Kill CR3_CACHE feature references by Jes Sorensen · 15 years ago
  97. 4c5b10b QEMU e820 reservation patch by Jes Sorensen · 15 years ago
  98. 19ccb8e KVM: x86: Fix up misreported CPU features by Jan Kiszka · 15 years ago
  99. aee028b KVM: Request setting of nmi_pending and sipi_vector by Jan Kiszka · 15 years ago
  100. bb0300d Add KVM paravirt cpuid leaf by Gleb Natapov · 15 years ago