aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmu_notifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus1-0/+20
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+277