aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan1-4/+1
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan2-21/+7
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2-5/+2
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner4-2/+42
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du1-3/+2
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King3-3/+3
2021-11-06mm/damon: simplify stop mechanismChangbin Du1-36/+15
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2-3/+17
2021-11-06mm/damon: remove unnecessary variable initializationXin Hao1-1/+1
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park3-0/+369
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park1-7/+9
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2-2/+100
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park1-4/+10
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park4-0/+78
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park1-7/+55
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park1-5/+9
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park1-5/+40
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park1-0/+37
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2-9/+55
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park1-1/+36
2021-11-06mm/damon/dbgfs: remove unnecessary variablesRongwei Wang1-35/+31
2021-11-06mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn1-2/+2
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park2-4/+19
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park3-0/+233
2021-11-06mm/damon/vaddr: separate commonly usable functionsSeongJae Park4-86/+108
2021-11-06mm/damon/dbgfs-test: add a unit test case for 'init_regions'SeongJae Park1-0/+54
2021-11-06mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park1-2/+154
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park3-3/+11
2021-11-06mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park1-3/+162
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park1-0/+56
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park1-0/+109
2021-11-06mm/damon/core: account age of target regionsSeongJae Park1-0/+13
2021-11-06mm/damon/core: nullify pointer ctx->kdamond with a NULLColin Ian King1-1/+1
2021-11-06mm/damon: needn't hold kdamond_lock to print pid of kdamondChangbin Du1-4/+2
2021-11-06mm/damon: remove unnecessary do_exit() from kdamondChangbin Du1-1/+1
2021-11-06mm/damon/core: print kdamond start log in debug mode onlySeongJae Park1-1/+1
2021-11-06mm/damon: grammar s/works/work/Geert Uytterhoeven1-1/+1
2021-11-06kfence: always use static branches to guard kfence_alloc()Marco Elver1-9/+7
2021-11-06kfence: shorten critical sections of alloc/freeMarco Elver1-17/+21
2021-11-06kfence: test: use kunit_skip() to skip testsMarco Elver1-6/+8
2021-11-06kfence: limit currently covered allocations when pool nearly fullMarco Elver2-2/+109
2021-11-06kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver1-11/+24
2021-11-06kfence: count unexpectedly skipped allocationsMarco Elver1-3/+13
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt3-35/+0
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny1-3/+3
2021-11-06mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration()Miaohe Lin1-3/+4
2021-11-06mm/rmap.c: avoid double faults migrating device private pagesAlistair Popple1-2/+6
2021-11-06mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand1-1/+4
2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand1-0/+4
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-5/+6