summaryrefslogtreecommitdiffstats
path: root/include/linux/mmu_notifier.h
Commit message (Expand)AuthorAgeFilesLines
* mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-24/+24
* mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple2023-08-181-54/+2
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-8/+5
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* mm: fix spelling mistakes in header filesZhen Lei2021-07-081-4/+4
* mm: device exclusive memory accessAlistair Popple2021-07-011-0/+6
* mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-10/+10
* mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson2021-03-251-5/+5
* mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell2020-08-071-0/+13
* mm/notifier: add migration invalidation typeRalph Campbell2020-07-281-0/+6
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-4/+4
* MMU notifier: use the new mmap locking APIMichel Lespinasse2020-06-091-2/+3
* mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe2020-01-141-17/+21
* mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe2020-01-141-14/+16
* mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-141-9/+9
* mm/mmu_notifier: add an interval tree notifierJason Gunthorpe2019-11-231-0/+101
* mm/mmu_notifier: define the header pre-processor parts even if disabledJason Gunthorpe2019-11-121-29/+17
* mm/mmu_notifiers: annotate with might_sleep()Daniel Vetter2019-09-071-0/+5
* mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter2019-09-071-2/+12
* mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe2019-08-211-5/+0
* mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe2019-08-161-0/+35
* mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse2019-05-141-0/+4
* mm/mmu_notifier: pass down vma and reasons why mmu notifier is happeningJérôme Glisse2019-05-141-1/+5
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+4
* mm/mmu_notifier: contextual information for event enumsJérôme Glisse2019-05-141-0/+30
* mm/mmu_notifier: convert mmu_notifier_range->blockable to a flagsJérôme Glisse2019-05-141-4/+7
* mm/mmu_notifier: helper to test if a range invalidation is blockableJérôme Glisse2019-05-141-0/+11
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-29/+58
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-5/+9
* mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson2018-12-281-1/+0
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-261-23/+0
* mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko2018-10-261-1/+3
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-8/+25
* docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-311-3/+27
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-151-2/+15
* mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-151-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-031-0/+5
* mm/mmu_notifier: kill invalidate_pageJérôme Glisse2017-08-311-25/+0
* mm: drop unused pmdp_huge_get_and_clear_notify()Kirill A. Shutemov2017-04-131-13/+0
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+14
* mm: introduce idle page trackingVladimir Davydov2015-09-101-0/+2
* mmu-notifier: add clear_young callbackVladimir Davydov2015-09-101-0/+44
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-6/+6
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-5/+83
|\
| * mmu_notifier: add the callback for mmu_notifier_invalidate_range()Joerg Roedel2014-11-131-5/+32
| * mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-131-0/+41
| * mmu_notifier: add mmu_notifier_invalidate_range()Joerg Roedel2014-11-131-0/+10
* | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-1/+1
|/