SeongJae Park ([email protected])

Number of posts: 914 (1.92 per day)
First post: 2019-11-26 16:20:17
Last post: 2021-03-16 20:46:16

Date List Subject
2020-06-09 10:49:24 linux-kernel Re: Re: [RFC v11 3/8] mm/damon: Implement data access monitoring-based operation schemes
2020-06-09 07:02:36 linux-kernel [RFC v11 8/8] Documentation/admin-guide/mm: Document DAMON-based operation schemes
2020-06-09 07:00:39 linux-kernel [RFC v11 6/8] mm/damon/selftests: Add 'schemes' debugfs tests
2020-06-09 07:00:36 linux-kernel [RFC v11 3/8] mm/damon: Implement data access monitoring-based operation schemes
2020-06-09 06:59:58 linux-kernel [RFC v11 2/8] mm/damon: Account age of target regions
2020-06-09 06:59:53 linux-kernel [RFC v11 7/8] damon/tools: Support more human friendly 'schemes' control
2020-06-09 06:59:06 linux-kernel [RFC v11 5/8] mm/damon/schemes: Implement statistics feature
2020-06-09 06:58:43 linux-kernel [RFC v11 4/8] mm/damon/schemes: Implement a debugfs interface
2020-06-09 06:57:55 linux-kernel [RFC v11 1/8] mm/madvise: Export do_madvise() to external GPL modules
2020-06-09 06:56:40 linux-kernel [RFC v11 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
2020-06-08 17:57:58 linux-kernel Re: Re: [PATCH v15 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
2020-06-08 12:02:20 linux-kernel Re: Re: [PATCH v15 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
2020-06-08 11:55:13 linux-kernel [PATCH v15 13/14] mm/damon: Add user space selftests
2020-06-08 11:54:29 linux-kernel [PATCH v15 11/14] Documentation/admin-guide/mm: Add a document for DAMON
2020-06-08 11:53:41 linux-kernel [PATCH v15 14/14] MAINTAINERS: Update for DAMON
2020-06-08 11:53:06 linux-kernel [PATCH v15 10/14] tools: Add a minimal user-space tool for DAMON
2020-06-08 11:52:53 linux-kernel [PATCH v15 12/14] mm/damon: Add kunit tests
2020-06-08 11:52:05 linux-kernel [PATCH v15 09/14] mm/damon: Add tracepoints
2020-06-08 11:51:29 linux-kernel [PATCH v15 07/14] mm/damon: Implement access pattern recording
2020-06-08 11:49:56 linux-kernel [PATCH v15 08/14] mm/damon: Add debugfs interface
2020-06-08 11:49:01 linux-kernel [PATCH v15 06/14] mm/damon: Implement callbacks
2020-06-08 11:47:56 linux-kernel [PATCH v15 03/14] mm/damon: Implement region based sampling
2020-06-08 11:47:14 linux-kernel [PATCH v15 05/14] mm/damon: Apply dynamic memory mapping changes
2020-06-08 11:46:24 linux-kernel [PATCH v15 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
2020-06-08 11:46:06 linux-kernel [PATCH v15 04/14] mm/damon: Adaptively adjust regions
2020-06-08 11:45:30 linux-kernel [PATCH v15 02/14] mm: Introduce Data Access MONitor (DAMON)
2020-06-08 11:43:55 linux-kernel [PATCH v15 00/14] Introduce Data Access MONitor (DAMON)
2020-06-05 09:28:52 linux-kernel [PATCH 2/2] scripts/spelling: Add a few more typos
2020-06-05 09:28:19 linux-kernel [PATCH 1/2] mm/page_idle.c: Skip offline pages
2020-06-05 09:28:08 linux-kernel [PATCH 0/2] Trivial fixups
2020-06-04 19:54:37 linux-kernel Re: Re: [RFC v2 7/9] mm/damon: Implement callbacks for physical memory monitoring
2020-06-04 15:54:56 linux-kernel Re: Re: [RFC v2 7/9] mm/damon: Implement callbacks for physical memory monitoring
2020-06-04 11:22:04 linux-kernel Re: [RFC v9 4/8] mm/damon/schemes: Implement a debugfs interface
2020-06-04 07:29:25 linux-kernel Re: Re: [RFC v2 7/9] mm/damon: Implement callbacks for physical memory monitoring
2020-06-03 14:19:35 linux-kernel [RFC v2 9/9] Docs/damon: Document physical memory monitoring support
2020-06-03 14:18:53 linux-kernel [RFC v2 8/9] mm/damon/debugfs: Support physical memory monitoring
2020-06-03 14:18:34 linux-kernel [RFC v2 7/9] mm/damon: Implement callbacks for physical memory monitoring
2020-06-03 14:17:38 linux-kernel [RFC v2 6/9] mm/damon: Make access check primitive configurable
2020-06-03 14:16:45 linux-kernel [RFC v2 5/9] Docs/damon: Document 'initial_regions' feature
2020-06-03 14:16:34 linux-kernel [RFC v2 4/9] mm/damon/debugfs: Allow users to set initial monitoring target regions
2020-06-03 14:16:27 linux-kernel [RFC v2 3/9] mm/damon: Make monitoring target regions init/update configurable
2020-06-03 14:16:10 linux-kernel [RFC v2 2/9] mm/damon: Clean up code using 'struct damon_addr_range'
2020-06-03 14:15:36 linux-kernel [RFC v2 1/9] mm/damon: Use vm-independent address range concept
2020-06-03 14:15:04 linux-kernel [RFC v2 0/9] DAMON: Support Access Monitoring of Any Address Space Including Physical Memory
2020-06-03 12:45:05 linux-kernel Re: Re: [PATCH v14 13/15] mm/damon-test: Add a kunit test for recording setup
2020-06-03 07:22:20 linux-kernel [RFC v10 8/8] Documentation/admin-guide/mm: Document DAMON-based operation schemes
2020-06-03 07:21:49 linux-kernel [RFC v10 7/8] damon/tools: Support more human friendly 'schemes' control
2020-06-03 07:19:48 linux-kernel [RFC v10 2/8] mm/damon: Account age of target regions
2020-06-03 07:19:35 linux-kernel [RFC v10 6/8] mm/damon/selftests: Add 'schemes' debugfs tests
2020-06-03 07:18:35 linux-kernel [RFC v10 5/8] mm/damon/schemes: Implement statistics feature
2020-06-03 07:18:23 linux-kernel [RFC v10 4/8] mm/damon/schemes: Implement a debugfs interface