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. 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
  3. 08815bc Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 7e92daa Merge branch 'perf-core-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. 26bf264 KVM: x86: Export svm/vmx exit code and vector code to userspace by Xiao Guangrong · 12 years ago
  9. 1e08ec4 KVM: optimize apic interrupt delivery by Gleb Natapov · 12 years ago
  10. c542151 KVM: MMU: Eliminate pointless temporary 'ac' by Avi Kivity · 12 years ago
  11. b514c30 KVM: MMU: Avoid access/dirty update loop if all is well by Avi Kivity · 12 years ago
  12. 71331a1 KVM: MMU: Eliminate eperm temporary by Avi Kivity · 12 years ago
  13. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 12 years ago
  14. 13d22b6 KVM: MMU: Simplify walk_addr_generic() loop by Avi Kivity · 12 years ago
  15. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  16. 8cbc706 KVM: MMU: Update accessed and dirty bits after guest pagetable walk by Avi Kivity · 12 years ago
  17. 3d34ade KVM: MMU: Move gpte_access() out of paging_tmpl.h by Avi Kivity · 12 years ago
  18. edc2ae8 KVM: MMU: Optimize gpte_access() slightly by Avi Kivity · 12 years ago
  19. 8ea667f KVM: MMU: Push clean gpte write protection out of gpte_access() by Avi Kivity · 12 years ago
  20. 4b8073e arch/x86: Remove unecessary semicolons by Peter Senna Tschudin · 12 years ago
  21. 9c1c3fa x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() by Suresh Siddha · 12 years ago
  22. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  23. 7454766 KVM: SVM: Make use of asm.h by Avi Kivity · 12 years ago
  24. b188c81f KVM: VMX: Make use of asm.h by Avi Kivity · 12 years ago
  25. 83287ea42 KVM: VMX: Make lto-friendly by Avi Kivity · 12 years ago
  26. ecba9a5 KVM: x86: lapic: Clean up find_highest_vector() and count_vectors() by Takuya Yoshikawa · 12 years ago
  27. 4484141 KVM: fix error paths for failed gfn_to_page() calls by Xiao Guangrong · 12 years ago
  28. 7de5bdc KVM: MMU: remove unnecessary check by Xiao Guangrong · 12 years ago
  29. 92b5265 KVM: Depend on HIGH_RES_TIMERS by Liu, Jinsong · 12 years ago
  30. 4f97704 KVM: x86: Check INVPCID feature bit in EBX of leaf 7 by Ren, Yongjie · 12 years ago
  31. a50abc3 KVM: use symbolic constant for nr interrupts by Michael S. Tsirkin · 12 years ago
  32. b3356bf KVM: emulator: optimize "rep ins" handling by Gleb Natapov · 12 years ago
  33. f3bd64c KVM: emulator: string_addr_inc() cleanup by Gleb Natapov · 12 years ago
  34. 9d1b39a KVM: emulator: make x86 emulation modes enum instead of defines by Gleb Natapov · 12 years ago
  35. 716d51a KVM: Provide userspace IO exit completion callback by Gleb Natapov · 12 years ago
  36. 3b4dc3a KVM: move postcommit flush to x86, as mmio sptes are x86 specific by Marcelo Tosatti · 12 years ago
  37. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  38. 09941fb KVM: SVM: constify lookup tables by Mathias Krause · 12 years ago
  39. 772e031 KVM: VMX: constify lookup tables by Mathias Krause · 12 years ago
  40. f1d2483 KVM: x86: more constification by Mathias Krause · 12 years ago
  41. 0fbe9b0 KVM: x86: constify read_write_emulator_ops by Mathias Krause · 12 years ago
  42. 0225fb5 KVM: x86 emulator: constify emulate_ops by Mathias Krause · 12 years ago
  43. fd0a0d8 KVM: x86 emulator: mark opcode tables const by Mathias Krause · 12 years ago
  44. 89a87c6 KVM: x86 emulator: use aligned variants of SSE register ops by Mathias Krause · 12 years ago
  45. 326d07c KVM: x86: minor size optimization by Mathias Krause · 12 years ago
  46. 749c59f KVM: PIC: fix use of uninitialised variable. by Jamie Iles · 12 years ago
  47. ec79866 KVM: cleanup pic reset by Gleb Natapov · 12 years ago
  48. 9a78197 KVM: x86: remove unused variable from kvm_task_switch() by Marcelo Tosatti · 12 years ago
  49. a81aba1 KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize by Avi Kivity · 12 years ago
  50. ce56680 KVM: VMX: Save all segment data in real mode by Avi Kivity · 12 years ago
  51. 1390a28 KVM: VMX: Preserve segment limit and access rights in real mode by Avi Kivity · 12 years ago
  52. 7263642 KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1 by Avi Kivity · 12 years ago
  53. 0afbe2f KVM: x86 emulator: Fix #GP error code during linearization by Avi Kivity · 12 years ago
  54. a562518 KVM: x86 emulator: Check segment limits in real mode too by Avi Kivity · 12 years ago
  55. 03ebebe KVM: x86 emulator: Leave segment limit and attributs alone in real mode by Avi Kivity · 12 years ago
  56. e2a610d KVM: VMX: Allow vm86 virtualization of big real mode by Avi Kivity · 12 years ago
  57. 495e116 KVM: VMX: Allow real mode emulation using vm86 with dpl=0 by Avi Kivity · 12 years ago
  58. c865c43 KVM: VMX: Retain limit and attributes when entering protected mode by Avi Kivity · 12 years ago
  59. f5f7b2f KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmode by Avi Kivity · 12 years ago
  60. 72fbefe KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg() by Avi Kivity · 12 years ago
  61. baa7e81 KVM: VMX: Separate saving pre-realmode state from setting segments by Avi Kivity · 12 years ago
  62. dd856ef KVM: x86 emulator: access GPRs on demand by Avi Kivity · 12 years ago
  63. 1d92128 KVM: x86: fix KVM_GET_MSR for PV EOI by Michael S. Tsirkin · 12 years ago
  64. c78aa4c Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  65. 5ad105e KVM: x86 emulator: use stack size attribute to mask rsp in stack ops by Avi Kivity · 12 years ago
  66. 35f2d16 KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended by Takuya Yoshikawa · 12 years ago
  67. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  68. 037d92d KVM: introduce gfn_to_pfn_memslot_atomic by Xiao Guangrong · 12 years ago
  69. 8e3d9d0 KVM: x86: fix possible infinite loop caused by reexecute_instruction by Xiao Guangrong · 12 years ago
  70. 28a6fda KVM: x86: drop parameter validation in ioapic/pic by Michael S. Tsirkin · 12 years ago
  71. dbcb4e7 KVM: VMX: Advertize RDTSC exiting to nested guests by Avi Kivity · 12 years ago
  72. 2a7921b KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXIT by Gleb Natapov · 12 years ago
  73. 51d59c6 KVM: x86: fix pvclock guest stopped flag reporting by Marcelo Tosatti · 12 years ago
  74. 64eb062 KVM: correctly detect APIC SW state in kvm_apic_post_state_restore() by Gleb Natapov · 12 years ago
  75. c48f149 KVM: inline kvm_apic_present() and kvm_lapic_enabled() by Gleb Natapov · 12 years ago
  76. 54e9818 KVM: use jump label to optimize checking for in kernel local apic presence by Gleb Natapov · 12 years ago
  77. f8c1ea1 KVM: use jump label to optimize checking for SW enabled apic in spurious interrupt register 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. 6aed64a KVM: mark apic enabled on start up by Gleb Natapov · 12 years ago
  80. 5dbc8f3 KVM: use kvm_lapic_set_base() to change apic_base by Gleb Natapov · 12 years ago
  81. 8a5a87d KVM: clean up kvm_(set|get)_apic_base by Gleb Natapov · 12 years ago
  82. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  83. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 12 years ago
  84. e6c1502 KVM: introduce KVM_PFN_ERR_HWPOISON by Xiao Guangrong · 12 years ago
  85. 6c8ee57 KVM: introduce KVM_PFN_ERR_FAULT by Xiao Guangrong · 12 years ago
  86. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  87. 65fbe37 KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array by Takuya Yoshikawa · 12 years ago
  88. aab2eb7 KVM: Stop checking rmap to see if slot is being created by Takuya Yoshikawa · 12 years ago
  89. 439793d KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value by Gleb Natapov · 12 years ago
  90. fe56097 Merge remote-tracking branch 'upstream' into next by Avi Kivity · 12 years ago
  91. e115676 KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value by Gleb Natapov · 12 years ago
  92. aa67f60 KVM: VMX: Fix ds/es corruption on i386 with preemption by Avi Kivity · 12 years ago
  93. 4b64866 KVM: x86: apply kvmclock offset to guest wall clock time by Bruce Rogers · 12 years ago
  94. 26ef192 KVM: fold kvm_pit_timer into kvm_kpit_state by Avi Kivity · 12 years ago
  95. 9d9d223 KVM: Simplify kvm_pit_timer by Avi Kivity · 12 years ago
  96. 2a6eac9 KVM: Simplify kvm_timer by Avi Kivity · 12 years ago
  97. e9d90d4 KVM: Remove internal timer abstraction by Avi Kivity · 12 years ago
  98. 4a4541a KVM: Don't update PPR on any APIC read by Avi Kivity · 12 years ago
  99. 23d43cf KVM: Move KVM_IRQ_LINE to arch-generic code by Christoffer Dall · 12 years ago
  100. 99245b5 KVM: x86 emulator: drop unneeded call to get_segment() by Gleb Natapov · 12 years ago