summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+4
|\
| * mm: remove redundant compound_head() callingMuchun Song2021-09-081-2/+4
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-20/+21
|\ \ | |/ |/|
| * mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-18/+19
| * mm: Fix comments mentioning i_mutexJan Kara2021-07-121-3/+3
* | mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins2021-07-121-17/+22
|/
* mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-111-3/+3
* mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins2021-07-111-6/+5
* mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins2021-07-111-5/+8
* mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-111-6/+1
* mm: device exclusive memory accessAlistair Popple2021-07-011-0/+186
* mm/rmap: split migration into its own functionAlistair Popple2021-07-011-93/+274
* mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-011-17/+49
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-3/+7
* mm: rmap: make try_to_unmap() void functionYang Shi2021-06-301-11/+4
* mm/thp: fix page_address_in_vma() on file THP tailsJue Wang2021-06-161-4/+4
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-06-161-8/+8
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-161-1/+16
* mm: fix some typos and code style problemsShijie Luo2021-05-071-1/+1
* 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