* Difficulty: Easy/Moderate
* Contact point: Alex Hornung <alexh@dragonflybsd.org>
+
+---
+
+##### Add SMT/HT awareness to our scheduler
+Our scheduler (sys/kern/usched_bsd4.c) doesn't know about Simultaneous multithreading/HyperThreads.
+The aim of this project is to add awareness of SMT to it so that scheduling on multithreaded CPUs improves. This involves among other things to first schedule on actual physical cores before populating the hyperthreads. The ground work of adding a generic way of detecting how many threads each core has, etc, also has to be done as part of this project.
+
+See http://lwn.net/Articles/8553/ for what Linux has done in this area.
+
+Meta information:
+
+* Prerequisites: C, OS internals, process scheduling
+* Difficulty: Moderate
+* Contact point: kernel@lists.dragonflybsd.org, Alex Hornung <alexh@dragonflybsd.org>
+
+
---
(please add)