summaryrefslogtreecommitdiffstats
path: root/firmware/kernel/mutex.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-21Add CPU mode asserts to kernel on blocking functions.Michael Sevakis1-0/+2
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-4/+1
2014-08-16Oops. Broke an egg. Restore wrongly removed code in mutex.c.Michael Sevakis1-0/+6
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis1-18/+10
2014-08-08Do some kernel cleanupMichael Sevakis1-6/+1
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis1-44/+21
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz1-0/+152