1. 0664e57 mm: gup: kvm use get_user_pages_unlocked by Andrea Arcangeli · 9 years ago
  2. 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
  3. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  4. e9545b9 KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL) by Oleg Nesterov · 10 years ago
  5. d72d946 KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute() by Oleg Nesterov · 10 years ago
  6. 41c22f6 KVM: async_pf: mm->mm_users can not pin apf->mm by Oleg Nesterov · 10 years ago
  7. 1179ba5 KVM: async_pf: Add missing call for async page present by Dominik Dingel · 10 years ago
  8. 9f2ceda KVM: async_pf: Allow to wait for outstanding work by Dominik Dingel · 11 years ago
  9. e0ead41 KVM: async_pf: Provide additional direct page notification by Dominik Dingel · 11 years ago
  10. f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
  11. 98fda16 kvm: remove .done from struct kvm_async_pf by Radim Krčmář · 11 years ago
  12. 28b441e kvm: free resources after canceling async_pf by Radim Krčmář · 11 years ago
  13. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  14. 6cede2e KVM: introduce KVM_ERR_PTR_BAD_PAGE by Xiao Guangrong · 12 years ago
  15. a276632 KVM: remove dummy pages by Xiao Guangrong · 12 years ago
  16. 2b4b5af KVM: use kvm_release_page_clean to release the page by Xiao Guangrong · 12 years ago
  17. 64f638c KVM: fix the race while wakeup all pv guest by Xiao Guangrong · 14 years ago
  18. 15096ff KVM: handle more completed apfs if possible by Xiao Guangrong · 14 years ago
  19. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  20. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  21. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  22. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago