summaryrefslogtreecommitdiffstats
path: root/virt/kvm/async_pf.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: do not release the error pageXiao Guangrong2012-08-061-2/+2
* KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong2012-08-061-1/+1
* KVM: remove dummy pagesXiao Guangrong2012-07-261-2/+1
* KVM: use kvm_release_page_clean to release the pageXiao Guangrong2012-07-261-2/+2
* 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