This document summarizes the development of low latency capabilities in the Linux 2.6 kernel for realtime audio applications. Early 2.6 kernels had significantly worse latency than patched 2.4 kernels. With input from the audio community, kernel developers like Ingo Molnar addressed issues that caused latency in areas like the BKL lock, IDE drivers, VM and VFS code. Their work improved tracing of latency issues and incorporated fixes directly into the mainline kernel or via patch sets. While progress was made, some softirq challenges remain for fully reliable low latency audio on Linux.