aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmu_notifier.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-29/+58
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-5/+9
2018-12-28mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson1-1/+0
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"Michal Hocko1-23/+0
2018-10-26mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko1-1/+3
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-8/+25
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-1/+1
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-3/+27
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse1-2/+15
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko1-0/+5
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse1-25/+0
2017-04-13mm: drop unused pmdp_huge_get_and_clear_notify()Kirill A. Shutemov1-13/+0
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-0/+14
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+2
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+44
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-6/+6
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+83
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-1/+1
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-7/+17
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and syncPeter 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 scheduleSagi 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-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+26
2011-01-13thp: 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-28mmu-notifiers: coreAndrea Arcangeli1-0/+279