SeongJae Park ([email protected])

Number of posts: 1592 (1.59 per day)
First post: 2021-09-17 14:39:32
Last post: 2024-06-14 21:21:05

Date List Subject
2022-10-31 18:41:01 linux-kernel [PATCH 2/2] selftests/damon: test non-context inputs to rm_contexts file
2022-10-31 18:33:20 linux-kernel [PATCH 0/2] Fix slab-out-of-bounds Write in dbgfs_rm_context_write
2022-10-26 23:20:31 linux-kernel Re: [PATCH v2 00/12] mm/damon: cleanup and refactoring code
2022-10-26 23:19:03 linux-kernel [PATCH v2 06/12] mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
2022-10-26 23:18:03 linux-kernel [PATCH v2 08/12] mm/damon/sysfs: move unsigned long range directory to common module
2022-10-26 23:04:39 linux-kernel [PATCH v2 10/12] mm/damon/sysfs: split out schemes directory implementation to separate file
2022-10-26 23:03:15 linux-kernel [PATCH v2 12/12] mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
2022-10-26 23:03:12 linux-kernel [PATCH v2 09/12] mm/damon/sysfs: split out kdamond-independent schemes stats update logic into a new function
2022-10-26 23:03:12 linux-kernel [PATCH v2 11/12] mm/damon/modules: deduplicate init steps for DAMON context setup
2022-10-26 23:02:54 linux-kernel [PATCH v2 07/12] mm/damon/sysfs: move sysfs_lock to common module
2022-10-26 23:02:40 linux-kernel [PATCH v2 05/12] mm/damon/sysfs: use damon_addr_range for regions' start and end values
2022-10-26 23:02:39 linux-kernel [PATCH v2 00/12] mm/damon: cleanup and refactoring code
2022-10-26 23:02:34 linux-kernel [PATCH v2 02/12] mm/damon/core: split damos application logic into a new function
2022-10-26 23:02:26 linux-kernel [PATCH v2 03/12] mm/damon/core: split out scheme stat update logic into a new function
2022-10-26 23:02:24 linux-kernel [PATCH v2 04/12] mm/damon/core: split out scheme quota adjustment logic into a new function
2022-10-26 23:02:23 linux-kernel [PATCH v2 01/12] mm/damon/core: split out DAMOS-charged region skip logic into a new function
2022-10-25 18:35:57 linux-kernel [PATCH 2/4] selftests/damon: add tests for DAMON_RECLAIM's enabled parameter
2022-10-25 18:02:40 linux-kernel [PATCH 4/4] selftests/damon: add tests for DAMON_LRU_SORT's enabled parameter
2022-10-25 17:54:24 linux-kernel [PATCH 0/4] mm/damon/reclaim,lru_sort: enable/disable synchronously
2022-10-25 17:53:33 linux-kernel [PATCH 1/4] mm/damon/reclaim: enable and disable synchronously
2022-10-25 17:46:37 linux-kernel [PATCH 3/4] mm/damon/lru_sort: enable and disable synchronously
2022-10-24 23:33:47 linux-kernel [PATCH 03/11] mm/damon/core: split out scheme stat update logic into a new function
2022-10-24 23:30:51 linux-kernel [PATCH 07/11] mm/damon/sysfs: move sysfs_lock to common module
2022-10-24 23:05:42 linux-kernel [PATCH 08/11] mm/damon/sysfs: move unsigned long range directory to common module
2022-10-24 22:38:35 linux-kernel [PATCH 11/11] mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
2022-10-24 22:37:05 linux-kernel [PATCH 10/11] mm/damon/modules: deduplicate init steps for DAMON context setup
2022-10-24 22:37:02 linux-kernel [PATCH 00/11] mm/damon: cleanup and refactoring code
2022-10-24 22:36:56 linux-kernel [PATCH 05/11] mm/damon/sysfs: use damon_addr_range for regions' start and end values
2022-10-24 22:36:52 linux-kernel [PATCH 06/11] mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
2022-10-24 22:36:36 linux-kernel [PATCH 09/11] mm/damon/sysfs: split out kdamond-independent schemes stats update logic into a new function
2022-10-24 22:34:07 linux-kernel [PATCH 04/11] mm/damon/core: split out scheme quota adjustment logic into a new function
2022-10-24 22:33:57 linux-kernel [PATCH 01/11] mm/damon/core: split out DAMOS-charged region skip logic into a new function
2022-10-24 22:33:51 linux-kernel [PATCH 02/11] mm/damon/core: split damos application logic into a new function
2022-10-24 19:44:24 linux-kernel [PATCH 2/2] Docs/admin-guide/mm/damon/usage: Fix wrong usage example of init_regions file
2022-10-24 19:31:07 linux-kernel [PATCH 0/2] Docs/admin-buide/mm/damon/usage: minor fixes
2022-10-24 19:23:46 linux-kernel [PATCH 1/2] Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directories
2022-10-22 18:58:08 linux-kernel Re: [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function
2022-10-19 17:37:15 linux-kernel Re: [RFC PATCH 00/18] efficiently expose damos action tried regions information
2022-10-19 00:54:35 linux-kernel [RFC PATCH 03/18] mm/damon/core: split damos application logic into a new function
2022-10-19 00:52:21 linux-kernel [RFC PATCH 11/18] mm/damon/sysfs: split out kdamond-independent schemes stats update logic into a new function
2022-10-19 00:43:51 linux-kernel [RFC PATCH 17/18] Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions directory
2022-10-19 00:42:46 linux-kernel [RFC PATCH 15/18] mm/damon/sysfs: implement DAMOS-tried regions update command
2022-10-19 00:33:46 linux-kernel [RFC PATCH 05/18] mm/damon/core: split out scheme quota adjustment logic into a new function
2022-10-19 00:33:41 linux-kernel [RFC PATCH 12/18] mm/damon/sysfs: move schemes directory implementation to separate module
2022-10-19 00:32:59 linux-kernel [RFC PATCH 07/18] mm/damon/sysfs: Use damon_addr_range for regions' start and end values
2022-10-19 00:32:11 linux-kernel [RFC PATCH 14/18] mm/damon/sysfs-schemes: implement scheme region directory
2022-10-19 00:30:50 linux-kernel [RFC PATCH 04/18] mm/damon/core: split out scheme stat update logic into a new function
2022-10-19 00:29:01 linux-kernel [RFC PATCH 06/18] mm/damon/core: add a DAMON callback for scheme target regions check
2022-10-19 00:19:42 linux-kernel [RFC PATCH 16/18] mm/damon/sysfs-schemes: implement DAMOS tried regions clear command
2022-10-19 00:19:42 linux-kernel [RFC PATCH 18/18] Docs/ABI/damon: document 'schemes/<s>/tried_regions' directory
2022-10-19 00:17:22 linux-kernel [RFC PATCH 13/18] mm/damon/sysfs-schemes: implement schemes/tried_regions directory