1. 991eebf KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state by Gleb Natapov · 12 years ago
  2. e3ba45b KVM: Move kvm_spurious_fault to x86.c by Geoff Levand · 12 years ago
  3. afd80d8 pmu: prepare for migration support by Paolo Bonzini · 12 years ago
  4. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  5. 0b79459 KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) by Andy Honig · 12 years ago
  6. c300aa6 KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) by Andy Honig · 12 years ago
  7. c09664b KVM: x86: fix deadlock in clock-in-progress request handling by Marcelo Tosatti · 12 years ago
  8. 982b339 KVM: x86: Optimize mmio spte zapping when creating/moving memslot by Takuya Yoshikawa · 12 years ago
  9. 66450a2 KVM: x86: Rework INIT and SIPI handling by Jan Kiszka · 12 years ago
  10. 57f252f KVM: x86: Drop unused return code from VCPU reset callback by Jan Kiszka · 12 years ago
  11. 03ba32c VMX: x86: handle host TSC calibration failure by Marcelo Tosatti · 12 years ago
  12. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  13. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 12 years ago
  14. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 12 years ago
  15. ee2c25e Merge branch 'master' into queue by Marcelo Tosatti · 12 years ago
  16. 02cdb50 arch/x86/kvm: beautify source code for __u32 irq which is never < 0 by Chen Gang · 12 years ago
  17. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  18. 2e32b71 x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRs by Borislav Petkov · 12 years ago
  19. 7a905b1 KVM: Remove user_alloc from struct kvm_memory_slot by Takuya Yoshikawa · 12 years ago
  20. 2c9afa5 KVM: MMU: set base_role.nxe during mmu initialization. by Gleb Natapov · 12 years ago
  21. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 12 years ago
  22. 378a8b0 KVM: x86: fix use of uninitialized memory as segment descriptor in emulator. by Gleb Natapov · 12 years ago
  23. 93c05d3 KVM: x86: improve reexecute_instruction by Xiao Guangrong · 12 years ago
  24. 95b3cf6 KVM: x86: let reexecute_instruction work for tdp by Xiao Guangrong · 12 years ago
  25. 2236802 KVM: x86: clean up reexecute_instruction by Xiao Guangrong · 12 years ago
  26. 9d1beef KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  27. b34cb59 KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  28. c972f3b KVM: Write protect the updated slot only when dirty logging is enabled by Takuya Yoshikawa · 12 years ago
  29. 013f6a5 KVM: x86: use dynamic percpu allocations for shared msrs area by Marcelo Tosatti · 12 years ago
  30. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  31. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  32. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  33. 66f7b72 KVM: x86: Make register state after reset conform to specification by Julian Stecklina · 12 years ago
  34. 45e3cc7 KVM: x86: Fix uninitialized return code by Jan Kiszka · 12 years ago
  35. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 12 years ago
  36. 8fe8ab4 KVM: x86: Add code to track call origin for msr assignment by Will Auld · 12 years ago
  37. d98d07c KVM: x86: update pvclock area conditionally, on cpu migration by Marcelo Tosatti · 12 years ago
  38. b48aa97 KVM: x86: require matched TSC offsets for master clock by Marcelo Tosatti · 12 years ago
  39. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  40. d828199 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag by Marcelo Tosatti · 12 years ago
  41. 16e8d74 KVM: x86: notifier for clocksource changes by Marcelo Tosatti · 12 years ago
  42. 886b470 KVM: x86: pass host_tsc to read_l1_tsc by Marcelo Tosatti · 12 years ago
  43. 78c0337 KVM: x86: retain pvclock guest stopped bit in guest memory by Marcelo Tosatti · 12 years ago
  44. 807f12e KVM: remove unnecessary return value check by Guo Chao · 12 years ago
  45. 951179c KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr() by Guo Chao · 12 years ago
  46. 1859541 KVM: do not kfree error pointer by Guo Chao · 12 years ago
  47. 6d1068b KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) by Petr Matousek · 12 years ago
  48. 87da7e6 KVM: x86: fix vcpu->mmio_fragments overflow by Xiao Guangrong · 12 years ago
  49. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  50. 471842e KVM: do not de-cache cr4 bits needlessly by Gleb Natapov · 12 years ago
  51. b6785de KVM: x86: Make emulator_fix_hypercall static by Jan Kiszka · 12 years ago
  52. 8b6e454 KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset by Jan Kiszka · 12 years ago
  53. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  54. 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
  55. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  56. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  57. b1a74bf x86, kvm: fix kvm's usage of kernel_fpu_begin/end() by Suresh Siddha · 12 years ago
  58. 1e08ec4 KVM: optimize apic interrupt delivery by Gleb Natapov · 12 years ago
  59. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  60. 9c1c3fa x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() by Suresh Siddha · 12 years ago
  61. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  62. 4484141 KVM: fix error paths for failed gfn_to_page() calls by Xiao Guangrong · 12 years ago
  63. a50abc3 KVM: use symbolic constant for nr interrupts by Michael S. Tsirkin · 12 years ago
  64. 716d51a KVM: Provide userspace IO exit completion callback by Gleb Natapov · 12 years ago
  65. 3b4dc3a KVM: move postcommit flush to x86, as mmio sptes are x86 specific by Marcelo Tosatti · 12 years ago
  66. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  67. f1d2483 KVM: x86: more constification by Mathias Krause · 12 years ago
  68. 0fbe9b0 KVM: x86: constify read_write_emulator_ops by Mathias Krause · 12 years ago
  69. 0225fb5 KVM: x86 emulator: constify emulate_ops by Mathias Krause · 12 years ago
  70. 9a78197 KVM: x86: remove unused variable from kvm_task_switch() by Marcelo Tosatti · 12 years ago
  71. dd856ef KVM: x86 emulator: access GPRs on demand by Avi Kivity · 12 years ago
  72. 1d92128 KVM: x86: fix KVM_GET_MSR for PV EOI by Michael S. Tsirkin · 12 years ago
  73. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  74. 8e3d9d0 KVM: x86: fix possible infinite loop caused by reexecute_instruction by Xiao Guangrong · 12 years ago
  75. 51d59c6 KVM: x86: fix pvclock guest stopped flag reporting by Marcelo Tosatti · 12 years ago
  76. 64eb062 KVM: correctly detect APIC SW state in kvm_apic_post_state_restore() by Gleb Natapov · 12 years ago
  77. 54e9818 KVM: use jump label to optimize checking for in kernel local apic presence by Gleb Natapov · 12 years ago
  78. c5cc421 KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR by Gleb Natapov · 12 years ago
  79. 8a5a87d KVM: clean up kvm_(set|get)_apic_base by Gleb Natapov · 12 years ago
  80. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  81. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  82. aab2eb7 KVM: Stop checking rmap to see if slot is being created by Takuya Yoshikawa · 12 years ago
  83. 439793d KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value by Gleb Natapov · 12 years ago
  84. fe56097 Merge remote-tracking branch 'upstream' into next by Avi Kivity · 12 years ago
  85. e115676 KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value by Gleb Natapov · 12 years ago
  86. 4b64866 KVM: x86: apply kvmclock offset to guest wall clock time by Bruce Rogers · 12 years ago
  87. 26ef192 KVM: fold kvm_pit_timer into kvm_kpit_state by Avi Kivity · 12 years ago
  88. 23d43cf KVM: Move KVM_IRQ_LINE to arch-generic code by Christoffer Dall · 12 years ago
  89. 4a96998 KVM: x86: Fix typos in x86.c by Guo Chao · 12 years ago
  90. 9d3c92a KVM: x86: remove unnecessary mark_page_dirty by Xiao Guangrong · 12 years ago
  91. 77d1130 KVM: Separate rmap_pde from kvm_lpage_info->write_count by Takuya Yoshikawa · 12 years ago
  92. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 12 years ago
  93. 0017f93 KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics by Avi Kivity · 12 years ago
  94. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 12 years ago
  95. d905c06 KVM: rearrange injection cancelling code by Michael S. Tsirkin · 12 years ago
  96. 5cfb1d5 KVM: only sync when attention bits set by Michael S. Tsirkin · 12 years ago
  97. 9e40b67 KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc() by Takuya Yoshikawa · 12 years ago
  98. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 12 years ago
  99. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 12 years ago
  100. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago