Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | generate preemptions and migrations with equal probability | Bjoern B. Brandenburg | 2010-11-12 |
| | |||
* | Make sure we have the same number of migrations and preemptions. | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | This skips unneeded samples once the desired number of migrations has been observed. | ||
* | cli() and sti() depend on asm/irq.h | Bjoern B. Brandenburg | 2010-11-09 |
| | |||
* | allow cross-compilation for ARM targets | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | This uses the pre-defined make rules from liblitmus. | ||
* | Add "synthetic method" cache affinity loss experiment | Bjoern B. Brandenburg | 2010-04-12 |
Important things: (commit 98d3dac1385deae671a106691294c150ddaf3f26 wip-bbb-cache-test) - Allocate memory buffers from static allocation. This avoids issues with the kernel giving us pre-warmed pages from the LRU list. |