I will have a talk at the Linux Kernel Summit 2022

I will present current status and future plans for DAMON in KernelSummit'22. The title of the talk is “Current Status and Future Plans of DAMON”. https://lpc.events/event/16/contributions/1224/

July 29, 2022 · 1 min · 26 words · Me

My paper introducing DAMON and related works has accepted to appear in the HPDC 2022

My paper introducing DAMON and related works for making Linux a more data access-aware operating system has been accepted to be presented by the HPDC'22. The title of the paper is “DAOS: Data Access-aware Operating System”.

May 4, 2022 · 1 min · 36 words · Me

Linux Memory Management Subsystem Development Statistics in 2021 (Short)

Whenever reading the kernel development statistics report for each release from LWN, I wanted to scope it down to specific subsystems. For that, I wrote a script. Belows are the top 10 kernel hackers who contributed to the memory management subsystem of Linux kernel, sorted by number of commits and changed (added, deleted, or modified) lines, respectively. $ ./authors.py ~/linux --file mm/ --since 2021-01-01 --author_identity name --sortby lines --max_nr_authors 10 1....

December 31, 2021 · 1 min · 200 words · Me

Papers I read in 2021 Q4

record interesting papers that I (partially) read

October 30, 2021 · 2 min · 378 words · Me

I will have a talk at the Linux Kernel Summit 2021

I will present DAMON/DAMOS in KernelSummit'21. The title of the talk is “Writing a fine-grained access pattern-oriented lightweight kernel module using DAMON/DAMOS in 10 minutes”. https://linuxplumbersconf.org/event/11/contributions/984/

September 8, 2021 · 1 min · 26 words · Me