1. 24157aa KVM: MMU: Eliminate redundant temporaries in FNAME(fetch) by Avi Kivity · 15 years ago
  2. 5991b33 KVM: MMU: Validate all gptes during fetch, not just those used for new pages by Avi Kivity · 15 years ago
  3. 0b3c933 KVM: MMU: Simplify spte fetch() function by Avi Kivity · 15 years ago
  4. 39c8c67 KVM: MMU: Add gpte_valid() helper by Avi Kivity · 15 years ago
  5. a357bd2 KVM: MMU: Add validate_direct_spte() helper by Avi Kivity · 15 years ago
  6. a3aa51c KVM: MMU: Add drop_large_spte() helper by Avi Kivity · 15 years ago
  7. 121eee9 KVM: MMU: Use __set_spte to link shadow pages by Avi Kivity · 15 years ago
  8. 32ef26a KVM: MMU: Add link_shadow_page() helper by Avi Kivity · 15 years ago
  9. 4a99435 KVM: Convert mask notifiers to use irqchip/pin instead of gsi by Gleb Natapov · 15 years ago
  10. 2e2602c KVM: Document MCE banks non-exposure via KVM_GET_MSR_INDEX_LIST by Avi Kivity · 15 years ago
  11. 908e75f KVM: Expose MCE control MSRs to userspace by Avi Kivity · 15 years ago
  12. aea924f KVM: PIT: stop vpit before freeing irq_routing by Xiao Guangrong · 15 years ago
  13. a6f177e KVM: Reenter guest after emulation failure if due to access to non-mmio address by Gleb Natapov · 15 years ago
  14. edba23e KVM: Return EFAULT from kvm ioctl when guest accesses bad area by Gleb Natapov · 15 years ago
  15. fa7bff8 KVM: define hwpoison variables static by Gleb Natapov · 15 years ago
  16. 673813e KVM: fix lock imbalance in kvm_create_pit() by Jiri Slaby · 15 years ago
  17. f59c1d2 KVM: MMU: Keep going on permission error by Avi Kivity · 15 years ago
  18. b0eeec2 KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled by Avi Kivity · 15 years ago
  19. 5d55f29 KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding by Wei Yongjun · 15 years ago
  20. 07cbc6c KVM: x86 emulator: fix cli/sti instruction emulation by Wei Yongjun · 15 years ago
  21. b16b2b7 KVM: x86 emulator: fix 'mov rm,sreg' instruction decoding by Wei Yongjun · 15 years ago
  22. e97e883 KVM: x86 emulator: fix 'and AL,imm8' instruction decoding by Wei Yongjun · 15 years ago
  23. ce7a0ad KVM: x86 emulator: fix the comment of out instruction by Wei Yongjun · 15 years ago
  24. a5046e6 KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding by Wei Yongjun · 15 years ago
  25. b79b93f KVM: MMU: Don't drop accessed bit while updating an spte by Avi Kivity · 15 years ago
  26. a9221dd KVM: MMU: Atomically check for accessed bit when dropping an spte by Avi Kivity · 15 years ago
  27. ce06186 KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte() by Avi Kivity · 15 years ago
  28. be38d27 KVM: MMU: Introduce drop_spte() by Avi Kivity · 15 years ago
  29. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 15 years ago
  30. 5689cc5 KVM: Use u64 for frame data types by Joerg Roedel · 15 years ago
  31. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 15 years ago
  32. 95c87e2 KVM: Fix IOMMU memslot reference warning by Sheng Yang · 15 years ago
  33. fef093b KVM: PPC: Make use of hash based Shadow MMU by Alexander Graf · 15 years ago
  34. 7741909 KVM: PPC: Add generic hpte management functions by Alexander Graf · 15 years ago
  35. 84754cd KVM: MMU: cleanup FNAME(fetch)() functions by Xiao Guangrong · 15 years ago
  36. 9e7b0e7 KVM: MMU: fix direct sp's access corrupted by Xiao Guangrong · 15 years ago
  37. 5fd5387 KVM: MMU: fix conflict access permissions in direct sp by Xiao Guangrong · 15 years ago
  38. 36a2e67 KVM: MMU: fix writable sync sp mapping by Xiao Guangrong · 15 years ago
  39. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 15 years ago
  40. cf3e3d3 KVM: Document KVM specific review items by Avi Kivity · 15 years ago
  41. 3e00750 KVM: Simplify vcpu_enter_guest() mmu reload logic slightly by Avi Kivity · 15 years ago
  42. 529df65 KVM: Search the LAPIC's for one that will accept a PIC interrupt by Chris Lalancette · 15 years ago
  43. 979586e KVM: ia64: cleanup kvm_ia64_sync_dirty_log() by Takuya Yoshikawa · 15 years ago
  44. 4482b06 KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log() by Takuya Yoshikawa · 15 years ago
  45. 4d29bdb KVM: PPC: Make BAT only guest segments work by Alexander Graf · 15 years ago
  46. 3b24915 KVM: PPC: Use kernel hash function by Alexander Graf · 15 years ago
  47. a576f7a KVM: PPC: Remove obsolete kvmppc_mmu_find_pte by Alexander Graf · 15 years ago
  48. bbeb340 KVM: Fix a race condition for usage of is_hwpoison_address() by Huang Ying · 15 years ago
  49. 6c3f604 KVM: x86: Enable AVX for guest by Sheng Yang · 15 years ago
  50. 7ac7709 KVM: Prevent internal slots from being COWed by Avi Kivity · 15 years ago
  51. e36d96f KVM: Keep slot ID in memory slot structure by Avi Kivity · 15 years ago
  52. 0719837 KVM: Reduce atomic operations on vcpu->requests by Avi Kivity · 15 years ago
  53. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 15 years ago
  54. 36633f3 KVM: i8259: simplify pic_irq_request() calling sequence by Avi Kivity · 15 years ago
  55. 073d461 KVM: i8259: reduce excessive abstraction for pic_irq_request() by Avi Kivity · 15 years ago
  56. b74a07b KVM: Remove kernel-allocated memory regions by Avi Kivity · 15 years ago
  57. a1f4d39 KVM: Remove memory alias support by Avi Kivity · 15 years ago
  58. fc34531 KVM: s390: Don't exit SIE on SIGP sense running by Christian Borntraeger · 15 years ago
  59. 971eb77 KVM: s390: Fix build failure due to centralized vcpu locking patches by Christian Borntraeger · 15 years ago
  60. d1ac91d KVM: Consolidate load/save temporary buffer allocation and freeing by Avi Kivity · 15 years ago
  61. a1a005f KVM: Fix xsave and xcr save/restore memory leak by Avi Kivity · 15 years ago
  62. 7d5993d KVM: x86 emulator: fix group3 instruction decoding by Wei Yongjun · 15 years ago
  63. 6045be5 KVM: PPC: fix uninitialized variable warning in kvm_ppc_core_deliver_interrupts by Asias He · 15 years ago
  64. 21bbe18 KVM: Fix typos in Documentation/kvm/mmu.txt by Jason Wang · 15 years ago
  65. aefd18f KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's by Chris Lalancette · 15 years ago
  66. e7dca5c KVM: x86: Allow any LAPIC to accept PIC interrupts by Chris Lalancette · 15 years ago
  67. 33572ac KVM: x86: Introduce a workqueue to deliver PIT timer interrupts by Chris Lalancette · 15 years ago
  68. c37eda1 KVM: x86 emulator: fix pusha instruction emulation by Wei Yongjun · 15 years ago
  69. bd37139 KVM: x86: fix -DDEBUG oops by Zachary Amsden · 15 years ago
  70. 1047df1 KVM: MMU: don't walk every parent pages while mark unsync by Xiao Guangrong · 15 years ago
  71. 7a8f1a7 KVM: MMU: clear unsync_child_bitmap completely by Xiao Guangrong · 15 years ago
  72. ebdea63 KVM: MMU: cleanup for __mmu_unsync_walk() by Xiao Guangrong · 15 years ago
  73. be71e06 KVM: MMU: don't mark pte notrap if it's just sync transient by Xiao Guangrong · 15 years ago
  74. f918b44 KVM: MMU: avoid double write protected in sync page path by Xiao Guangrong · 15 years ago
  75. cb83cad KVM: MMU: cleanup for dirty page judgment by Xiao Guangrong · 15 years ago
  76. ac3cd03 KVM: MMU: rename 'page' and 'shadow_page' to 'sp' by Xiao Guangrong · 15 years ago
  77. 2d5b5a6 KVM: x86: XSAVE/XRSTOR live migration support by Sheng Yang · 15 years ago
  78. 69b6183 KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_run by Denis Kirjanov · 15 years ago
  79. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 15 years ago
  80. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 15 years ago
  81. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 15 years ago
  82. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 15 years ago
  83. f495c6e KVM: VMX: Fix incorrect rcu deref in rmode_tss_base() by Avi Kivity · 15 years ago
  84. a24e809 KVM: Fix unused but set warnings by Andi Kleen · 15 years ago
  85. 376d41f KVM: Fix KVM_SET_SIGNAL_MASK with arg == NULL by Andi Kleen · 15 years ago
  86. 3b5d132 KVM: MMU: delay local tlb flush by Xiao Guangrong · 15 years ago
  87. 5304efd KVM: MMU: use wrapper function to flush local tlb by Xiao Guangrong · 15 years ago
  88. 4f78fd0 KVM: MMU: remove unnecessary remote tlb flush by Xiao Guangrong · 15 years ago
  89. 4b9d3a0 KVM: VMX: fix rcu usage warning in init_rmode() by Xiao Guangrong · 15 years ago
  90. 1760dd4 KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single() by Gui Jianfeng · 15 years ago
  91. b9d762f KVM: VMX: Add all-context INVVPID type support by Gui Jianfeng · 15 years ago
  92. 0671a8e KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write() by Xiao Guangrong · 15 years ago
  93. f41d335 KVM: MMU: traverse sp hlish safely by Xiao Guangrong · 15 years ago
  94. d98ba05 KVM: MMU: gather remote tlb flush which occurs during page zapped by Xiao Guangrong · 15 years ago
  95. 103ad25 KVM: MMU: don't get free page number in the loop by Xiao Guangrong · 15 years ago
  96. 7775834 KVM: MMU: split the operations of kvm_mmu_zap_page() by Xiao Guangrong · 15 years ago
  97. 7ae680e KVM: MMU: introduce some macros to cleanup hlist traverseing by Xiao Guangrong · 15 years ago
  98. 03116aa KVM: MMU: skip invalid sp when unprotect page by Xiao Guangrong · 15 years ago
  99. 518c8ae KVM: VMX: Make sure single type invvpid is supported before issuing invvpid instruction by Gui Jianfeng · 15 years ago
  100. 7bee342 KVM: x86: use linux/uaccess.h instead of asm/uaccess.h by Lai Jiangshan · 15 years ago