aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmu_notifier.c
AgeCommit message (Expand)Author
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2022-04-21mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson
2020-12-15mm: track mmu notifiers in fs_reclaim_acquire/releaseDaniel Vetter
2020-10-16mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insertJann Horn
2020-08-12mm: mmu_notifier: fix and extend kerneldocKrzysztof Kozlowski
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-03-21mm/mmu_notifier: silence PROVE_RCU_LIST warningsQian Cai
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-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
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-11-06mm/mmu_notifiers: use the right return code for WARN_ONJason Gunthorpe
2019-09-07mm, notifier: Catch sleeping/blocking for !blockableDaniel Vetter
2019-09-07mm/mmu_notifiers: prime lockdepDaniel Vetter
2019-09-07mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter
2019-08-28mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exportsChristoph Hellwig
2019-08-21mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe
2019-08-20mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter
2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe
2019-08-16mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe
2019-08-16mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe
2019-07-12mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-05-14mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJé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-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
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-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse
2017-04-18mm: Use static initialization for "srcu"Paul E. McKenney
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2016-03-17fix Christoph's email addressesChristoph Lameter
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov
2014-11-13mmu_notifier: add the callback for mmu_notifier_invalidate_range()Joerg Roedel
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-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker
2013-06-28treewide: relase -> releaseGeert Uytterhoeven
2013-05-24mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong