summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-12memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng2-4/+0
2024-05-12selftests/mm: hugetlb_madv_vs_map: avoid test skipping by querying hugepage s...Dev Jain1-7/+9
2024-05-12mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador1-1/+1
2024-05-12mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador1-1/+2
2024-05-12selftests: cgroup: add tests to verify the zswap writeback pathUsama Arif1-1/+129
2024-05-12mm: memcg: make alloc_mem_cgroup_per_node_info() return boolXiu Jianfeng1-5/+5
2024-05-12mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf1-4/+5
2024-05-12mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPEDYosry Ahmed1-6/+9
2024-05-12selftests: cgroup: remove redundant enabling of memory controllerUsama Arif1-2/+0
2024-05-12Docs/mm/damon/maintainer-profile: allow posting patches based on damon/next treeSeongJae Park1-3/+4
2024-05-12Docs/mm/damon/maintainer-profile: change the maintainer's timezone from PST t...SeongJae Park1-3/+3
2024-05-12Docs/mm/damon/design: use a list for supported filtersSeongJae Park1-20/+26
2024-05-12Docs/admin-guide/mm/damon/usage: fix wrong schemes effective quota update com...SeongJae Park1-2/+2
2024-05-12Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching s...SeongJae Park1-1/+1
2024-05-12selftests/damon: classify tests for functionalities and regressionsSeongJae Park1-4/+9
2024-05-12selftests/damon/_damon_sysfs: use 'is' instead of '==' for 'None'SeongJae Park1-40/+40
2024-05-12selftests/damon/_damon_sysfs: find sysfs mount point from /proc/mountsSeongJae Park1-1/+12
2024-05-12selftests/damon/_damon_sysfs: check errors from nr_schemes file readsSeongJae Park1-0/+2
2024-05-12mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park1-0/+1
2024-05-12selftests/damon: add a test for DAMOS quota goalSeongJae Park2-1/+78
2024-05-12selftests/damon/_damon_sysfs: support quota goalsSeongJae Park1-1/+83
2024-05-07thp: remove HPAGE_PMD_ORDER minimum assertionMatthew Wilcox (Oracle)1-5/+0
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park1-6/+4
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park4-7/+7
2024-05-07mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park1-4/+12
2024-05-07mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park1-1/+11
2024-05-07mm/gup: fix hugepd handling in hugetlb reworkPeter Xu1-25/+39
2024-05-07selftests: mm: gup_longterm: test unsharing logic when R/O pinningDavid Hildenbrand1-4/+12
2024-05-07mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden1-1/+1
2024-05-07dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma1-2/+2
2024-05-07dax/bus.c: don't use down_write_killable for non-user processesVishal Verma1-5/+1
2024-05-07dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma1-34/+8
2024-05-07dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma1-8/+8
2024-05-07mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pagesBreno Leitao1-9/+15
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts7-26/+39
2024-05-07mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()Ryan Roberts1-0/+1
2024-05-07memcg: use proper type for mod_memcg_stateShakeel Butt2-7/+9
2024-05-07memcg: warn for unexpected events and statsShakeel Butt1-16/+23
2024-05-07mm: cleanup WORKINGSET_NODES in workingsetShakeel Butt1-3/+4
2024-05-07memcg: cleanup __mod_memcg_lruvec_stateShakeel Butt1-2/+0
2024-05-07memcg: reduce memory for the lruvec and memcg statsShakeel Butt1-20/+114
2024-05-07mm: memcg: account memory used for memcg vmstats and lruvec statsRoman Gushchin1-3/+4
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt2-68/+81
2024-05-07memcg: reduce memory size of mem_cgroup_events_indexShakeel Butt1-2/+4
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