summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2022-01-05mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park1-0/+8
2021-12-29mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park1-0/+2
2021-12-14mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park1-3/+11
2021-11-25mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park1-3/+8
2021-11-25mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park1-2/+2
2021-10-29mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()'SeongJae Park1-2/+2
2021-09-25mm/damon: don't use strnlen() with known-bogus source lengthAdam Borowski1-8/+8
2021-09-08mm/damon: add kunit testsSeongJae Park7-0/+760
2021-09-08mm/damon/dbgfs: support multiple contextsSeongJae Park1-2/+193
2021-09-08mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park1-2/+35
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park4-0/+454
2021-09-08mm/damon: add a tracepointSeongJae Park1-1/+6
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park3-0/+674
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park1-9/+215
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park1-4/+139
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park3-0/+338