Age | Commit message (Expand) | Author |
---|---|---|
2017-05-30 | Move assert.h to the include directory | Richard Braun |
2017-05-09 | Replace sequential consistency with more efficient orders | Agustina Arzille |
2017-04-09 | kern/{mutex,rtmutex,spinlock}: optimize fast paths | Richard Braun |
2017-04-04 | Use the new atomic operations interface | Agustina Arzille |
2017-04-03 | kern/spinlock: new fair and scalable implementation | Richard Braun |
2017-02-20 | kern/spinlock: make spinlock_trylock return ERROR_BUSY instead of 1 | Richard Braun |
2017-02-04 | kern/types: split into module-specific type headers | Richard Braun |
2016-12-09 | Force brackets around one-line conditional statements | Richard Braun |
2014-06-18 | kern/thread: add thread_join | Richard Braun |
2014-01-03 | Update calls to atomic operations | Richard Braun |
2013-04-03 | kern/spinlock: replace compare-and-swap with a simpler exchange | Richard Braun |
2013-04-03 | kern/spinlock: change the interface of trylock functions | Richard Braun |
2013-02-26 | kern/spinlock: add interrupt-handling locking primitives | Richard Braun |