- 02e34ff mm: damon: use HPAGE_PMD_SIZE by Kefeng Wang · 2 years, 10 months ago
- 2e14a8d mm/damon/reclaim: use resource_size function on resource object by Jiapeng Chong · 2 years, 10 months ago
- e035c28 mm/damon/reclaim: support online inputs update by SeongJae Park · 2 years, 10 months ago
- da87878 mm/damon/sysfs: support online inputs update by SeongJae Park · 2 years, 10 months ago
- 0153871 mm/damon/sysfs: update schemes stat in the kdamond context by SeongJae Park · 2 years, 10 months ago
- 3cbab4c mm/damon/sysfs: use enum for 'state' input handling by SeongJae Park · 2 years, 10 months ago
- 97d482f mm/damon/sysfs: reuse damon_set_regions() for regions setting by SeongJae Park · 2 years, 10 months ago
- 74bd8b7 mm/damon/sysfs: move targets setup code to a separated function by SeongJae Park · 2 years, 10 months ago
- 0a890a9 mm/damon/sysfs: prohibit multiple physical address space monitoring targets by SeongJae Park · 2 years, 10 months ago
- dae0087 mm/damon/vaddr: remove damon_va_apply_three_regions() by SeongJae Park · 2 years, 10 months ago
- d0723bc mm/damon/vaddr: move 'damon_set_regions()' to core by SeongJae Park · 2 years, 10 months ago
- af3f18f mm/damon/vaddr: generalize damon_va_apply_three_regions() by SeongJae Park · 2 years, 10 months ago
- abacd63 mm/damon/core: finish kdamond as soon as any callback returns an error by SeongJae Park · 2 years, 10 months ago
- 6e74d2b mm/damon/core: add a new callback for watermarks checks by SeongJae Park · 2 years, 10 months ago
- b824344 mm/damon/sysfs: support fixed virtual address ranges monitoring by SeongJae Park · 2 years, 10 months ago
- de6d015 mm/damon/vaddr: register a damon_operations for fixed virtual address ranges monitoring by SeongJae Park · 2 years, 10 months ago
- 0f2cb58 mm/damon/sysfs: add a file for listing available monitoring ops by SeongJae Park · 2 years, 10 months ago
- 152e561 mm/damon/core: add a function for damon_operations registration checks by SeongJae Park · 2 years, 10 months ago
- 059342d mm/damon/reclaim: fix the timer always stays active by Hailong Tu · 2 years, 10 months ago
- cef4493 mm/damon: remove unnecessary type castings by Yu Zhe · 2 years, 10 months ago
- 4f540f5 mm/damon/core-test: add a kunit test case for ops registration by SeongJae Park · 2 years, 10 months ago
- 1f4910b damon: vaddr-test: tweak code to make the logic clearer by Xiaomeng Tong · 2 years, 10 months ago
- 78049e9 mm/damon: prevent activated scheme from sleeping by deactivated schemes by Jonghyeon Kim · 3 years ago
- 9030fb0 Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
- 15423a5 mm/damon/sysfs: remove repeat container_of() in damon_sysfs_kdamond_release() by Xin Hao · 3 years ago
- 0ac32b8 mm/damon/sysfs: support DAMOS stats by SeongJae Park · 3 years ago
- 1b32234 mm/damon/sysfs: support DAMOS watermarks by SeongJae Park · 3 years ago
- 1c78b2b mm/damon/sysfs: support schemes prioritization by SeongJae Park · 3 years ago
- 9bbb820 mm/damon/sysfs: support DAMOS quotas by SeongJae Park · 3 years ago
- 7e84b1f mm/damon/sysfs: support DAMON-based Operation Schemes by SeongJae Park · 3 years ago
- 2031b14 mm/damon/sysfs: support the physical address space monitoring by SeongJae Park · 3 years ago
- a61ea56 mm/damon/sysfs: link DAMON for virtual address spaces monitoring by SeongJae Park · 3 years ago
- c951cd3 mm/damon: implement a minimal stub for sysfs-based DAMON interface by SeongJae Park · 3 years ago
- 8b9b0d3 mm/damon/core: allow non-exclusive DAMON start/stop by SeongJae Park · 3 years ago
- 3213a3c mm/damon: remove unnecessary CONFIG_DAMON option by tangmeng · 3 years ago
- 8510405 mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}() by SeongJae Park · 3 years ago
- 999b946 mm/damon/dbgfs-test: fix is_target_id() change by SeongJae Park · 3 years ago
- 4a20865 mm/damon/dbgfs: use operations id for knowing if the target has pid by SeongJae Park · 3 years ago
- da7aaca mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations() by SeongJae Park · 3 years ago
- 4d69c34 mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operations() by SeongJae Park · 3 years ago
- 7752925 mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcall by SeongJae Park · 3 years ago
- 9f7b053 mm/damon: let monitoring operations can be registered and selected by SeongJae Park · 3 years ago
- f7d911c mm/damon: rename damon_primitives to damon_operations by SeongJae Park · 3 years ago
- 242e10a mm/damon: remove redundant page validation by Baolin Wang · 3 years ago
- 1971bd6 mm/damon: remove the target id concept by SeongJae Park · 3 years ago
- 4364282 mm/damon/core: move damon_set_targets() into dbgfs by SeongJae Park · 3 years ago
- 144760f mm/damon/dbgfs/init_regions: use target index instead of target id by SeongJae Park · 3 years ago
- 2a3c4bc mm/damon: minor cleanup for damon_pa_young by Miaohe Lin · 3 years ago
- 2f031c6 mm/rmap: Convert rmap_walk() to take a folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- c842318 mm/damon: Convert damon_pa_young() to use a folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 6d42dba mm/damon: Convert damon_pa_mkold() to use a folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- eed05e5 mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 76fd028 mm/damon: hide kernel pointer from tracepoint event by SeongJae Park · 3 years, 2 months ago
- 962fe7a mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log by SeongJae Park · 3 years, 2 months ago
- 251403f mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure logging by SeongJae Park · 3 years, 2 months ago
- 70b8480 mm/damon/dbgfs: remove an unnecessary variable by SeongJae Park · 3 years, 2 months ago
- 2cd4b8e mm/damon: move the implementation of damon_insert_region to damon.h by Guoqing Jiang · 3 years, 2 months ago
- 49f4203 mm/damon: add access checking for hugetlb pages by Baolin Wang · 3 years, 2 months ago
- 3a619fd mm/damon/dbgfs: support all DAMOS stats by SeongJae Park · 3 years, 2 months ago
- 60e52e7 mm/damon/reclaim: provide reclamation statistics by SeongJae Park · 3 years, 2 months ago
- 6268eac mm/damon/schemes: account how many times quota limit has exceeded by SeongJae Park · 3 years, 2 months ago
- 0e92c2e mm/damon/schemes: account scheme actions that successfully applied by SeongJae Park · 3 years, 2 months ago
- 88f86dc mm/damon: convert macro functions to static inline functions by SeongJae Park · 3 years, 2 months ago
- 9b2a38d mm/damon: move damon_rand() definition into damon.h by Xin Hao · 3 years, 2 months ago
- c89ae63 mm/damon/schemes: add the validity judgment of thresholds by Xin Hao · 3 years, 2 months ago
- 8bd0b9d mm/damon/vaddr: remove swap_ranges() and replace it with swap() by Yihao Han · 3 years, 2 months ago
- cdeed00 mm/damon: remove some unneeded function definitions in damon.h by Xin Hao · 3 years, 2 months ago
- d720bbb mm/damon/core: use abs() instead of diff_of() by Xin Hao · 3 years, 2 months ago
- b627b77 mm/damon: unified access_check function naming rules by Xin Hao · 3 years, 2 months ago
- ebb3f99 mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()' by SeongJae Park · 3 years, 2 months ago
- 3479641 mm/damon/dbgfs: protect targets destructions with kdamond_lock by SeongJae Park · 3 years, 2 months ago
- 9f86d62 mm/damon/vaddr-test: remove unnecessary variables by SeongJae Park · 3 years, 3 months ago
- 044cd97 mm/damon/vaddr-test: split a test function having >1024 bytes frame size by SeongJae Park · 3 years, 3 months ago
- 09e1228 mm/damon/vaddr: remove an unnecessary warning message by SeongJae Park · 3 years, 3 months ago
- 1afaf5c mm/damon/core: remove unnecessary error messages by SeongJae Park · 3 years, 3 months ago
- 0bceffa mm/damon/dbgfs: remove an unnecessary error message by SeongJae Park · 3 years, 3 months ago
- 4de46a30 mm/damon/core: use better timer mechanisms selection threshold by SeongJae Park · 3 years, 3 months ago
- 70e9274 mm/damon/core: fix fake load reports due to uninterruptible sleeps by SeongJae Park · 3 years, 3 months ago
- 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 3 months ago
- 8581fd4 treewide: Add missing includes masked by cgroup -> bpf dependency by Jakub Kicinski · 3 years, 3 months ago
- d78f3853 mm/damon/dbgfs: fix missed use of damon_dbgfs_lock by SeongJae Park · 3 years, 4 months ago
- db7a347 mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation by SeongJae Park · 3 years, 4 months ago
- 658f9ae mm/damon: remove return value from before_terminate callback by Changbin Du · 3 years, 4 months ago
- 0107865 mm/damon: fix a few spelling mistakes in comments and a pr_debug message by Colin Ian King · 3 years, 4 months ago
- 0f91d13 mm/damon: simplify stop mechanism by Changbin Du · 3 years, 4 months ago
- b5ca3e8 mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on by Xin Hao · 3 years, 4 months ago
- a460a36 mm/damon: remove unnecessary variable initialization by Xin Hao · 3 years, 4 months ago
- 43b0536 mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM) by SeongJae Park · 3 years, 4 months ago
- ae666a6 mm/damon/dbgfs: support watermarks by SeongJae Park · 3 years, 4 months ago
- ee801b7 mm/damon/schemes: activate schemes based on a watermarks mechanism by SeongJae Park · 3 years, 4 months ago
- f4a68b4 mm/damon/dbgfs: support prioritization weights by SeongJae Park · 3 years, 4 months ago
- 198f0f4 mm/damon/vaddr,paddr: support pageout prioritization by SeongJae Park · 3 years, 4 months ago
- 38683e0 mm/damon/schemes: prioritize regions within the quotas by SeongJae Park · 3 years, 4 months ago
- d7d0ec8 mm/damon/dbgfs: support quotas of schemes by SeongJae Park · 3 years, 4 months ago
- 1cd2430 mm/damon/schemes: implement time quota by SeongJae Park · 3 years, 4 months ago
- 5058519 mm/damon/schemes: skip already charged targets and regions by SeongJae Park · 3 years, 4 months ago
- 2b8a248 mm/damon/schemes: implement size quota for schemes application speed control by SeongJae Park · 3 years, 4 months ago
- 57223ac mm/damon/paddr: support the pageout scheme by SeongJae Park · 3 years, 4 months ago
- 9210622 mm/damon/dbgfs: remove unnecessary variables by Rongwei Wang · 3 years, 4 months ago
- 199b50f mm/damon/vaddr: constify static mm_walk_ops by Rikard Falkeborn · 3 years, 4 months ago