aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/async_pf.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov2014-06-091-4/+4
* kvm: remove .done from struct kvm_async_pfRadim Krčmář2014-06-091-4/+1
* kvm: free resources after canceling async_pfRadim Krčmář2014-06-091-1/+4
* KVM: fix the race while wakeup all pv guestXiao Guangrong2011-01-121-1/+4
* KVM: handle more completed apfs if possibleXiao Guangrong2011-01-121-16/+16
* KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov2011-01-121-1/+2
* KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov2011-01-121-0/+20
* KVM: Retry fault before vmentryGleb Natapov2011-01-121-0/+2
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-121-0/+190