Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch to new np-section protocol. | Bjoern B. Brandenburg | 2011-11-24 |
| | | | | Everything is in one 32-bit word now. | ||
* | remove asm/atomic.h | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | | | | | | | | For historic resons, we carry old atomic operations support in liblitmus. This is no longer useful: 1) There is actually no client for these calls in liblitmus. 2) There is now a standard gcc API for this purpose. http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html Thus, we can reduce our maintenance burden. | ||
* | refactor: remove all architecture-dependent code from include/ | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | Move the architecture-dependent code to the arch/ subtree. | ||
* | Add get_control_page() library function | Andrea Bastoni | 2010-04-12 |
| | |||
* | Re-implement non-preemptive section support. | Bjoern B. Brandenburg | 2010-02-03 |
| | | | | Layered on top of the LITMUS control page. | ||
* | Temporary remove non-preemptive CS | Andrea Bastoni | 2009-12-17 |
| | |||
* | sparc64: disable np-flag support | Bjoern B. Brandenburg | 2009-04-29 |
| | | | | Doesn't work reliably right now anyway. | ||
* | isolate architecture dependent code | Bjoern B. Brandenburg | 2008-05-01 |
| | |||
* | make kface thread safe | Bjoern B. Brandenburg | 2008-01-24 |
| | |||
* | reorganize liblitmus to be more modular | Bjoern B. Brandenburg | 2008-01-23 |