aboutsummaryrefslogtreecommitdiff
path: root/mm/mmu_notifier.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm: export mmu notifier invalidatesGravatar Cliff Wickman 1-0/+2
2013-02-23mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsGravatar Robin Holt 1-40/+42
2012-10-25mm/mmu_notifier: allocate mmu_notifier in advanceGravatar Gavin Shan 1-13/+13
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Gravatar Haggai Eran 1-6/+0
2012-10-09mm: mmu_notifier: make the mmu_notifier srcu staticGravatar Andrea Arcangeli 1-3/+3
2012-10-09mm/mmu_notifier: init notifier if necessaryGravatar Gavin Shan 1-11/+11
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Gravatar Sagi Grimberg 1-25/+48
2012-07-31mm: mmu_notifier: fix freed page still mapped in secondary MMUGravatar Xiao Guangrong 1-22/+23
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-01-13thp: mmu_notifier_test_youngGravatar Andrea Arcangeli 1-0/+20
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Gravatar Izik Eidus 1-0/+20
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+277