summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2021-11-102-24/+6
|\
| * mm: use pidfd_get_task()Christian Brauner2021-10-142-24/+6
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-101-3/+6
|\ \
| * | arm64: Track no early_pgtable_alloc() for kmemleakQian Cai2021-11-081-3/+6
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-099-33/+60
|\ \ \
| * | | kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-11-091-0/+7
| * | | mm: kasan: use is_kernel() helperKefeng Wang2021-11-091-1/+1
| * | | lib, stackdepot: add helper to print stack entries into bufferImran Khan2021-11-091-4/+1
| * | | lib, stackdepot: add helper to print stack entriesImran Khan2021-11-092-21/+7
| * | | mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-092-5/+2
| * | | vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-094-2/+42
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0665-1136/+3682
|\| | |
| * | | mm/damon: remove return value from before_terminate callbackChangbin Du2021-11-061-3/+2
| * | | mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King2021-11-063-3/+3
| * | | mm/damon: simplify stop mechanismChangbin Du2021-11-061-36/+15
| * | | mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2021-11-062-3/+17
| * | | mm/damon: remove unnecessary variable initializationXin Hao2021-11-061-1/+1
| * | | mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park2021-11-063-0/+369
| * | | mm/damon/dbgfs: support watermarksSeongJae Park2021-11-061-7/+9
| * | | mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2021-11-062-2/+100
| * | | mm/damon/dbgfs: support prioritization weightsSeongJae Park2021-11-061-4/+10
| * | | mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park2021-11-064-0/+78
| * | | mm/damon/schemes: prioritize regions within the quotasSeongJae Park2021-11-061-7/+55
| * | | mm/damon/dbgfs: support quotas of schemesSeongJae Park2021-11-061-5/+9
| * | | mm/damon/schemes: implement time quotaSeongJae Park2021-11-061-5/+40
| * | | mm/damon/schemes: skip already charged targets and regionsSeongJae Park2021-11-061-0/+37
| * | | mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2021-11-062-9/+55
| * | | mm/damon/paddr: support the pageout schemeSeongJae Park2021-11-061-1/+36
| * | | mm/damon/dbgfs: remove unnecessary variablesRongwei Wang2021-11-061-35/+31
| * | | mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn2021-11-061-2/+2
| * | | mm/damon/dbgfs: support physical memory monitoringSeongJae Park2021-11-062-4/+19
| * | | mm/damon: implement primitives for physical address space monitoringSeongJae Park2021-11-063-0/+233
| * | | mm/damon/vaddr: separate commonly usable functionsSeongJae Park2021-11-064-86/+108
| * | | 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
| * | | mm/damon/schemes: implement statistics featureSeongJae Park2021-11-063-3/+11
| * | | mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park2021-11-061-3/+162
| * | | mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park2021-11-061-0/+56
| * | | mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park2021-11-061-0/+109
| * | | mm/damon/core: account age of target regionsSeongJae Park2021-11-061-0/+13
| * | | 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
| * | | mm/damon: grammar s/works/work/Geert Uytterhoeven2021-11-061-1/+1
| * | | kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-061-9/+7
| * | | 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: 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