summaryrefslogtreecommitdiffstats
path: root/firmware/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-4/+0
2020-04-05threads: Move stack_size to end of struct thread (followup to f19ffe2)Solomon Peachy1-3/+3
2020-04-05Threading: Use 'size_t' for stack size in core threading codeSolomon Peachy1-1/+1
2019-01-04Add HAVE_LINEOUT_DETECTION and associated logicSolomon Peachy1-0/+2
2018-06-12Agptek Rocker: Initial commitMarcin Bukat1-0/+3
2017-02-04Fix dangerous castsAmaury Pouly1-2/+2
2017-02-02In queue_wait_w_tmo, guarantee wait durationMichael Sevakis2-22/+41
2017-01-21Add CPU mode asserts to kernel on blocking functions.Michael Sevakis5-0/+20
2014-08-30Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis3-26/+0
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis2-14/+2
2014-08-25panicf doesn't return so why not tell GCC and $AVE :Michael Sevakis1-1/+0
2014-08-20Make sure load_context is the last thing in switch_thread.Michael Sevakis1-5/+5
2014-08-16Oops. Broke an egg. Restore wrongly removed code in mutex.c.Michael Sevakis1-0/+6
2014-08-16Fix warnings from 6ed0087Michael Sevakis1-0/+1
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis13-1629/+1327
2014-08-08Fix some more straggling stuffMichael Sevakis1-9/+2
2014-08-08Do some kernel cleanupMichael Sevakis15-845/+333
2014-08-06Fix some stuff for no priority andMichael Sevakis4-12/+12
2014-08-05Oops. Somehow lost the track of the new files last push.Michael Sevakis2-0/+397
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis8-560/+599
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 Martitz17-0/+5020
2014-02-02buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz3-0/+311