Publications
HitShield: Enhanced Swap Eviction Scheme for Multi-Generational LRU
We propose a novel swap optimization mechanism that applies a second chance like policy to MGLRU folios, addressing a key drawback of MGLRU: its lack of consideration for folio state during eviction.
LACX: Locality-Aware Shared Data Migration in NUMA + CXL Tiered Memory
We propose LACX, a shared data migration technique that leverages CXL to address remote memory accesses caused by shared data among multiple tasks.
NiceSched : Memory locality aware dynamic priority scheduling in tiered memory
We propose a novel scheduling mechanism that dynamically adjusts process scheduling priorities (nice values) based on memory access locality patterns in tiered memory
Projects
kernel bug patch
we found the bug in AutoNUMA which is feature of linux kernel. and then tried to bug patch to linux kernel communitry
DetailsvLLM LPM scheduler
implementation of longest prefix matching in vLLM
Details
ABCDB
Basic implementation of RDBMS which is included with CREATE, SELECT, INSERT
Details