summaryrefslogtreecommitdiff
path: root/firmware/kernel/thread.c (unfollow)
Commit message (Expand)Author
2017-01-21Add CPU mode asserts to kernel on blocking functions.Michael Sevakis
2014-08-30Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis
2014-08-25panicf doesn't return so why not tell GCC and $AVE :Michael Sevakis
2014-08-20Make sure load_context is the last thing in switch_thread.Michael Sevakis
2014-08-16Fix warnings from 6ed0087Michael Sevakis
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis
2014-08-08Fix some more straggling stuffMichael Sevakis
2014-08-08Do some kernel cleanupMichael Sevakis
2014-08-06Fix some stuff for no priority andMichael Sevakis
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat
2012-02-04Use commit_dcache() instead of commit_discard_idcache() where possibleBoris Gjenero
2012-01-26Fix FS#12559: sigaltstack threads fortify failureBoris Gjenero
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-12-09Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero
2011-03-05Change the thread api a bit.Thomas Martitz
2011-02-19Cleanup preprocessor around corelock usage and move its definition outside #i...Thomas Martitz
2011-02-18Fix yellows and checkwps.Thomas Martitz
2011-02-18Implement cooperative threads on hosted platforms using C code.Thomas Martitz
2010-12-29Return thread ID as a string for name when a thread isn't named or name canno...Michael Sevakis
2010-12-28Comment about thread_id_entry missleading and wrong. Fix the dumb.Michael Sevakis
2010-12-27Move codfire inline asm into cpu specific file.Nils Wallménius
2010-12-27Fix profiling on coldfire with newer Gcc.Nils Wallménius
2010-09-26Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...Frank Gevaerts
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz
2010-06-18For multiprocessor targets, do the thread_exit routine such that we don't nee...Michael Sevakis
2010-06-17Fix red. Need 'inline' with 'always_inline'.Michael Sevakis
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis
2010-05-15i.MX31: Issue some NOP's immediately after MCR WFI to prevent premature execu...Michael Sevakis
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-04-18Fix red from r25666 (forgot to use macro to not use core variable on single c...Michael Sevakis
2010-04-18Threads of PRIORITY_REALTIME and above are no longer subject to being switche...Michael Sevakis
2010-04-16Use API call instead of accessing a global variable for receiving the current...Thomas Martitz
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-02-22as3525v2: core_sleep()Rafaël Carré
2009-11-20Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone
2009-10-10"Implement" S5L8701 core_sleepMichael Sparmann
2009-07-12* Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold
2009-05-06MIPS: don't save gp register when switching threadsMaurus Cuelenaere
2009-04-08Jz4740:Maurus Cuelenaere
2009-02-11s3c2440 can use the generic ARM WFI which is much simpler. If there's any adv...Michael Sevakis
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2008-12-19Enable sleep() on MIPS targetsMaurus Cuelenaere
2008-12-14Place some LIKELY and UNLIKELY hints in kernel where I can definitively say a...Michael Sevakis