aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/async_pf.c
AgeCommit message (Expand)Author
2018-12-21KVM: fix some typosWei Yang
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra
2017-09-15kvm,async_pf: Use swq_has_sleeper()Davidlohr Bueso
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmget() helperVegard Nossum
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes
2016-11-19KVM: async_pf: avoid recursive flushing of work itemsPaolo Bonzini
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-02-24KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger
2016-02-23KVM: async_pf: use list_first_entryGeliang Tang
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
2015-11-25KVM-async_pf: Delete an unnecessary check before the function call "kmem_cach...Markus Elfring
2015-10-14kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.cKosuke Tatsukawa
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov
2014-04-28KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov
2014-02-04KVM: async_pf: Add missing call for async page presentDominik Dingel
2014-01-30KVM: async_pf: Allow to wait for outstanding workDominik Dingel
2014-01-30KVM: async_pf: Provide additional direct page notificationDominik Dingel
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen
2013-09-24kvm: remove .done from struct kvm_async_pfRadim Krčmář
2013-09-17kvm: free resources after canceling async_pfRadim Krčmář
2012-08-06KVM: do not release the error pageXiao Guangrong
2012-08-06KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong
2012-07-26KVM: remove dummy pagesXiao Guangrong
2012-07-26KVM: use kvm_release_page_clean to release the pageXiao Guangrong
2011-01-12KVM: fix the race while wakeup all pv guestXiao Guangrong
2011-01-12KVM: handle more completed apfs if possibleXiao Guangrong
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov
2011-01-12KVM: Retry fault before vmentryGleb Natapov
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov