summaryrefslogtreecommitdiff
path: root/include/linux/mmu_notifier.h
AgeCommit message (Expand)Author
2021-07-08mm: fix spelling mistakes in header filesZhen Lei
2021-07-01mm: device exclusive memory accessAlistair Popple
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson
2020-08-07mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09MMU notifier: use the new mmap locking APIMichel Lespinasse
2020-01-14mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe
2020-01-14mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe
2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe
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