aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmu_notifier.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-31mm/mmu_notifier: kill invalidate_pageGravatar Jérôme Glisse 1-25/+0
2017-04-13mm: drop unused pmdp_huge_get_and_clear_notify()Gravatar Kirill A. Shutemov 1-13/+0
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesGravatar Matthew Wilcox 1-0/+14
2015-09-10mm: introduce idle page trackingGravatar Vladimir Davydov 1-0/+2
2015-09-10mmu-notifier: add clear_young callbackGravatar Vladimir Davydov 1-0/+44
2015-06-24mm: clarify that the function operates on hugepage pteGravatar Aneesh Kumar K.V 1-6/+6
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-5/+83
2014-12-13mm: convert i_mmap_mutex to rwsemGravatar Davidlohr Bueso 1-1/+1
2014-09-24kvm: Fix page ageing bugsGravatar Andres Lagar-Cavilla 1-7/+17
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and ...Gravatar Peter Zijlstra 1-0/+6
2014-11-13mmu_notifier: add the callback for mmu_notifier_invalidate_range()Gravatar Joerg Roedel 1-5/+32
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMGravatar Joerg Roedel 1-0/+41
2014-11-13mmu_notifier: add mmu_notifier_invalidate_range()Gravatar Joerg Roedel 1-0/+10
2013-02-05mm: fix wrong comments about anon_vma lockGravatar Yuanhan Liu 1-1/+1
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockGravatar Sagi Grimberg 1-47/+0
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Gravatar Sagi Grimberg 1-0/+1
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostGravatar Xiao Guangrong 1-1/+11
2011-05-25mm: convert anon_vma->lock to a mutexGravatar Peter Zijlstra 1-1/+1
2011-05-25mm: Convert i_mmap_lock to a mutexGravatar Peter Zijlstra 1-1/+1
2011-01-13thp: mmu_notifier_test_youngGravatar Andrea Arcangeli 1-0/+26
2011-01-13thp: add pmd mmu_notifier helpersGravatar Andrea Arcangeli 1-0/+40
2010-10-28mmu_notifier.h: fix comment spellingGravatar Figo.zhang 1-1/+1
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Gravatar Izik Eidus 1-0/+34
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+279