summaryrefslogtreecommitdiffstats
path: root/virt/kvm/async_pf.c
AgeCommit message (Expand)AuthorLines
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli-1/+1
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla-3/+1
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds-3/+1
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov-1/+1
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov-2/+0
2014-04-28KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov-4/+4
2014-02-04KVM: async_pf: Add missing call for async page presentDominik Dingel-1/+1
2014-01-30KVM: async_pf: Allow to wait for outstanding workDominik Dingel-0/+5
2014-01-30KVM: async_pf: Provide additional direct page notificationDominik Dingel-2/+18
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen-12/+5
2013-09-24kvm: remove .done from struct kvm_async_pfRadim Krčmář-4/+1
2013-09-17kvm: free resources after canceling async_pfRadim Krčmář-1/+4
2012-08-06KVM: do not release the error pageXiao Guangrong-2/+2
2012-08-06KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong-1/+1
2012-07-26KVM: remove dummy pagesXiao Guangrong-2/+1
2012-07-26KVM: use kvm_release_page_clean to release the pageXiao Guangrong-2/+2
2011-01-12KVM: fix the race while wakeup all pv guestXiao Guangrong-1/+4
2011-01-12KVM: handle more completed apfs if possibleXiao Guangrong-16/+16
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov-1/+2
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov-0/+20
2011-01-12KVM: Retry fault before vmentryGleb Natapov-0/+2
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov-0/+190