Blocking PCIe Adresses in the Linux Kernel 18 February 2025 Linux A quick and dirty way to block an NVMe device via a kernel patch
Cost of Atomics 15 August 2024 Research Rust Linux How costly are atomic operations like AtomicU64::store() in Rust?
MMap: a tour to kernel space and back again 25 July 2024 Analysis Mmap Db Linux How does the Linux kernel load pages into memory when you request something to be mapped using mmap?