summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/rmap: correct obsolete comment of page_get_anon_vma()Miaohe Lin2021-02-261-2/+2
* mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin2021-02-261-8/+3
* mm/rmap: fix obsolete comment in __page_check_anon_rmap()Miaohe Lin2021-02-261-2/+1
* mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin2021-02-261-1/+1
* mm/rmap: correct some obsolete comments of anon_vmaMiaohe Lin2021-02-261-2/+2
* mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()Li Xinhai2021-02-241-1/+8
* mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+4
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-4/+10
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-3/+3
* mm/lru: revise the comments of lru_lockHugh Dickins2020-12-151-2/+2
* mm/rmap: stop store reordering issue on page->mappingAlex Shi2020-12-151-1/+7
* mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-9/+0
* hugetlbfs: fix anon huge page migration raceMike Kravetz2020-11-141-4/+1
* mm/rmap: fix assumptions of THP sizeMatthew Wilcox (Oracle)2020-10-161-5/+5
* 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