aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/async_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08KVM: Add helpers to wake/query blocking vCPUSean Christopherson1-1/+1
2021-12-08KVM: Force PPC to define its own rcuwait objectSean Christopherson1-1/+1
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-07-08KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to boolVitaly Kuznetsov1-6/+10
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-14/+7
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injectedVitaly Kuznetsov1-1/+1
2020-06-11KVM: async_pf: Cleanup kvm_setup_async_pf()Vitaly Kuznetsov1-13/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov1-0/+10
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present()Vitaly Kuznetsov1-1/+1
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso1-2/+1
2020-01-23KVM: async_pf: drop kvm_arch_async_page_present wrappersPaolo Bonzini1-17/+4
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-5/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner1-13/+1
2018-12-21KVM: fix some typosWei Yang1-1/+1
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-1/+1
2017-09-15kvm,async_pf: Use swq_has_sleeper()Davidlohr Bueso1-5/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes1-3/+7
2016-11-19KVM: async_pf: avoid recursive flushing of work itemsPaolo Bonzini1-1/+12
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes1-1/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+1
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changesIngo Molnar1-1/+1
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti1-2/+2
2016-02-24KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger1-1/+1
2016-02-23KVM: async_pf: use list_first_entryGeliang Tang1-4/+4
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen1-1/+7
2015-11-25KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy"Markus Elfring1-2/+1
2015-10-14kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.cKosuke Tatsukawa1-0/+4
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli1-1/+1
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla1-3/+1
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-3/+1
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov1-1/+1
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov1-2/+0
2014-04-28KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov1-4/+4
2014-02-04KVM: async_pf: Add missing call for async page presentDominik Dingel1-1/+1
2014-01-30KVM: async_pf: Allow to wait for outstanding workDominik Dingel1-0/+5
2014-01-30KVM: async_pf: Provide additional direct page notificationDominik Dingel1-2/+18
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen1-12/+5
2013-09-24kvm: remove .done from struct kvm_async_pfRadim Krčmář1-4/+1
2013-09-17kvm: free resources after canceling async_pfRadim Krčmář1-1/+4
2012-08-06KVM: do not release the error pageXiao Guangrong1-2/+2
2012-08-06KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong1-1/+1
2012-07-26KVM: remove dummy pagesXiao Guangrong1-2/+1
2012-07-26KVM: use kvm_release_page_clean to release the pageXiao Guangrong1-2/+2
2011-01-12KVM: fix the race while wakeup all pv guestXiao Guangrong1-1/+4
2011-01-12KVM: handle more completed apfs if possibleXiao Guangrong1-16/+16