- 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
- e8c2226 KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool by Vitaly Kuznetsov · 4 years, 6 months ago
- 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
- 2a18b7e KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected by Vitaly Kuznetsov · 4 years, 7 months ago
- 7863e34 KVM: async_pf: Cleanup kvm_setup_async_pf() by Vitaly Kuznetsov · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 557a961 KVM: x86: acknowledgment mechanism for async pf page ready notifications by Vitaly Kuznetsov · 4 years, 7 months ago
- 7c0ade6 KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present() by Vitaly Kuznetsov · 4 years, 7 months ago
- da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
- 4425f56 KVM: async_pf: drop kvm_arch_async_page_present wrappers by Paolo Bonzini · 5 years ago
- 736c291 KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM by Sean Christopherson · 5 years ago
- 775c8a3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504 by Thomas Gleixner · 6 years ago
- bdd303c KVM: fix some typos by Wei Yang · 6 years ago
- b3dae10 sched/swait: Rename to exclusive by Peter Zijlstra · 7 years ago
- b9f67a4 kvm,async_pf: Use swq_has_sleeper() by Davidlohr Bueso · 7 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- 3fce371 mm: add new mmget() helper by Vegard Nossum · 8 years ago
- 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
- 22583f0 KVM: async_pf: avoid recursive flushing of work items by Paolo Bonzini · 8 years ago
- d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
- 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
- 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 · 9 years ago
- 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 9 years ago
- d744479 KVM: async_pf: do not warn on page allocation failures by Christian Borntraeger · 9 years ago
- 433da86 KVM: async_pf: use list_first_entry by Geliang Tang · 9 years ago
- 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
- 4f52696 KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy" by Markus Elfring · 9 years ago
- 6003a42 kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.c by Kosuke Tatsukawa · 9 years ago
- 0664e57 mm: gup: kvm use get_user_pages_unlocked by Andrea Arcangeli · 10 years ago
- 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
- b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
- e9545b9 KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL) by Oleg Nesterov · 11 years ago
- d72d946 KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute() by Oleg Nesterov · 11 years ago
- 41c22f6 KVM: async_pf: mm->mm_users can not pin apf->mm by Oleg Nesterov · 11 years ago
- 1179ba5 KVM: async_pf: Add missing call for async page present by Dominik Dingel · 11 years ago
- 9f2ceda KVM: async_pf: Allow to wait for outstanding work by Dominik Dingel · 11 years ago
- e0ead41 KVM: async_pf: Provide additional direct page notification by Dominik Dingel · 12 years ago
- f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
- 98fda16 kvm: remove .done from struct kvm_async_pf by Radim Krčmář · 11 years ago
- 28b441e kvm: free resources after canceling async_pf by Radim Krčmář · 11 years ago
- 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
- 6cede2e KVM: introduce KVM_ERR_PTR_BAD_PAGE by Xiao Guangrong · 12 years ago
- a276632 KVM: remove dummy pages by Xiao Guangrong · 12 years ago
- 2b4b5af KVM: use kvm_release_page_clean to release the page by Xiao Guangrong · 12 years ago
- 64f638c KVM: fix the race while wakeup all pv guest by Xiao Guangrong · 14 years ago
- 15096ff KVM: handle more completed apfs if possible by Xiao Guangrong · 14 years ago
- 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
- 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
- 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
- af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago