aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmu_notifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe1-63/+73
2020-01-14mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe1-82/+101
2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe1-156/+170
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-26/+531
2019-11-23mm/mmu_notifier: add an interval tree notifierJason Gunthorpe1-26/+518
2019-11-12mm/mmu_notifier: define the header pre-processor parts even if disabledJason Gunthorpe1-0/+13
2019-11-06mm/mmu_notifiers: use the right return code for WARN_ONJason Gunthorpe1-1/+1
2019-09-07mm, notifier: Catch sleeping/blocking for !blockableDaniel Vetter1-2/+13
2019-09-07mm/mmu_notifiers: prime lockdepDaniel Vetter1-0/+7
2019-09-07mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter1-0/+8
2019-08-28mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exportsChristoph Hellwig1-3/+0
2019-08-21mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe1-31/+0
2019-08-20mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter1-0/+2
2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe1-6/+150
2019-08-16mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe1-12/+22
2019-08-16mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe1-21/+14
2019-07-12mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-3/+1
2019-05-14mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse1-0/+10
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse1-1/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-28/+9
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-2/+19
2018-12-28mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson1-7/+0
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"Michal Hocko1-31/+0
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-4/+15
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-0/+31
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse1-2/+9
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse1-14/+0
2017-04-18mm: Use static initialization for "srcu"Paul E. McKenney1-13/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-03-17fix Christoph's email addressesChristoph Lameter1-1/+1
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+17
2014-11-13mmu_notifier: add the callback for mmu_notifier_invalidate_range()Joerg Roedel1-0/+25
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+3
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and syncPeter Zijlstra1-1/+39
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker1-2/+1
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-05-24mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong1-40/+39
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-12/+6
2013-02-23mm: export mmu notifier invalidatesCliff Wickman1-0/+2
2013-02-23mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsRobin Holt1-40/+42
2012-10-25mm/mmu_notifier: allocate mmu_notifier in advanceGavin Shan1-13/+13
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_endHaggai Eran1-6/+0
2012-10-09mm: mmu_notifier: make the mmu_notifier srcu staticAndrea Arcangeli1-3/+3
2012-10-09mm/mmu_notifier: init notifier if necessaryGavin Shan1-11/+11
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely scheduleSagi Grimberg1-25/+48
2012-07-31mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+20