aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 Du2-37/+15
2021-11-06Docs/admin-guide/mm/pagemap: wordsmith page flags descriptionsSeongJae Park1-26/+27
2021-11-06Docs/admin-guide/mm/damon/start: simplify the contentSeongJae Park1-53/+60
2021-11-06Docs/admin-guide/mm/damon/start: fix a wrong linkSeongJae Park1-1/+3
2021-11-06Docs/admin-guide/mm/damon/start: fix wrong example commandsSeongJae Park1-7/+7
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao3-3/+18
2021-11-06mm/damon: remove unnecessary variable initializationXin Hao1-1/+1
2021-11-06Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIMSeongJae Park2-0/+236
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park3-0/+369
2021-11-06selftests/damon: support watermarksSeongJae Park1-2/+2
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park1-7/+9
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park3-3/+151
2021-11-06tools/selftests/damon: update for regions prioritization of schemesSeongJae Park1-2/+2
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park1-4/+10
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park5-0/+82
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park2-7/+81
2021-11-06mm/damon/selftests: support schemes quotasSeongJae Park1-2/+2
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park1-5/+9
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park2-10/+60
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park2-0/+42
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park3-13/+87
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park2-1/+38
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-06Docs/DAMON: document physical memory monitoring supportSeongJae Park3-19/+40
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park2-4/+19
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park4-0/+243
2021-11-06mm/damon/vaddr: separate commonly usable functionsSeongJae Park4-86/+108
2021-11-06Docs/admin-guide/mm/damon: document 'init_regions' featureSeongJae Park1-2/+39
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-06Docs/admin-guide/mm/damon: document DAMON-based Operation SchemesSeongJae Park2-2/+60
2021-11-06selftests/damon: add 'schemes' debugfs testsSeongJae Park1-0/+13
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park4-4/+20
2021-11-06mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park1-3/+162
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park2-0/+58
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park2-0/+175
2021-11-06mm/damon/core: account age of target regionsSeongJae Park2-0/+23
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-06include/linux/damon.h: fix kernel-doc comments for 'damon_callback'SeongJae Park1-3/+3
2021-11-06docs/vm/damon: remove broken referenceSeongJae Park1-1/+0
2021-11-06MAINTAINERS: update SeongJae's email addressSeongJae Park1-1/+1
2021-11-06Documentation/vm: move user guides to admin-guide/mm/SeongJae Park4-21/+7
2021-11-06mm/damon: grammar s/works/work/Geert Uytterhoeven1-1/+1
2021-11-06kfence: default to dynamic branch instead of static keys modeMarco Elver2-15/+23
2021-11-06kfence: always use static branches to guard kfence_alloc()Marco Elver2-19/+18