summaryrefslogtreecommitdiff
path: root/kern/rtmutex.c
AgeCommit message (Expand)Author
2017-09-06kern/rtmutex: fix priority propagation on unlockRichard Braun
2017-09-02Make assert have no side effectsRichard Braun
2017-08-31Make mutex debugging slightly more convenientRichard Braun
2017-08-31Add debugging code to the mutex modulesRichard Braun
2017-08-27kern/rtmutex: implement timed waitsRichard Braun
2017-07-25kern/rtmutex: improve variable namingRichard Braun
2017-07-21Merge branch 'adaptive_spinning'Richard Braun
2017-07-21Rework mutex implementation selectionAgustina Arzille
2017-06-13Various atomic access fixesRichard Braun
2017-05-30Move assert.h to the include directoryRichard Braun
2017-05-09Replace sequential consistency with more efficient ordersAgustina Arzille
2017-04-04Use the new atomic operations interfaceAgustina Arzille
2017-03-04kern/rtmutex: new moduleRichard Braun