1. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 12 years ago
  2. 0017f93 KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics by Avi Kivity · 12 years ago
  3. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 12 years ago
  4. d905c06 KVM: rearrange injection cancelling code by Michael S. Tsirkin · 12 years ago
  5. 5cfb1d5 KVM: only sync when attention bits set by Michael S. Tsirkin · 12 years ago
  6. 9e40b67 KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc() by Takuya Yoshikawa · 12 years ago
  7. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 12 years ago
  8. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 12 years ago
  9. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  10. d8368af KVM: Fix mmu_reload() clash with nested vmx event injection by Avi Kivity · 12 years ago
  11. a4fa163 KVM: ensure async PF event wakes up vcpu from halt by Gleb Natapov · 12 years ago
  12. bfce281 kill mm argument of vm_munmap() by Al Viro · 12 years ago
  13. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  14. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 12 years ago
  15. f78146b KVM: Fix page-crossing MMIO by Avi Kivity · 12 years ago
  16. 60c3461 KVM: Switch to srcu-less get_dirty_log() by Takuya Yoshikawa · 12 years ago
  17. 5dc99b23 KVM: Avoid checking huge page mappings in get_dirty_log() by Takuya Yoshikawa · 12 years ago
  18. 1c0b28c KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRL by Eric B Munson · 12 years ago
  19. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 12 years ago
  20. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  21. 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  22. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  23. 02626b6 KVM: x86: fix kvm_write_tsc() TSC matching thinko by Marcelo Tosatti · 12 years ago
  24. a223c31 KVM: Ignore the writes to MSR_K7_HWCR(3) by Nicolae Mogoreanu · 12 years ago
  25. 07700a9 KVM: Allow host IRQ sharing for assigned PCI 2.3 devices by Jan Kiszka · 12 years ago
  26. 3e51570 KVM: Ensure all vcpus are consistent with in-kernel irqchip settings by Avi Kivity · 12 years ago
  27. 4cee479 KVM: x86 emulator: Allow PM/VM86 switch during task switch by Kevin Wolf · 12 years ago
  28. 7f3d35f KVM: x86 emulator: Fix task switch privilege checks by Kevin Wolf · 12 years ago
  29. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 12 years ago
  30. 6dbf79e KVM: Fix write protection race during dirty logging by Takuya Yoshikawa · 12 years ago
  31. e26101b KVM: Track TSC synchronization in generations by Zachary Amsden · 12 years ago
  32. 0dd6a6e KVM: Dont mark TSC unstable due to S4 suspend by Zachary Amsden · 12 years ago
  33. f1e2b26 KVM: Allow adjust_tsc_offset to be in host or guest cycles by Marcelo Tosatti · 12 years ago
  34. 6f526ec KVM: Add last_host_tsc tracking back to KVM by Zachary Amsden · 12 years ago
  35. b183aa5 KVM: Fix last_guest_tsc / tsc_offset semantics by Zachary Amsden · 12 years ago
  36. 4dd7980 KVM: Leave TSC synchronization window open with each new sync by Zachary Amsden · 12 years ago
  37. 5d3cb0f6 KVM: Improve TSC offset matching by Zachary Amsden · 12 years ago
  38. cc57828 KVM: Infrastructure for software and hardware based TSC rate scaling by Zachary Amsden · 12 years ago
  39. 2b036c6 KVM: SVM: Add support for AMD's OSVW feature in guests by Boris Ostrovsky · 12 years ago
  40. 5b1c149 KVM: s390: ucontrol: export SIE control block to user by Carsten Otte · 13 years ago
  41. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  42. 1361b83a i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 12 years ago
  43. 5753785 KVM: do not #GP on perf MSR writes when vPMU is disabled by Gleb Natapov · 12 years ago
  44. bdb42f5 KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" by Stephan Bärwolf · 12 years ago
  45. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 12 years ago
  46. 222d21a KVM: x86 emulator: implement RDPMC (0F 33) by Avi Kivity · 13 years ago
  47. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  48. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  49. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  50. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  51. 086c985 KVM: use this_cpu_xxx replace percpu_xxx funcs by Alex,Shi · 13 years ago
  52. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  53. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  54. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  55. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  56. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  57. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  58. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  59. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  60. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  61. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  62. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  63. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  64. 4d25a066 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  65. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  66. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  67. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  68. 7460fb4a KVM: Fix simultaneous NMIs by Avi Kivity · 13 years ago
  69. d5c1785 KVM: L1 TSC handling by Nadav Har'El · 13 years ago
  70. 742bc67 KVM: x86: report valid microcode update ID by Marcelo Tosatti · 13 years ago
  71. 1d2887e KVM: x86 emulator: Make x86_decode_insn() return proper macros by Takuya Yoshikawa · 13 years ago
  72. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  73. d1613ad KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  74. 14fa67e KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  75. 8c3ba33 KVM: x86: Raise the hard VCPU count limit by Sasha Levin · 13 years ago
  76. 22388a3 KVM: x86: cleanup the code of read/write emulation by Xiao Guangrong · 13 years ago
  77. 77d197b KVM: x86: abstract the operation for read/write emulation by Xiao Guangrong · 13 years ago
  78. ca7d58f KVM: x86: fix broken read emulation spans a page boundary by Xiao Guangrong · 13 years ago
  79. 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 13 years ago
  80. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  81. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  82. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 13 years ago
  83. af7cc7d KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code by Xiao Guangrong · 13 years ago
  84. c9aaa89 KVM: Steal time implementation by Glauber Costa · 13 years ago
  85. a01c8f9 KVM: Enable ERMS feature support for KVM by Yang, Wei · 13 years ago
  86. 176f61d KVM: Expose RDWRGSFS bit to KVM guests by Yang, Wei · 13 years ago
  87. 74dc2b4 KVM: Add RDWRGSFS support when setting CR4 by Yang, Wei · 13 years ago
  88. 4a00efd KVM: Enable DRNG feature support for KVM by Yang, Wei Y · 13 years ago
  89. 02668b06 KVM: fix XSAVE bit scanning (now properly) by Andre Przywara · 13 years ago
  90. 611c120 KVM: Mask function7 ebx against host capability word9 by Yang, Wei Y · 13 years ago
  91. c68b734 KVM: Add SMEP support when setting CR4 by Yang, Wei Y · 13 years ago
  92. 9dac77f KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt by Avi Kivity · 13 years ago
  93. 36dd9bb KVM: x86 emulator: rename decode_cache::eip to _eip by Avi Kivity · 13 years ago
  94. 9d74191 KVM: x86 emulator: Use the pointers ctxt and c consistently by Takuya Yoshikawa · 13 years ago
  95. 6a4d755 KVM: nVMX: Implement VMPTRST by Nadav Har'El · 13 years ago
  96. 27d6c86 KVM: nVMX: Implement VMCLEAR by Nadav Har'El · 13 years ago
  97. 064aea7 KVM: nVMX: Decoding memory operands of VMX instructions by Nadav Har'El · 13 years ago
  98. 5e1746d KVM: nVMX: Allow setting the VMXE bit in CR4 by Nadav Har'El · 13 years ago
  99. b5c9ff7 KVM: x86 emulator: Avoid clearing the whole decode_cache by Takuya Yoshikawa · 13 years ago
  100. adf5223 KVM: x86 emulator: Clean up init_emulate_ctxt() by Takuya Yoshikawa · 13 years ago