aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmu_notifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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