1. 22583f0 KVM: async_pf: avoid recursive flushing of work items by Paolo Bonzini · 7 years ago
  2. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  3. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  5. ab92f30 Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 8 years ago
  6. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 8 years ago
  7. 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 8 years ago
  8. d744479 KVM: async_pf: do not warn on page allocation failures by Christian Borntraeger · 8 years ago
  9. 433da86 KVM: async_pf: use list_first_entry by Geliang Tang · 8 years ago
  10. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 8 years ago
  11. 4f52696 KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy" by Markus Elfring · 9 years ago
  12. 6003a42 kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.c by Kosuke Tatsukawa · 9 years ago
  13. 0664e57 mm: gup: kvm use get_user_pages_unlocked by Andrea Arcangeli · 9 years ago
  14. 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
  15. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  16. e9545b9 KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL) by Oleg Nesterov · 10 years ago
  17. d72d946 KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute() by Oleg Nesterov · 10 years ago
  18. 41c22f6 KVM: async_pf: mm->mm_users can not pin apf->mm by Oleg Nesterov · 10 years ago
  19. 1179ba5 KVM: async_pf: Add missing call for async page present by Dominik Dingel · 10 years ago
  20. 9f2ceda KVM: async_pf: Allow to wait for outstanding work by Dominik Dingel · 11 years ago
  21. e0ead41 KVM: async_pf: Provide additional direct page notification by Dominik Dingel · 11 years ago
  22. f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
  23. 98fda16 kvm: remove .done from struct kvm_async_pf by Radim Krčmář · 11 years ago
  24. 28b441e kvm: free resources after canceling async_pf by Radim Krčmář · 11 years ago
  25. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  26. 6cede2e KVM: introduce KVM_ERR_PTR_BAD_PAGE by Xiao Guangrong · 12 years ago
  27. a276632 KVM: remove dummy pages by Xiao Guangrong · 12 years ago
  28. 2b4b5af KVM: use kvm_release_page_clean to release the page by Xiao Guangrong · 12 years ago
  29. 64f638c KVM: fix the race while wakeup all pv guest by Xiao Guangrong · 14 years ago
  30. 15096ff KVM: handle more completed apfs if possible by Xiao Guangrong · 14 years ago
  31. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  32. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  33. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  34. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago