I will have a talk at the Kernel Recipes 2025

DAMON talk for Kernel Recipes 2025 has been scheduled. The title of the talk is “Overcoming Observer Effects in Memory Management with DAMON”. It will introduce DAMON at whole for wider audience.

May 23, 2025 · 1 min · 32 words · Me

I will have a talk at the Open Source Summit North America 2025

DAMON talk for OSSummit North America 2025 has been accepted and scheduled. The title of the talk is “Self-Driving DAMON/S: Controlled and Automated Access-aware Efficient Systems”. It will present DAMON’s two auto-tuning features for access monitoring and access-aware system operations.

April 7, 2025 · 1 min · 40 words · Me

I will have two sessions for DAMON at LSFMM+BPF 2025

I will present and discuss about the current status and future plans of DAMON, and any requirements to DAMON for more access-aware memory management kernel subsystem of future in Linux Storage/File System/Memory Management/BPF (LSFMM+BPF) 2025. The title of the talks are “DAMON Updates and Plans: Monitoring Parameters Auot-tuning and Memory Tiering” and “DAMON Requirements for Access-aware MM of Future”, respectively. Detailed schedules can be found from the below Google doc spreadsheet....

March 22, 2025 · 1 min · 72 words · Me

I will have a talk at the FOSDEM 2025

I will present DAMON in FOSDEM'25. The title of the talk is “DAMON: Kernel Subsystem for Data Access Monitoring and Access-aware System Operations”.

December 13, 2024 · 1 min · 23 words · Me

Creating DAMON logo using DAMON

I just made a DAMON logo using DAMON, like below. $ git clone https://github.com/sjp38/masim && cd masim $ cat damon_pixel_2 11111111 11 11 111111 11111111 11 11 11111111 11111111 1111 11111111 11111111 11 11 11111111 11111111 1111 11111111 $ ./pixels_to_access_config.py ./damon_pixel_2 $((100*1024*1024)) 300 damon.cfg $ sudo damo record "./masim ./configs/stairs.cfg" $ sudo damo report heatmap --output damon.png The output is below: The cropped one:

July 13, 2024 · 1 min · 64 words · Me