summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park2024-05-074-7/+7
* mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park2024-05-071-4/+12
* mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park2024-05-071-1/+11
* mm/gup: fix hugepd handling in hugetlb reworkPeter Xu2024-05-071-25/+39
* selftests: mm: gup_longterm: test unsharing logic when R/O pinningDavid Hildenbrand2024-05-071-4/+12
* mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden2024-05-071-1/+1
* dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma2024-05-071-2/+2
* dax/bus.c: don't use down_write_killable for non-user processesVishal Verma2024-05-071-5/+1
* dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma2024-05-071-34/+8
* dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma2024-05-071-8/+8
* mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pagesBreno Leitao2024-05-071-9/+15
* mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-077-26/+39
* mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()Ryan Roberts2024-05-071-0/+1
* memcg: use proper type for mod_memcg_stateShakeel Butt2024-05-072-7/+9
* memcg: warn for unexpected events and statsShakeel Butt2024-05-071-16/+23
* mm: cleanup WORKINGSET_NODES in workingsetShakeel Butt2024-05-071-3/+4
* memcg: cleanup __mod_memcg_lruvec_stateShakeel Butt2024-05-071-2/+0
* memcg: reduce memory for the lruvec and memcg statsShakeel Butt2024-05-071-20/+114
* mm: memcg: account memory used for memcg vmstats and lruvec statsRoman Gushchin2024-05-071-3/+4
* memcg: dynamically allocate lruvec_statsShakeel Butt2024-05-072-68/+81
* memcg: reduce memory size of mem_cgroup_events_indexShakeel Butt2024-05-071-2/+4
* selftests/memfd: fix spelling mistakesSaurav Shah2024-05-072-2/+2
* mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand2024-05-071-0/+7
* selftests: mm: cow: flag vmsplice() hugetlb tests as XFAILDavid Hildenbrand2024-05-071-35/+71
* mm/swapfile: mark racy access on si->highest_bitlinke li2024-05-061-1/+1
* mm/rmap: change the type of we_locked from int to boolHao Ge2024-05-061-1/+1
* mm/pagemap: make trylock_page return boolHao Ge2024-05-061-1/+1
* mm/rmap: do not add fully unmapped large folio to deferred split listZi Yan2024-05-061-3/+10
* Docs/ABI/damon: update for 'youg page' type DAMOS filterSeongJae Park2024-05-061-3/+3
* Docs/admin-guide/mm/damon/usage: update for young page type DAMOS filterSeongJae Park2024-05-061-13/+13
* Docs/mm/damon/design: document 'young page' type DAMOS filterSeongJae Park2024-05-061-9/+11
* mm/damon/paddr: implement DAMOS filter type YOUNGSeongJae Park2024-05-061-0/+5
* mm/damon: add DAMOS filter type YOUNGSeongJae Park2024-05-062-0/+3
* mm/damon/paddr: implement damon_folio_mkold()SeongJae Park2024-05-061-11/+16
* mm/damon/paddr: implement damon_folio_young()SeongJae Park2024-05-061-13/+19
* mm: optimise vmf_anon_prepare() for VMAs without an anon_vmaMatthew Wilcox (Oracle)2024-05-061-4/+9
* mm: fix some minor per-VMA lock issues in userfaultfdMatthew Wilcox (Oracle)2024-05-061-11/+9
* mm: delay the check for a NULL anon_vmaMatthew Wilcox (Oracle)2024-05-062-13/+22
* mm: assert the mmap_lock is held in __anon_vma_prepare()Matthew Wilcox (Oracle)2024-05-061-2/+1
* mm: simplify thp_vma_allowable_orderMatthew Wilcox2024-05-065-31/+35
* mm: remove stale comment __folio_mark_dirtyKemeng Shi2024-05-061-2/+1
* mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_threshKemeng Shi2024-05-061-1/+1
* mm: correct calculation of wb's bg_thresh in cgroup domainKemeng Shi2024-05-061-1/+1
* mm: enable __wb_calc_thresh to calculate dirty background thresholdKemeng Shi2024-05-061-15/+18
* writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pagesKemeng Shi2024-05-061-4/+4
* writeback: add wb_monitor.py script to monitor writeback info on bdiKemeng Shi2024-05-061-0/+172
* writeback: support retrieving per group debug writeback stats of bdiKemeng Shi2024-05-063-2/+99
* writeback: collect stats of all wb of bdi in bdi_debug_stats_showKemeng Shi2024-05-061-23/+73
* selftests/mm: soft-dirty should fail if a testcase failsRyan Roberts2024-05-061-1/+1
* mm: vmalloc: dump page owner info if page is already mappedHariom Panthi2024-05-061-1/+9