aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/async_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov1-1/+2
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov1-0/+20
2011-01-12KVM: Retry fault before vmentryGleb Natapov1-0/+2
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov1-0/+190