1. 6d1068b KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) by Petr Matousek · 12 years ago
  2. 87da7e6 KVM: x86: fix vcpu->mmio_fragments overflow by Xiao Guangrong · 12 years ago
  3. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  4. ac07f5c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  5. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  6. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  7. b1a74bf x86, kvm: fix kvm's usage of kernel_fpu_begin/end() by Suresh Siddha · 12 years ago
  8. 1e08ec4 KVM: optimize apic interrupt delivery by Gleb Natapov · 12 years ago
  9. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  10. 9c1c3fa x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() by Suresh Siddha · 12 years ago
  11. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  12. 4484141 KVM: fix error paths for failed gfn_to_page() calls by Xiao Guangrong · 12 years ago
  13. a50abc3 KVM: use symbolic constant for nr interrupts by Michael S. Tsirkin · 12 years ago
  14. 716d51a KVM: Provide userspace IO exit completion callback by Gleb Natapov · 12 years ago
  15. 3b4dc3a KVM: move postcommit flush to x86, as mmio sptes are x86 specific by Marcelo Tosatti · 12 years ago
  16. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  17. f1d2483 KVM: x86: more constification by Mathias Krause · 12 years ago
  18. 0fbe9b0 KVM: x86: constify read_write_emulator_ops by Mathias Krause · 12 years ago
  19. 0225fb5 KVM: x86 emulator: constify emulate_ops by Mathias Krause · 12 years ago
  20. 9a78197 KVM: x86: remove unused variable from kvm_task_switch() by Marcelo Tosatti · 12 years ago
  21. dd856ef KVM: x86 emulator: access GPRs on demand by Avi Kivity · 12 years ago
  22. 1d92128 KVM: x86: fix KVM_GET_MSR for PV EOI by Michael S. Tsirkin · 12 years ago
  23. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  24. 8e3d9d0 KVM: x86: fix possible infinite loop caused by reexecute_instruction by Xiao Guangrong · 12 years ago
  25. 51d59c6 KVM: x86: fix pvclock guest stopped flag reporting by Marcelo Tosatti · 12 years ago
  26. 64eb062 KVM: correctly detect APIC SW state in kvm_apic_post_state_restore() by Gleb Natapov · 12 years ago
  27. 54e9818 KVM: use jump label to optimize checking for in kernel local apic presence by Gleb Natapov · 12 years ago
  28. c5cc421 KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR by Gleb Natapov · 12 years ago
  29. 8a5a87d KVM: clean up kvm_(set|get)_apic_base by Gleb Natapov · 12 years ago
  30. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  31. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  32. aab2eb7 KVM: Stop checking rmap to see if slot is being created by Takuya Yoshikawa · 12 years ago
  33. 439793d KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value by Gleb Natapov · 12 years ago
  34. fe56097 Merge remote-tracking branch 'upstream' into next by Avi Kivity · 12 years ago
  35. e115676 KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value by Gleb Natapov · 12 years ago
  36. 4b64866 KVM: x86: apply kvmclock offset to guest wall clock time by Bruce Rogers · 12 years ago
  37. 26ef192 KVM: fold kvm_pit_timer into kvm_kpit_state by Avi Kivity · 12 years ago
  38. 23d43cf KVM: Move KVM_IRQ_LINE to arch-generic code by Christoffer Dall · 12 years ago
  39. 4a96998 KVM: x86: Fix typos in x86.c by Guo Chao · 13 years ago
  40. 9d3c92a KVM: x86: remove unnecessary mark_page_dirty by Xiao Guangrong · 12 years ago
  41. 77d1130 KVM: Separate rmap_pde from kvm_lpage_info->write_count by Takuya Yoshikawa · 13 years ago
  42. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 13 years ago
  43. 0017f93 KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics by Avi Kivity · 13 years ago
  44. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 13 years ago
  45. d905c06 KVM: rearrange injection cancelling code by Michael S. Tsirkin · 13 years ago
  46. 5cfb1d5 KVM: only sync when attention bits set by Michael S. Tsirkin · 13 years ago
  47. 9e40b67 KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc() by Takuya Yoshikawa · 13 years ago
  48. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 13 years ago
  49. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 13 years ago
  50. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  51. d8368af KVM: Fix mmu_reload() clash with nested vmx event injection by Avi Kivity · 13 years ago
  52. a4fa163 KVM: ensure async PF event wakes up vcpu from halt by Gleb Natapov · 13 years ago
  53. bfce281 kill mm argument of vm_munmap() by Al Viro · 13 years ago
  54. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 13 years ago
  55. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 13 years ago
  56. f78146b KVM: Fix page-crossing MMIO by Avi Kivity · 13 years ago
  57. 60c3461 KVM: Switch to srcu-less get_dirty_log() by Takuya Yoshikawa · 13 years ago
  58. 5dc99b23 KVM: Avoid checking huge page mappings in get_dirty_log() by Takuya Yoshikawa · 13 years ago
  59. 1c0b28c KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRL by Eric B Munson · 13 years ago
  60. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 13 years ago
  61. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  62. 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  63. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  64. 02626b6 KVM: x86: fix kvm_write_tsc() TSC matching thinko by Marcelo Tosatti · 13 years ago
  65. a223c31 KVM: Ignore the writes to MSR_K7_HWCR(3) by Nicolae Mogoreanu · 13 years ago
  66. 07700a9 KVM: Allow host IRQ sharing for assigned PCI 2.3 devices by Jan Kiszka · 13 years ago
  67. 3e51570 KVM: Ensure all vcpus are consistent with in-kernel irqchip settings by Avi Kivity · 13 years ago
  68. 4cee479 KVM: x86 emulator: Allow PM/VM86 switch during task switch by Kevin Wolf · 13 years ago
  69. 7f3d35f KVM: x86 emulator: Fix task switch privilege checks by Kevin Wolf · 13 years ago
  70. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  71. 6dbf79e KVM: Fix write protection race during dirty logging by Takuya Yoshikawa · 13 years ago
  72. e26101b KVM: Track TSC synchronization in generations by Zachary Amsden · 13 years ago
  73. 0dd6a6e KVM: Dont mark TSC unstable due to S4 suspend by Zachary Amsden · 13 years ago
  74. f1e2b26 KVM: Allow adjust_tsc_offset to be in host or guest cycles by Marcelo Tosatti · 13 years ago
  75. 6f526ec KVM: Add last_host_tsc tracking back to KVM by Zachary Amsden · 13 years ago
  76. b183aa5 KVM: Fix last_guest_tsc / tsc_offset semantics by Zachary Amsden · 13 years ago
  77. 4dd7980 KVM: Leave TSC synchronization window open with each new sync by Zachary Amsden · 13 years ago
  78. 5d3cb0f6 KVM: Improve TSC offset matching by Zachary Amsden · 13 years ago
  79. cc57828 KVM: Infrastructure for software and hardware based TSC rate scaling by Zachary Amsden · 13 years ago
  80. 2b036c6 KVM: SVM: Add support for AMD's OSVW feature in guests by Boris Ostrovsky · 13 years ago
  81. 5b1c149 KVM: s390: ucontrol: export SIE control block to user by Carsten Otte · 13 years ago
  82. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  83. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  84. 5753785 KVM: do not #GP on perf MSR writes when vPMU is disabled by Gleb Natapov · 13 years ago
  85. bdb42f5 KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" by Stephan Bärwolf · 13 years ago
  86. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 13 years ago
  87. 222d21a KVM: x86 emulator: implement RDPMC (0F 33) by Avi Kivity · 13 years ago
  88. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  89. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  90. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  91. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  92. 086c985 KVM: use this_cpu_xxx replace percpu_xxx funcs by Alex,Shi · 13 years ago
  93. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  94. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  95. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  96. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  97. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  98. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  99. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  100. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago