summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/thread-pp.c (unfollow)
Commit message (Expand)Author
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-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz
2012-01-03move PP specific files to pp/Rafaël Carré
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...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-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2010-06-18For multiprocessor targets, do the thread_exit routine such that we don't nee...Michael Sevakis
2010-06-10Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to...Michael Sevakis
2010-06-02Fix PP5002 builds. Somehow an #else went missing along the line.Michael Sevakis
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis