summaryrefslogtreecommitdiff
path: root/include/linux/mmu_notifier.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-7/+17
2014-08-07mmu_notifier: add call_srcu and sync function for listener to delay call and ...Peter Zijlstra1-0/+6
2014-11-13mmu_notifier: add the callback for mmu_notifier_invalidate_range()Joerg Roedel1-5/+32
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel1-0/+41
2014-11-13mmu_notifier: add mmu_notifier_invalidate_range()Joerg Roedel1-0/+10
2013-02-05mm: fix wrong comments about anon_vma lockYuanhan Liu1-1/+1
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-47/+0
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg1-0/+1
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong1-1/+11
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-1/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-1/+1
2011-01-14thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+26
2011-01-14thp: add pmd mmu_notifier helpersAndrea Arcangeli1-0/+40
2010-10-28mmu_notifier.h: fix comment spellingFigo.zhang1-1/+1
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus1-0/+34
2008-07-29mmu-notifiers: coreAndrea Arcangeli1-0/+279