summaryrefslogtreecommitdiffstats
path: root/firmware/kernel/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-4/+0
2019-01-04Add HAVE_LINEOUT_DETECTION and associated logicSolomon Peachy1-0/+2
2014-08-30Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis1-5/+0
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-10/+1
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis5-17/+32
2014-08-08Do some kernel cleanupMichael Sevakis6-270/+45
2014-08-06Fix some stuff for no priority andMichael Sevakis1-2/+1
2014-08-05Oops. Somehow lost the track of the new files last push.Michael Sevakis1-0/+54
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis4-40/+64
2014-05-09Make errno a thread-local variable.Michael Sevakis1-0/+1
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz8-0/+881