summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-07selftests/memfd: fix spelling mistakesSaurav Shah2-2/+2
2024-05-07mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand1-0/+7
2024-05-07selftests: mm: cow: flag vmsplice() hugetlb tests as XFAILDavid Hildenbrand1-35/+71
2024-05-06mm/swapfile: mark racy access on si->highest_bitlinke li1-1/+1
2024-05-06mm/rmap: change the type of we_locked from int to boolHao Ge1-1/+1
2024-05-06mm/pagemap: make trylock_page return boolHao Ge1-1/+1
2024-05-06mm/rmap: do not add fully unmapped large folio to deferred split listZi Yan1-3/+10
2024-05-06Docs/ABI/damon: update for 'youg page' type DAMOS filterSeongJae Park1-3/+3
2024-05-06Docs/admin-guide/mm/damon/usage: update for young page type DAMOS filterSeongJae Park1-13/+13
2024-05-06Docs/mm/damon/design: document 'young page' type DAMOS filterSeongJae Park1-9/+11
2024-05-06mm/damon/paddr: implement DAMOS filter type YOUNGSeongJae Park1-0/+5
2024-05-06mm/damon: add DAMOS filter type YOUNGSeongJae Park2-0/+3
2024-05-06mm/damon/paddr: implement damon_folio_mkold()SeongJae Park1-11/+16
2024-05-06mm/damon/paddr: implement damon_folio_young()SeongJae Park1-13/+19
2024-05-06mm: optimise vmf_anon_prepare() for VMAs without an anon_vmaMatthew Wilcox (Oracle)1-4/+9
2024-05-06mm: fix some minor per-VMA lock issues in userfaultfdMatthew Wilcox (Oracle)1-11/+9
2024-05-06mm: delay the check for a NULL anon_vmaMatthew Wilcox (Oracle)2-13/+22
2024-05-06mm: assert the mmap_lock is held in __anon_vma_prepare()Matthew Wilcox (Oracle)1-2/+1
2024-05-06mm: simplify thp_vma_allowable_orderMatthew Wilcox5-31/+35
2024-05-06mm: remove stale comment __folio_mark_dirtyKemeng Shi1-2/+1
2024-05-06mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_threshKemeng Shi1-1/+1
2024-05-06mm: correct calculation of wb's bg_thresh in cgroup domainKemeng Shi1-1/+1
2024-05-06mm: enable __wb_calc_thresh to calculate dirty background thresholdKemeng Shi1-15/+18
2024-05-06writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pagesKemeng Shi1-4/+4
2024-05-06writeback: add wb_monitor.py script to monitor writeback info on bdiKemeng Shi1-0/+172
2024-05-06writeback: support retrieving per group debug writeback stats of bdiKemeng Shi3-2/+99
2024-05-06writeback: collect stats of all wb of bdi in bdi_debug_stats_showKemeng Shi1-23/+73
2024-05-06selftests/mm: soft-dirty should fail if a testcase failsRyan Roberts1-1/+1
2024-05-06mm: vmalloc: dump page owner info if page is already mappedHariom Panthi1-1/+9
2024-05-06mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()David Hildenbrand2-8/+17
2024-05-06memcg: fix data-race KCSAN bug in rstatsBreno Leitao1-5/+7
2024-05-06mm: remove PageReferencedMatthew Wilcox (Oracle)1-3/+3
2024-05-06mm: add kernel-doc for folio_mark_accessed()Matthew Wilcox (Oracle)1-7/+10
2024-05-06gup: use folios for gup_devmapMatthew Wilcox (Oracle)1-9/+8
2024-05-06mm: remove page_ref_sub_return()Matthew Wilcox (Oracle)1-8/+3
2024-05-06mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)4-15/+15
2024-05-06mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)1-6/+1
2024-05-06mm: remove page_cache_alloc()Matthew Wilcox (Oracle)1-5/+0
2024-05-06userfault; expand folio use in mfill_atomic_install_pte()Matthew Wilcox (Oracle)1-3/+2
2024-05-06migrate: expand the use of folio in __migrate_device_pages()Matthew Wilcox (Oracle)1-8/+5
2024-05-06memory-failure: remove calls to page_mapping()Matthew Wilcox (Oracle)1-2/+4
2024-05-06f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)1-2/+3
2024-05-06fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)1-3/+3
2024-05-06mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)3-15/+6
2024-05-06mm/memory-failure: use folio functions throughout collect_procs()Matthew Wilcox (Oracle)1-2/+2
2024-05-06mm/memory-failure: add some folio conversions to unpoison_memoryMatthew Wilcox (Oracle)1-4/+4
2024-05-06mm/memory-failure: convert hwpoison_user_mappings to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-05-06mm/memory-failure: convert memory_failure() to use a folioMatthew Wilcox (Oracle)1-19/+21
2024-05-06mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)4-8/+8
2024-05-06mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)4-11/+17