1. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  2. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  3. 26bf264 KVM: x86: Export svm/vmx exit code and vector code to userspace by Xiao Guangrong · 12 years ago
  4. 1e08ec4 KVM: optimize apic interrupt delivery by Gleb Natapov · 12 years ago
  5. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 12 years ago
  6. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  7. 716d51a KVM: Provide userspace IO exit completion callback by Gleb Natapov · 12 years ago
  8. 51d59c6 KVM: x86: fix pvclock guest stopped flag reporting by Marcelo Tosatti · 12 years ago
  9. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  10. e9bda6f Merge branch 'queue' into next by Avi Kivity · 12 years ago
  11. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  12. 1a577b7 KVM: fix race with level interrupts by Michael S. Tsirkin · 12 years ago
  13. 77d1130 KVM: Separate rmap_pde from kvm_lpage_info->write_count by Takuya Yoshikawa · 12 years ago
  14. b3ae209 KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start() by Takuya Yoshikawa · 12 years ago
  15. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 12 years ago
  16. 15c7ad5 perf/x86: Rename Intel specific macros by Robert Richter · 13 years ago
  17. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 13 years ago
  18. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  19. c142786 KVM: MMU: Don't use RCU for lockless shadow walking by Avi Kivity · 13 years ago
  20. 4138377 KVM: Introduce bitmask for apic attention reasons by Gleb Natapov · 13 years ago
  21. 3ee8972 x86, extable: Remove open-coded exception table entries in arch/x86/include/asm/kvm_host.h by H. Peter Anvin · 13 years ago
  22. 5dc99b23 KVM: Avoid checking huge page mappings in get_dirty_log() by Takuya Yoshikawa · 13 years ago
  23. 7f3d35f KVM: x86 emulator: Fix task switch privilege checks by Kevin Wolf · 13 years ago
  24. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  25. e26101b KVM: Track TSC synchronization in generations by Zachary Amsden · 13 years ago
  26. 0dd6a6e KVM: Dont mark TSC unstable due to S4 suspend by Zachary Amsden · 13 years ago
  27. f1e2b26 KVM: Allow adjust_tsc_offset to be in host or guest cycles by Marcelo Tosatti · 13 years ago
  28. 6f526ec KVM: Add last_host_tsc tracking back to KVM by Zachary Amsden · 13 years ago
  29. 5d3cb0f6 KVM: Improve TSC offset matching by Zachary Amsden · 13 years ago
  30. cc57828 KVM: Infrastructure for software and hardware based TSC rate scaling by Zachary Amsden · 13 years ago
  31. a59cb29 KVM: x86: increase recommended max vcpus to 160 by Marcelo Tosatti · 13 years ago
  32. 3ea8b75 KVM: MMU: Remove unused kvm_pte_chain by Takuya Yoshikawa · 13 years ago
  33. 2b036c6 KVM: SVM: Add support for AMD's OSVW feature in guests by Boris Ostrovsky · 13 years ago
  34. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  35. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  36. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  37. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  38. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  39. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  40. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  41. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  42. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  43. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  44. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  45. 7460fb4a KVM: Fix simultaneous NMIs by Avi Kivity · 13 years ago
  46. d5c1785 KVM: L1 TSC handling by Nadav Har'El · 13 years ago
  47. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 13 years ago
  48. 0d460ff KVM: Use __print_symbolic() for vmexit tracepoints by Stefan Hajnoczi · 13 years ago
  49. 8c3ba33 KVM: x86: Raise the hard VCPU count limit by Sasha Levin · 13 years ago
  50. c2a2ac2 KVM: MMU: lockless walking shadow page table by Xiao Guangrong · 13 years ago
  51. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  52. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 13 years ago
  53. c9aaa89 KVM: Steal time implementation by Glauber Costa · 13 years ago
  54. 411c588 KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0 by Avi Kivity · 14 years ago
  55. d9c3476 KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITS by Yang, Wei · 14 years ago
  56. 8d9c975 KVM: Remove SMEP bit from CR4_RESERVED_BITS by Yang, Wei Y · 14 years ago
  57. 5e1746d KVM: nVMX: Allow setting the VMXE bit in CR4 by Nadav Har'El · 14 years ago
  58. 67052b3 KVM: MMU: remove the arithmetic of parent pte rmap by Xiao Guangrong · 14 years ago
  59. 53c07b1 KVM: MMU: abstract the operation of rmap by Xiao Guangrong · 14 years ago
  60. 332b207 KVM: MMU: optimize pte write path if don't have protected sp by Xiao Guangrong · 14 years ago
  61. 5e520e6 KVM: VMX: Move VMREAD cleanup to exception handler by Avi Kivity · 14 years ago
  62. 2fb92db KVM: VMX: Cache vmcs segment fields by Avi Kivity · 14 years ago
  63. 8d7d8102 KVM: mmio_fault_cr2 is not used by Gleb Natapov · 14 years ago
  64. d6aa100 KVM: x86 emulator: add ->fix_hypercall() callback by Avi Kivity · 14 years ago
  65. 3cb16fe KVM: x86 emulator: make emulate_invlpg() an emulator callback by Avi Kivity · 14 years ago
  66. 2d04a05 KVM: x86 emulator: emulate CLTS internally by Avi Kivity · 14 years ago
  67. 1ac9d0c KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() by Avi Kivity · 14 years ago
  68. 7c4c0f4 KVM: X86: Update last_guest_tsc in vcpu_put by Joerg Roedel · 14 years ago
  69. 7ae441e KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu by Gleb Natapov · 14 years ago
  70. 92a1f12 KVM: X86: Implement userspace interface to set virtual_tsc_khz by Joerg Roedel · 14 years ago
  71. 857e409 KVM: X86: Delegate tsc-offset calculation to architecture code by Joerg Roedel · 14 years ago
  72. 4051b18 KVM: X86: Implement call-back to propagate virtual_tsc_khz by Joerg Roedel · 14 years ago
  73. 1e99361 KVM: X86: Let kvm-clock report the right tsc frequency by Joerg Roedel · 14 years ago
  74. 7c56252 KVM: MMU: remove mmu_seq verification on pte update path by Xiao Guangrong · 14 years ago
  75. cfec82c KVM: SVM: Add intercept check for emulated cr accesses by Joerg Roedel · 14 years ago
  76. 8a76d7f KVM: x86: Add x86 callback for intercept check by Joerg Roedel · 14 years ago
  77. cef4dea KVM: 16-byte mmio support by Avi Kivity · 15 years ago
  78. 69c7302 KVM: VMX: Cache cpl by Avi Kivity · 14 years ago
  79. 6de1273 KVM: VMX: Optimize vmx_get_rflags() by Avi Kivity · 14 years ago
  80. 0f53b5b KVM: MMU: cleanup pte write path by Xiao Guangrong · 14 years ago
  81. 49b26e2 KVM: MMU: do not record gfn in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  82. 038f8c1 KVM: x86: Convert tsc_write_lock to raw_spinlock by Jan Kiszka · 14 years ago
  83. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 14 years ago
  84. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
  85. b034cf0 KVM: MMU: audit: allow audit more guests at the same time by Xiao Guangrong · 14 years ago
  86. aff48ba KVM: Fetch guest cr3 from hardware on demand by Avi Kivity · 14 years ago
  87. dc25e89 KVM: SVM: copy instruction bytes from VMCB by Andre Przywara · 14 years ago
  88. 51d8b66 KVM: cleanup emulate_instruction by Andre Przywara · 14 years ago
  89. db8fcef KVM: move complete_insn_gp() into x86.c by Andre Przywara · 14 years ago
  90. eea1cff KVM: x86: fix CR8 handling by Andre Przywara · 14 years ago
  91. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  92. 78b2c54 KVM: MMU: rename 'no_apf' to 'prefault' by Xiao Guangrong · 14 years ago
  93. b7c4145 KVM: Don't spin on virt instruction faults during reboot by Avi Kivity · 14 years ago
  94. ec9e60b KVM: X86: Introduce generic guest-mode representation by Joerg Roedel · 14 years ago
  95. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  96. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  97. a4a8e6f KVM: MMU: remove 'clear_unsync' parameter by Xiao Guangrong · 14 years ago
  98. 586f960 KVM: Add instruction-set-specific exit qualifications to kvm_exit trace by Avi Kivity · 14 years ago
  99. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  100. 2a126fa KVM: remove unused function declaration by Xiao Guangrong · 14 years ago