summaryrefslogtreecommitdiff
path: root/include/linux/mmu_notifier.h
AgeCommit message (Expand)Author
2019-11-23mm/mmu_notifier: add an interval tree notifierJason Gunthorpe
2019-11-12mm/mmu_notifier: define the header pre-processor parts even if disabledJason Gunthorpe
2019-09-07mm/mmu_notifiers: annotate with might_sleep()Daniel Vetter
2019-09-07mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter
2019-08-21mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe
2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe
2019-05-14mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse
2019-05-14mm/mmu_notifier: pass down vma and reasons why mmu notifier is happeningJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event enumsJérôme Glisse
2019-05-14mm/mmu_notifier: convert mmu_notifier_range->blockable to a flagsJérôme Glisse
2019-05-14mm/mmu_notifier: helper to test if a range invalidation is blockableJérôme Glisse
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse
2018-12-28mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko
2018-10-26mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse
2017-04-13mm: drop unused pmdp_huge_get_and_clear_notify()Kirill A. Shutemov
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and ...Peter Zijlstra
2014-11-13mmu_notifier: add the callback for mmu_notifier_invalidate_range()Joerg Roedel
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel
2014-11-13mmu_notifier: add mmu_notifier_invalidate_range()Joerg Roedel
2013-02-05mm: fix wrong comments about anon_vma lockYuanhan Liu
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli
2011-01-13thp: add pmd mmu_notifier helpersAndrea Arcangeli
2010-10-28mmu_notifier.h: fix comment spellingFigo.zhang
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus
2008-07-28mmu-notifiers: coreAndrea Arcangeli