summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/selftests/damon: update for regions prioritization of schemesSeongJae Park2021-11-061-2/+2
* mm/damon/dbgfs: support prioritization weightsSeongJae Park2021-11-061-4/+10
* mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park2021-11-065-0/+82
* mm/damon/schemes: prioritize regions within the quotasSeongJae Park2021-11-062-7/+81
* mm/damon/selftests: support schemes quotasSeongJae Park2021-11-061-2/+2
* mm/damon/dbgfs: support quotas of schemesSeongJae Park2021-11-061-5/+9
* mm/damon/schemes: implement time quotaSeongJae Park2021-11-062-10/+60
* mm/damon/schemes: skip already charged targets and regionsSeongJae Park2021-11-062-0/+42
* mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2021-11-063-13/+87
* mm/damon/paddr: support the pageout schemeSeongJae Park2021-11-062-1/+38
* mm/damon/dbgfs: remove unnecessary variablesRongwei Wang2021-11-061-35/+31
* mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn2021-11-061-2/+2
* Docs/DAMON: document physical memory monitoring supportSeongJae Park2021-11-063-19/+40
* mm/damon/dbgfs: support physical memory monitoringSeongJae Park2021-11-062-4/+19
* mm/damon: implement primitives for physical address space monitoringSeongJae Park2021-11-064-0/+243
* mm/damon/vaddr: separate commonly usable functionsSeongJae Park2021-11-064-86/+108
* Docs/admin-guide/mm/damon: document 'init_regions' featureSeongJae Park2021-11-061-2/+39
* mm/damon/dbgfs-test: add a unit test case for 'init_regions'SeongJae Park2021-11-061-0/+54
* mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park2021-11-061-2/+154
* Docs/admin-guide/mm/damon: document DAMON-based Operation SchemesSeongJae Park2021-11-062-2/+60
* selftests/damon: add 'schemes' debugfs testsSeongJae Park2021-11-061-0/+13
* mm/damon/schemes: implement statistics featureSeongJae Park2021-11-064-4/+20
* mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park2021-11-061-3/+162
* mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park2021-11-062-0/+58
* mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park2021-11-062-0/+175
* mm/damon/core: account age of target regionsSeongJae Park2021-11-062-0/+23
* mm/damon/core: nullify pointer ctx->kdamond with a NULLColin Ian King2021-11-061-1/+1
* mm/damon: needn't hold kdamond_lock to print pid of kdamondChangbin Du2021-11-061-4/+2
* mm/damon: remove unnecessary do_exit() from kdamondChangbin Du2021-11-061-1/+1
* mm/damon/core: print kdamond start log in debug mode onlySeongJae Park2021-11-061-1/+1
* include/linux/damon.h: fix kernel-doc comments for 'damon_callback'SeongJae Park2021-11-061-3/+3
* docs/vm/damon: remove broken referenceSeongJae Park2021-11-061-1/+0
* MAINTAINERS: update SeongJae's email addressSeongJae Park2021-11-061-1/+1
* Documentation/vm: move user guides to admin-guide/mm/SeongJae Park2021-11-064-21/+7
* mm/damon: grammar s/works/work/Geert Uytterhoeven2021-11-061-1/+1
* kfence: default to dynamic branch instead of static keys modeMarco Elver2021-11-062-15/+23
* kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-062-19/+18
* kfence: shorten critical sections of alloc/freeMarco Elver2021-11-061-17/+21
* kfence: test: use kunit_skip() to skip testsMarco Elver2021-11-061-6/+8
* kfence: add note to documentation about skipping covered allocationsMarco Elver2021-11-061-0/+11
* kfence: limit currently covered allocations when pool nearly fullMarco Elver2021-11-062-2/+109
* kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver2021-11-061-11/+24
* kfence: count unexpectedly skipped allocationsMarco Elver2021-11-061-3/+13
* stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2021-11-064-26/+31
* include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-068-7/+2
* mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-066-52/+0
* zram: introduce an aged idle interfaceBrian Geffon2021-11-062-16/+54
* zram: off by one in read_block_state()Dan Carpenter2021-11-061-1/+1
* zram_drv: allow reclaim on bio_allocJaewon Kim2021-11-061-1/+1
* mm/highmem: remove deprecated kmap_atomicIra Weiny2021-11-062-17/+17