Task queues are dead The task queue mechanism has been removed Part of the deprecated "bottom half" subsystem Replacement 1: tasklets Available since 2.3.x Useful for high-performance situations No process context Replacement 2: workqueues Added in 2.5.41 Has process context Dedicated per-CPU worker thread Straightforward interface