Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/rmap.c
AgeCommit message (Expand)Author
2019-05-14mm/rmap.c: use the pra.mapcount to do the checkHuang Shijie
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V
2019-03-06mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-01-10mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_oneSean Christopherson
2019-01-09hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2018-12-28mm: remove __hugepage_set_anon_rmap()Kirill Tkhai
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-01mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins
2018-10-06mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-07-14mm: do not drop unused pages when userfaultd is runningChristian Borntraeger
2018-04-28Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet
2018-04-21mm: 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-06mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz
2017-11-16mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-16mm/rmap.c: remove redundant variable cendColin Ian King
2017-11-16mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-09mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse
2017-09-09mm: thp: enable thp migration in generic pathZi Yan
2017-09-09mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi
2017-09-01mm/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-11rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov
2017-08-03mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-07-07mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner
2017-07-07mm: 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-04mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner
2017-05-04mm: memcontrol: re-use node VM page state enumJohannes Weiner
2017-05-04mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim
2017-05-04mm: make rmap_one boolean functionMinchan Kim
2017-05-04mm: make rmap_walk() return voidMinchan Kim
2017-05-04mm: make ttu's return booleanMinchan Kim
2017-05-04mm: remove SWAP_AGAIN in ttuMinchan Kim
2017-05-04mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-04mm: make try_to_munlock() return voidMinchan Kim
2017-05-04mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim
2017-05-04mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-04mm: remove unncessary ret in page_referencedMinchan Kim
2017-05-04mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim
2017-05-04mm: reclaim MADV_FREE pagesShaohua Li
2017-05-04mm: don't assume anonymous pages have SwapBacked flagShaohua Li