aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-8/+25
* docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-311-3/+27
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-151-2/+15
* mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-151-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-031-0/+5
* mm/mmu_notifier: kill invalidate_pageJérôme Glisse2017-08-311-25/+0
* mm: drop unused pmdp_huge_get_and_clear_notify()Kirill A. Shutemov2017-04-131-13/+0
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+14
* mm: introduce idle page trackingVladimir Davydov2015-09-101-0/+2
* mmu-notifier: add clear_young callbackVladimir Davydov2015-09-101-0/+44
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-6/+6
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-5/+83
|\
| * mmu_notifier: add the callback for mmu_notifier_invalidate_range()Joerg Roedel2014-11-121-5/+32
| * mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-121-0/+41
| * mmu_notifier: add mmu_notifier_invalidate_range()Joerg Roedel2014-11-121-0/+10
* | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-1/+1
|/
* kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-7/+17
* mmu_notifier: add call_srcu and sync function for listener to delay call and ...Peter Zijlstra2014-08-061-0/+6
* mm: fix wrong comments about anon_vma lockYuanhan Liu2013-02-051-1/+1
* mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-091-47/+0
* mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg2012-10-091-0/+1
* mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong2012-10-091-1/+11
* mm: convert anon_vma->lock to a mutexPeter Zijlstra2011-05-251-1/+1
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-1/+1
* thp: mmu_notifier_test_youngAndrea Arcangeli2011-01-131-0/+26
* thp: add pmd mmu_notifier helpersAndrea Arcangeli2011-01-131-0/+40
* mmu_notifier.h: fix comment spellingFigo.zhang2010-10-281-1/+1
* ksm: add mmu_notifier set_pte_at_notify()Izik Eidus2009-09-221-0/+34
* mmu-notifiers: coreAndrea Arcangeli2008-07-281-0/+279