aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/rmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01mm, thp: do not queue fully unmapped pages for deferred splitKirill A. Shutemov1-4/+10
2019-12-01mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap()Yang Shi1-4/+3
2019-12-01mm/rmap.c: fix outdated comment in page_get_anon_vma()Miles Chen1-3/+4
2019-12-01mm/rmap.c: reuse mergeable anon_vma as parent when forkWei Yang1-0/+13
2019-12-01mm/rmap.c: don't reuse anon_vma if we just want a copyWei Yang1-9/+15
2019-10-19mm: include <linux/huge_mm.h> for is_vma_temporary_stackBen Dooks1-0/+1
2019-09-24mm,thp: add read-only THP support for (non-shmem) FSSong Liu1-4/+8
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-2/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-4/+2
2019-09-24mm/rmap.c: remove set but not used variable 'cstart'YueHaibing1-3/+1
2019-08-13mm/hmm: fix bad subpage pointer in try_to_unmap_oneRalph Campbell1-0/+8
2019-05-14mm/rmap.c: use the pra.mapcount to do the checkHuang Shijie1-1/+1
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-3/+3
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-2/+4
2019-05-14mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V1-1/+1
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-1/+1
2019-01-10mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_oneSean Christopherson1-2/+2
2019-01-08hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz1-4/+0
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-0/+4
2018-12-28mm: remove __hugepage_set_anon_rmap()Kirill Tkhai1-21/+4
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-12/+18
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins1-10/+3
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz1-3/+39
2018-07-14mm: do not drop unused pages when userfaultd is runningChristian Borntraeger1-1/+7
2018-04-27Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet1-3/+0
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi1-3/+0
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-3/+3
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-3/+3
2018-04-11page cache: use xa_lockMatthew Wilcox1-2/+2
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+1
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz1-0/+14
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-1/+1
2017-11-15mm/rmap.c: remove redundant variable cendColin Ian King1-3/+1
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse1-6/+53
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-2/+2
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse1-0/+26
2017-09-08mm: thp: enable thp migration in generic pathZi Yan1-0/+13
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi1-3/+4
2017-08-31mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds1-30/+22
2017-08-10rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov1-22/+30
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entriesMel Gorman1-0/+36
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-5/+3
2017-07-06mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal1-2/+5
2017-05-24mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski1-14/+2
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-2/+2
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner1-2/+2
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim1-1/+1
2017-05-03mm: make rmap_one boolean functionMinchan Kim1-15/+15