1. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  2. 5753785 KVM: do not #GP on perf MSR writes when vPMU is disabled by Gleb Natapov · 13 years ago
  3. bdb42f5 KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" by Stephan Bärwolf · 13 years ago
  4. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 13 years ago
  5. 222d21a KVM: x86 emulator: implement RDPMC (0F 33) by Avi Kivity · 13 years ago
  6. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  7. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  8. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  9. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  10. 086c985 KVM: use this_cpu_xxx replace percpu_xxx funcs by Alex,Shi · 13 years ago
  11. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  12. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  13. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  14. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  15. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  16. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  17. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  18. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  19. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  20. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  21. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  22. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  23. 4d25a06 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  24. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  25. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  26. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  27. 7460fb4a KVM: Fix simultaneous NMIs by Avi Kivity · 13 years ago
  28. d5c1785 KVM: L1 TSC handling by Nadav Har'El · 13 years ago
  29. 742bc67 KVM: x86: report valid microcode update ID by Marcelo Tosatti · 13 years ago
  30. 1d2887e KVM: x86 emulator: Make x86_decode_insn() return proper macros by Takuya Yoshikawa · 13 years ago
  31. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  32. d1613ad KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  33. 14fa67e KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  34. 8c3ba33 KVM: x86: Raise the hard VCPU count limit by Sasha Levin · 13 years ago
  35. 22388a3 KVM: x86: cleanup the code of read/write emulation by Xiao Guangrong · 13 years ago
  36. 77d197b KVM: x86: abstract the operation for read/write emulation by Xiao Guangrong · 13 years ago
  37. ca7d58f KVM: x86: fix broken read emulation spans a page boundary by Xiao Guangrong · 13 years ago
  38. 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 13 years ago
  39. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  40. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  41. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 13 years ago
  42. af7cc7d1 KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code by Xiao Guangrong · 13 years ago
  43. c9aaa89 KVM: Steal time implementation by Glauber Costa · 13 years ago
  44. a01c8f9 KVM: Enable ERMS feature support for KVM by Yang, Wei · 13 years ago
  45. 176f61d KVM: Expose RDWRGSFS bit to KVM guests by Yang, Wei · 13 years ago
  46. 74dc2b4 KVM: Add RDWRGSFS support when setting CR4 by Yang, Wei · 13 years ago
  47. 4a00efd KVM: Enable DRNG feature support for KVM by Yang, Wei Y · 13 years ago
  48. 02668b06 KVM: fix XSAVE bit scanning (now properly) by Andre Przywara · 13 years ago
  49. 611c120 KVM: Mask function7 ebx against host capability word9 by Yang, Wei Y · 13 years ago
  50. c68b734 KVM: Add SMEP support when setting CR4 by Yang, Wei Y · 13 years ago
  51. 9dac77f KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt by Avi Kivity · 13 years ago
  52. 36dd9bb KVM: x86 emulator: rename decode_cache::eip to _eip by Avi Kivity · 13 years ago
  53. 9d74191 KVM: x86 emulator: Use the pointers ctxt and c consistently by Takuya Yoshikawa · 13 years ago
  54. 6a4d755 KVM: nVMX: Implement VMPTRST by Nadav Har'El · 13 years ago
  55. 27d6c86 KVM: nVMX: Implement VMCLEAR by Nadav Har'El · 13 years ago
  56. 064aea7 KVM: nVMX: Decoding memory operands of VMX instructions by Nadav Har'El · 13 years ago
  57. 5e1746d KVM: nVMX: Allow setting the VMXE bit in CR4 by Nadav Har'El · 13 years ago
  58. b5c9ff7 KVM: x86 emulator: Avoid clearing the whole decode_cache by Takuya Yoshikawa · 13 years ago
  59. adf5223 KVM: x86 emulator: Clean up init_emulate_ctxt() by Takuya Yoshikawa · 13 years ago
  60. d780592 KVM: Clean up error handling during VCPU creation by Jan Kiszka · 13 years ago
  61. 24c82e5 KVM: Sanitize cpuid by Avi Kivity · 13 years ago
  62. 8b0cedf KVM: use __copy_to_user/__clear_user to write guest page by Xiao Guangrong · 13 years ago
  63. 7b105ca KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions by Takuya Yoshikawa · 13 years ago
  64. 1aa3661 KVM: x86 emulator: consolidate segment accessors by Avi Kivity · 13 years ago
  65. 4429d5d KVM: Add CPUID support for VIA CPU by BrillyWu@viatech.com.cn · 13 years ago
  66. 2aab2c5 KVM: call cache_all_regs() only once during instruction emulation by Gleb Natapov · 13 years ago
  67. 0004c7c KVM: Fix compound mmio by Gleb Natapov · 13 years ago
  68. 8d7d810 KVM: mmio_fault_cr2 is not used by Gleb Natapov · 13 years ago
  69. 13db70e KVM: x86 emulator: drop x86_emulate_ctxt::vcpu by Avi Kivity · 13 years ago
  70. 5197b80 KVM: Avoid using x86_emulate_ctxt.vcpu by Avi Kivity · 13 years ago
  71. bcaf5cc KVM: x86 emulator: add new ->wbinvd() callback by Avi Kivity · 13 years ago
  72. d6aa100 KVM: x86 emulator: add ->fix_hypercall() callback by Avi Kivity · 13 years ago
  73. 6c3287f KVM: x86 emulator: add new ->halt() callback by Avi Kivity · 13 years ago
  74. 3cb16fe KVM: x86 emulator: make emulate_invlpg() an emulator callback by Avi Kivity · 13 years ago
  75. 2d04a05 KVM: x86 emulator: emulate CLTS internally by Avi Kivity · 13 years ago
  76. 1ac9d0c KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() by Avi Kivity · 13 years ago
  77. 2953538 KVM: x86 emulator: drop vcpu argument from intercept callback by Avi Kivity · 13 years ago
  78. 717746e KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks by Avi Kivity · 13 years ago
  79. 4bff1e86 KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks by Avi Kivity · 13 years ago
  80. ca1d4a9 KVM: x86 emulator: drop vcpu argument from pio callbacks by Avi Kivity · 13 years ago
  81. 0f65dd7 KVM: x86 emulator: drop vcpu argument from memory read/write callbacks by Avi Kivity · 13 years ago
  82. 7c4c0f4 KVM: X86: Update last_guest_tsc in vcpu_put by Joerg Roedel · 13 years ago
  83. 71f9833 KVM: fix push of wrong eip when doing softint by Serge E. Hallyn · 13 years ago
  84. 7ae441e KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu by Gleb Natapov · 13 years ago
  85. 92a1f12 KVM: X86: Implement userspace interface to set virtual_tsc_khz by Joerg Roedel · 13 years ago
  86. 857e409 KVM: X86: Delegate tsc-offset calculation to architecture code by Joerg Roedel · 13 years ago
  87. 8f6055c KVM: X86: Make tsc_delta calculation a function of guest tsc by Joerg Roedel · 13 years ago
  88. 1e99361 KVM: X86: Let kvm-clock report the right tsc frequency by Joerg Roedel · 13 years ago
  89. cfec82c KVM: SVM: Add intercept check for emulated cr accesses by Joerg Roedel · 13 years ago
  90. 8a76d7f KVM: x86: Add x86 callback for intercept check by Joerg Roedel · 13 years ago
  91. 775fde8 KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED by Joerg Roedel · 13 years ago
  92. c4f035c KVM: x86 emulator: add framework for instruction intercepts by Avi Kivity · 13 years ago
  93. 5037f6f KVM: x86 emulator: define callbacks for using the guest fpu within the emulator by Avi Kivity · 13 years ago
  94. cef4dea KVM: 16-byte mmio support by Avi Kivity · 15 years ago
  95. 5287f19 KVM: Split mmio completion into a function by Avi Kivity · 15 years ago
  96. 70252a1 KVM: extend in-kernel mmio to handle >8 byte transactions by Avi Kivity · 15 years ago
  97. 1499e54 KVM: x86: better fix for race between nmi injection and enabling nmi window by Gleb Natapov · 13 years ago
  98. c761e58 Revert "KVM: Fix race between nmi injection and enabling nmi window" by Marcelo Tosatti · 13 years ago
  99. 3291892 KVM: expose async pf through our standard mechanism by Glauber Costa · 13 years ago
  100. f6e7847 KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions by Avi Kivity · 14 years ago