summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2020-09-051-2/+7
* mm/rmap: annotate a data race at tlb_flush_batchedQian Cai2020-08-141-1/+1
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-4/+4
* hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2020-08-121-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-6/+6
* mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-3/+3
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-18/+29
* mm: prevent a warning when casting void* -> enumPalmer Dabbelt2020-04-071-1/+1
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+6
* mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)2020-04-071-1/+1
* Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"Li Xinhai2020-04-071-13/+0
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-021-1/+16
* mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2020-04-021-15/+1
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-0/+6
* mm, thp: do not queue fully unmapped pages for deferred splitKirill A. Shutemov2019-12-011-4/+10
* mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap()Yang Shi2019-12-011-4/+3
* mm/rmap.c: fix outdated comment in page_get_anon_vma()Miles Chen2019-12-011-3/+4
* mm/rmap.c: reuse mergeable anon_vma as parent when forkWei Yang2019-12-011-0/+13
* mm/rmap.c: don't reuse anon_vma if we just want a copyWei Yang2019-12-011-9/+15
* mm: include <linux/huge_mm.h> for is_vma_temporary_stackBen Dooks2019-10-191-0/+1
* mm,thp: add read-only THP support for (non-shmem) FSSong Liu2019-09-241-4/+8
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-2/+1
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-4/+2
* mm/rmap.c: remove set but not used variable 'cstart'YueHaibing2019-09-241-3/+1
* mm/hmm: fix bad subpage pointer in try_to_unmap_oneRalph Campbell2019-08-131-0/+8
* mm/rmap.c: use the pra.mapcount to do the checkHuang Shijie2019-05-141-1/+1
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-3/+3
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-2/+4
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-05-141-1/+1
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-051-1/+1
* mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_oneSean Christopherson2019-01-101-2/+2
* hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz2019-01-081-4/+0
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-281-0/+4
* mm: remove __hugepage_set_anon_rmap()Kirill Tkhai2018-12-281-21/+4
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-12/+18
* mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2018-11-301-10/+3
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-10-051-3/+39
* mm: do not drop unused pages when userfaultd is runningChristian Borntraeger2018-07-141-1/+7
* Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-271-3/+0
|\
| * mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-201-3/+0
* | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-3/+3
|\ \ | |/ |/|
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-3/+3
* | page cache: use xa_lockMatthew Wilcox2018-04-111-2/+2
* | mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-051-0/+1
* | mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz2018-03-181-0/+14
|/
* mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-151-1/+1
* mm/rmap.c: remove redundant variable cendColin Ian King2017-11-151-3/+1
* mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-151-6/+53
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-2/+2
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-081-0/+26