1. 3dc8d7f Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  2. 6b5d7a9 KVM: PIT: free irq source id in handling error path by Xiao Guangrong · 14 years ago
  3. 3185bf8 KVM: destroy workqueue on kvm_create_pit() failures by Xiaotian Feng · 14 years ago
  4. f45755b KVM: fix poison overwritten caused by using wrong xstate size by Xiaotian Feng · 14 years ago
  5. 7645e43 x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanup by H. Peter Anvin · 14 years ago
  6. d9a73c0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  7. 0f477dd Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. 3444d7d KVM: VMX: Fix host GDT.LIMIT corruption by Avi Kivity · 14 years ago
  9. 9a3aad7 KVM: MMU: using __xchg_spte more smarter by Xiao Guangrong · 14 years ago
  10. e4b502e KVM: MMU: cleanup spte set and accssed/dirty tracking by Xiao Guangrong · 14 years ago
  11. be233d4 KVM: MMU: don't atomicly set spte if it's not present by Xiao Guangrong · 14 years ago
  12. 9ed5520 KVM: MMU: fix page dirty tracking lost while sync page by Xiao Guangrong · 14 years ago
  13. daa3db6 KVM: MMU: fix broken page accessed tracking with ept enabled by Xiao Guangrong · 14 years ago
  14. fa1de2b KVM: MMU: add missing reserved bits check in speculative path by Xiao Guangrong · 14 years ago
  15. 6e3e243 KVM: MMU: fix mmu notifier invalidate handler for huge spte by Andrea Arcangeli · 14 years ago
  16. c19b8bd6 KVM: x86 emulator: fix xchg instruction emulation by Wei Yongjun · 14 years ago
  17. 9195c4d KVM: x86: Call mask notifiers from pic by Gleb Natapov · 14 years ago
  18. 68be080 KVM: x86: never re-execute instruction with enabled tdp by Gleb Natapov · 14 years ago
  19. c0e0608 KVM: x86: emulator: inc/dec can have lock prefix by Gleb Natapov · 14 years ago
  20. 24157aa KVM: MMU: Eliminate redundant temporaries in FNAME(fetch) by Avi Kivity · 14 years ago
  21. 5991b33 KVM: MMU: Validate all gptes during fetch, not just those used for new pages by Avi Kivity · 14 years ago
  22. 0b3c933 KVM: MMU: Simplify spte fetch() function by Avi Kivity · 14 years ago
  23. 39c8c67 KVM: MMU: Add gpte_valid() helper by Avi Kivity · 14 years ago
  24. a357bd2 KVM: MMU: Add validate_direct_spte() helper by Avi Kivity · 14 years ago
  25. a3aa51c KVM: MMU: Add drop_large_spte() helper by Avi Kivity · 14 years ago
  26. 121eee9 KVM: MMU: Use __set_spte to link shadow pages by Avi Kivity · 14 years ago
  27. 32ef26a KVM: MMU: Add link_shadow_page() helper by Avi Kivity · 14 years ago
  28. 908e75f KVM: Expose MCE control MSRs to userspace by Avi Kivity · 14 years ago
  29. aea924f KVM: PIT: stop vpit before freeing irq_routing by Xiao Guangrong · 14 years ago
  30. a6f177e KVM: Reenter guest after emulation failure if due to access to non-mmio address by Gleb Natapov · 14 years ago
  31. edba23e KVM: Return EFAULT from kvm ioctl when guest accesses bad area by Gleb Natapov · 14 years ago
  32. 673813e KVM: fix lock imbalance in kvm_create_pit() by Jiri Slaby · 14 years ago
  33. f59c1d2 KVM: MMU: Keep going on permission error by Avi Kivity · 14 years ago
  34. b0eeec2 KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled by Avi Kivity · 14 years ago
  35. 5d55f29 KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding by Wei Yongjun · 14 years ago
  36. 07cbc6c KVM: x86 emulator: fix cli/sti instruction emulation by Wei Yongjun · 14 years ago
  37. b16b2b7 KVM: x86 emulator: fix 'mov rm,sreg' instruction decoding by Wei Yongjun · 14 years ago
  38. e97e883 KVM: x86 emulator: fix 'and AL,imm8' instruction decoding by Wei Yongjun · 14 years ago
  39. ce7a0ad KVM: x86 emulator: fix the comment of out instruction by Wei Yongjun · 14 years ago
  40. a5046e6 KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding by Wei Yongjun · 14 years ago
  41. b79b93f KVM: MMU: Don't drop accessed bit while updating an spte by Avi Kivity · 14 years ago
  42. a9221dd KVM: MMU: Atomically check for accessed bit when dropping an spte by Avi Kivity · 14 years ago
  43. ce06186 KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte() by Avi Kivity · 14 years ago
  44. be38d27 KVM: MMU: Introduce drop_spte() by Avi Kivity · 14 years ago
  45. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 14 years ago
  46. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 14 years ago
  47. 84754cd KVM: MMU: cleanup FNAME(fetch)() functions by Xiao Guangrong · 14 years ago
  48. 9e7b0e7 KVM: MMU: fix direct sp's access corrupted by Xiao Guangrong · 14 years ago
  49. 5fd5387 KVM: MMU: fix conflict access permissions in direct sp by Xiao Guangrong · 14 years ago
  50. 36a2e67 KVM: MMU: fix writable sync sp mapping by Xiao Guangrong · 14 years ago
  51. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 14 years ago
  52. 3e00750 KVM: Simplify vcpu_enter_guest() mmu reload logic slightly by Avi Kivity · 14 years ago
  53. 529df65 KVM: Search the LAPIC's for one that will accept a PIC interrupt by Chris Lalancette · 14 years ago
  54. 6c3f604 KVM: x86: Enable AVX for guest by Sheng Yang · 14 years ago
  55. 7ac7709 KVM: Prevent internal slots from being COWed by Avi Kivity · 14 years ago
  56. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 14 years ago
  57. 36633f3 KVM: i8259: simplify pic_irq_request() calling sequence by Avi Kivity · 14 years ago
  58. 073d461 KVM: i8259: reduce excessive abstraction for pic_irq_request() by Avi Kivity · 14 years ago
  59. b74a07b KVM: Remove kernel-allocated memory regions by Avi Kivity · 14 years ago
  60. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 14 years ago
  61. d1ac91d KVM: Consolidate load/save temporary buffer allocation and freeing by Avi Kivity · 14 years ago
  62. a1a005f KVM: Fix xsave and xcr save/restore memory leak by Avi Kivity · 14 years ago
  63. 7d5993d KVM: x86 emulator: fix group3 instruction decoding by Wei Yongjun · 14 years ago
  64. e7dca5c KVM: x86: Allow any LAPIC to accept PIC interrupts by Chris Lalancette · 14 years ago
  65. 33572ac KVM: x86: Introduce a workqueue to deliver PIT timer interrupts by Chris Lalancette · 14 years ago
  66. c37eda1 KVM: x86 emulator: fix pusha instruction emulation by Wei Yongjun · 14 years ago
  67. bd37139 KVM: x86: fix -DDEBUG oops by Zachary Amsden · 14 years ago
  68. 1047df1 KVM: MMU: don't walk every parent pages while mark unsync by Xiao Guangrong · 14 years ago
  69. 7a8f1a7 KVM: MMU: clear unsync_child_bitmap completely by Xiao Guangrong · 14 years ago
  70. ebdea63 KVM: MMU: cleanup for __mmu_unsync_walk() by Xiao Guangrong · 14 years ago
  71. be71e06 KVM: MMU: don't mark pte notrap if it's just sync transient by Xiao Guangrong · 14 years ago
  72. f918b44 KVM: MMU: avoid double write protected in sync page path by Xiao Guangrong · 14 years ago
  73. cb83cad KVM: MMU: cleanup for dirty page judgment by Xiao Guangrong · 14 years ago
  74. ac3cd03 KVM: MMU: rename 'page' and 'shadow_page' to 'sp' by Xiao Guangrong · 14 years ago
  75. 2d5b5a6 KVM: x86: XSAVE/XRSTOR live migration support by Sheng Yang · 14 years ago
  76. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 14 years ago
  77. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 14 years ago
  78. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 14 years ago
  79. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 14 years ago
  80. f495c6e KVM: VMX: Fix incorrect rcu deref in rmode_tss_base() by Avi Kivity · 14 years ago
  81. a24e809 KVM: Fix unused but set warnings by Andi Kleen · 14 years ago
  82. 3b5d132 KVM: MMU: delay local tlb flush by Xiao Guangrong · 14 years ago
  83. 5304efd KVM: MMU: use wrapper function to flush local tlb by Xiao Guangrong · 14 years ago
  84. 4f78fd0 KVM: MMU: remove unnecessary remote tlb flush by Xiao Guangrong · 14 years ago
  85. 4b9d3a0 KVM: VMX: fix rcu usage warning in init_rmode() by Xiao Guangrong · 14 years ago
  86. 1760dd4 KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single() by Gui Jianfeng · 14 years ago
  87. b9d762f KVM: VMX: Add all-context INVVPID type support by Gui Jianfeng · 14 years ago
  88. 0671a8e KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write() by Xiao Guangrong · 14 years ago
  89. f41d335 KVM: MMU: traverse sp hlish safely by Xiao Guangrong · 14 years ago
  90. d98ba05 KVM: MMU: gather remote tlb flush which occurs during page zapped by Xiao Guangrong · 14 years ago
  91. 103ad25 KVM: MMU: don't get free page number in the loop by Xiao Guangrong · 14 years ago
  92. 7775834 KVM: MMU: split the operations of kvm_mmu_zap_page() by Xiao Guangrong · 14 years ago
  93. 7ae680e KVM: MMU: introduce some macros to cleanup hlist traverseing by Xiao Guangrong · 14 years ago
  94. 03116aa KVM: MMU: skip invalid sp when unprotect page by Xiao Guangrong · 14 years ago
  95. 518c8ae KVM: VMX: Make sure single type invvpid is supported before issuing invvpid instruction by Gui Jianfeng · 14 years ago
  96. 7bee342 KVM: x86: use linux/uaccess.h instead of asm/uaccess.h by Lai Jiangshan · 14 years ago
  97. 4bc9b98 KVM: VMX: Enforce EPT pagetable level checking by Sheng Yang · 14 years ago
  98. 5120702 KVM: VMX: Properly return error to userspace on vmentry failure by Mohammed Gamal · 14 years ago
  99. b66d800 KVM: MMU: Don't calculate quadrant if tdp_enabled by Gui Jianfeng · 14 years ago
  100. 8184dd3 KVM: MMU: Allow spte.w=1 for gpte.w=0 and cr0.wp=0 only in shadow mode by Avi Kivity · 14 years ago