| Commit message (Expand) | Author | Age | Files | Lines |
* | mm,thp,rmap: fix races between updates of subpages_mapcount | Hugh Dickins | 2022-12-11 | 1 | -9/+33 |
* | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2022-11-30 | 1 | -96/+25 |
* | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2022-11-30 | 1 | -92/+68 |
* | mm,thp,rmap: handle the normal !PageCompound case first | Hugh Dickins | 2022-11-30 | 1 | -27/+27 |
* | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 2022-11-30 | 1 | -145/+188 |
* | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 2022-11-30 | 1 | -61/+81 |
* | mm/hugetlb: unify clearing of RestoreReserve for private pages | Peter Xu | 2022-11-08 | 1 | -1/+1 |
* | mm: rmap: rename page_not_mapped() to folio_not_mapped() | Kefeng Wang | 2022-11-08 | 1 | -4/+4 |
* | mm/rmap: fix comment in anon_vma_clone() | Ma Wupeng | 2022-11-08 | 1 | -2/+2 |
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 1 | -78/+106 |
|\ |
|
| * | hugetlb: use new vma_lock for pmd sharing synchronization | Mike Kravetz | 2022-10-03 | 1 | -35/+65 |
| * | hugetlb: add vma based lock for pmd sharing | Mike Kravetz | 2022-10-03 | 1 | -1/+7 |
| * | hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz | 2022-10-03 | 1 | -7/+1 |
| * | rmap: remove page_unlock_anon_vma_read() | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -5/+0 |
| * | mm: convert page_get_anon_vma() to folio_get_anon_vma() | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -7/+7 |
| * | rmap: convert page_move_anon_rmap() to use a folio | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -8/+6 |
| * | mm: multi-gen LRU: exploit locality in rmap | Yu Zhao | 2022-09-26 | 1 | -0/+6 |
| * | mm: remember young/dirty bit for page migrations | Peter Xu | 2022-09-26 | 1 | -1/+4 |
| * | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast | David Hildenbrand | 2022-09-11 | 1 | -5/+6 |
| * | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage | Zach O'Keefe | 2022-09-11 | 1 | -10/+5 |
* | | mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse | Jann Horn | 2022-08-31 | 1 | -13/+16 |
|/ |
|
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-05 | 1 | -60/+54 |
|\ |
|
| * | hugetlb: do not update address in huge_pmd_unshare | Mike Kravetz | 2022-07-17 | 1 | -2/+2 |
| * | mm: add zone device coherent type memory support | Alex Sierra | 2022-07-17 | 1 | -2/+3 |
| * | mm: hugetlb: kill set_huge_swap_pte_at() | Qi Zheng | 2022-07-03 | 1 | -8/+3 |
| * | mm: rmap: simplify the hugetlb handling when unmapping or migration | Baolin Wang | 2022-07-03 | 1 | -46/+44 |
| * | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport | 2022-06-27 | 1 | -4/+4 |
* | | mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one() | David Hildenbrand | 2022-07-03 | 1 | -10/+17 |
|/ |
|
* | mm: don't be stuck to rmap lock on reclaim path | Minchan Kim | 2022-05-19 | 1 | -11/+41 |
* | mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmapping | Baolin Wang | 2022-05-13 | 1 | -17/+22 |
* | mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migration | Baolin Wang | 2022-05-13 | 1 | -6/+18 |
* | mm/shmem: persist uffd-wp bit across zapping for file-backed | Peter Xu | 2022-05-13 | 1 | -0/+8 |
* | mm/rmap: Fix typos in comments | Adrian Huang | 2022-05-13 | 1 | -2/+2 |
* | mm: rmap: use flush_cache_range() to flush cache for hugetlb pages | Baolin Wang | 2022-05-13 | 1 | -42/+48 |
* | mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharing | Baolin Wang | 2022-05-13 | 1 | -18/+22 |
* | mm/swap: remember PG_anon_exclusive via a swp pte bit | David Hildenbrand | 2022-05-09 | 1 | -8/+11 |
* | mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails | David Hildenbrand | 2022-05-09 | 1 | -1/+5 |
* | mm: remember exclusively mapped anonymous pages with PG_anon_exclusive | David Hildenbrand | 2022-05-09 | 1 | -5/+56 |
* | mm/rmap: drop "compound" parameter from page_add_new_anon_rmap() | David Hildenbrand | 2022-05-09 | 1 | -5/+6 |
* | mm/rmap: pass rmap flags to hugepage_add_anon_rmap() | David Hildenbrand | 2022-05-09 | 1 | -3/+6 |
* | mm/rmap: remove do_page_add_anon_rmap() | David Hildenbrand | 2022-05-09 | 1 | -13/+1 |
* | mm/rmap: convert RMAP flags to a proper distinct rmap_t type | David Hildenbrand | 2022-05-09 | 1 | -3/+4 |
* | mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed | David Hildenbrand | 2022-05-09 | 1 | -0/+1 |
* | mm: rmap: introduce pfn_mkclean_range() to cleans PTEs | Muchun Song | 2022-04-28 | 1 | -11/+54 |
* | mm: rmap: fix cache flush on THP pages | Muchun Song | 2022-04-28 | 1 | -1/+2 |
* | mm/munlock: protect the per-CPU pagevec by a local_lock_t | Sebastian Andrzej Siewior | 2022-04-01 | 1 | -2/+2 |
* | mm: fix race between MADV_FREE reclaim and blkdev direct IO read | Mauricio Faria de Oliveira | 2022-03-24 | 1 | -1/+24 |
* | mm/migration: add trace events for base page and HugeTLB migrations | Anshuman Khandual | 2022-03-24 | 1 | -0/+6 |
* | mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap() | Hugh Dickins | 2022-03-24 | 1 | -17/+14 |
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -2/+2 |
|\ |
|