summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park
2024-05-07mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park
2024-05-07mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park
2024-05-07mm/gup: fix hugepd handling in hugetlb reworkPeter Xu
2024-05-07selftests: mm: gup_longterm: test unsharing logic when R/O pinningDavid Hildenbrand
2024-05-07mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden
2024-05-07dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma
2024-05-07dax/bus.c: don't use down_write_killable for non-user processesVishal Verma
2024-05-07dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma
2024-05-07dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma
2024-05-07mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pagesBreno Leitao
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts
2024-05-07mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()Ryan Roberts
2024-05-07memcg: use proper type for mod_memcg_stateShakeel Butt
2024-05-07memcg: warn for unexpected events and statsShakeel Butt
2024-05-07mm: cleanup WORKINGSET_NODES in workingsetShakeel Butt
2024-05-07memcg: cleanup __mod_memcg_lruvec_stateShakeel Butt
2024-05-07memcg: reduce memory for the lruvec and memcg statsShakeel Butt
2024-05-07mm: memcg: account memory used for memcg vmstats and lruvec statsRoman Gushchin
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt
2024-05-07memcg: reduce memory size of mem_cgroup_events_indexShakeel Butt
2024-05-07selftests/memfd: fix spelling mistakesSaurav Shah
2024-05-07mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand
2024-05-07selftests: mm: cow: flag vmsplice() hugetlb tests as XFAILDavid Hildenbrand
2024-05-05mm/swapfile: mark racy access on si->highest_bitlinke li
2024-05-05mm/rmap: change the type of we_locked from int to boolHao Ge
2024-05-05mm/pagemap: make trylock_page return boolHao Ge
2024-05-05mm/rmap: do not add fully unmapped large folio to deferred split listZi Yan
2024-05-05Docs/ABI/damon: update for 'youg page' type DAMOS filterSeongJae Park
2024-05-05Docs/admin-guide/mm/damon/usage: update for young page type DAMOS filterSeongJae Park
2024-05-05Docs/mm/damon/design: document 'young page' type DAMOS filterSeongJae Park
2024-05-05mm/damon/paddr: implement DAMOS filter type YOUNGSeongJae Park
2024-05-05mm/damon: add DAMOS filter type YOUNGSeongJae Park
2024-05-05mm/damon/paddr: implement damon_folio_mkold()SeongJae Park
2024-05-05mm/damon/paddr: implement damon_folio_young()SeongJae Park
2024-05-05mm: optimise vmf_anon_prepare() for VMAs without an anon_vmaMatthew Wilcox (Oracle)
2024-05-05mm: fix some minor per-VMA lock issues in userfaultfdMatthew Wilcox (Oracle)
2024-05-05mm: delay the check for a NULL anon_vmaMatthew Wilcox (Oracle)
2024-05-05mm: assert the mmap_lock is held in __anon_vma_prepare()Matthew Wilcox (Oracle)
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox
2024-05-05mm: remove stale comment __folio_mark_dirtyKemeng Shi
2024-05-05mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_threshKemeng Shi
2024-05-05mm: correct calculation of wb's bg_thresh in cgroup domainKemeng Shi
2024-05-05mm: enable __wb_calc_thresh to calculate dirty background thresholdKemeng Shi
2024-05-05writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pagesKemeng Shi
2024-05-05writeback: add wb_monitor.py script to monitor writeback info on bdiKemeng Shi
2024-05-05writeback: support retrieving per group debug writeback stats of bdiKemeng Shi
2024-05-05writeback: collect stats of all wb of bdi in bdi_debug_stats_showKemeng Shi
2024-05-05selftests/mm: soft-dirty should fail if a testcase failsRyan Roberts
2024-05-05mm: vmalloc: dump page owner info if page is already mappedHariom Panthi