aboutsummaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-07-14mm: do not drop unused pages when userfaultd is runningChristian Borntraeger
2018-04-27Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-15mm/rmap.c: remove redundant variable cendColin Ian King
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse
2017-09-08mm: thp: enable thp migration in generic pathZi Yan
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi
2017-08-31mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds
2017-08-10rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner
2017-07-06mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal
2017-05-24mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim
2017-05-03mm: make rmap_one boolean functionMinchan Kim
2017-05-03mm: make rmap_walk() return voidMinchan Kim
2017-05-03mm: make ttu's return booleanMinchan Kim
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-03mm: make try_to_munlock() return voidMinchan Kim
2017-05-03mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-03mm: remove unncessary ret in page_referencedMinchan Kim
2017-05-03mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-09rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov
2017-02-24mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov