summaryrefslogtreecommitdiff
path: root/firmware/thread.c
AgeCommit message (Expand)Author
2007-02-26Turns out I don't have a magic DAP. :( I didn't get the problem because I RoL...Michael Sevakis
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis
2006-12-29add missing variable declarationMarcoen Hirschberg
2006-12-29fix idle mode for the gigabeatMarcoen Hirschberg
2006-12-16Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis
2006-11-11Fix my warnings with explicit blocking on platforms w/o cpu_boost()Brandon Low
2006-11-11Thread API enhancements.Brandon Low
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-15Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen
2006-09-23Fix profiling builds.Magnus Holmgren
2006-09-16Don't remove the thread twice.Miika Pekkarinen
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-09-02Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen
2006-08-24Fix profile buildsDaniel Ankers
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg
2006-02-08Sleep PP5020 CPU on idle.Thom Johansen
2006-01-31ARM: r12 is scratch, so don't save it.Thom Johansen
2006-01-18Profiling support, tools and documentation.Brandon Low
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman
2005-12-12Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen
2005-12-10Make threading code for iPod compile on all ARM CPUs, comment out sleep loop ...Thom Johansen
2005-11-15Shave off an instruction by use of conditionals.Thom Johansen
2005-11-13First attempt at iPod threading.Thom Johansen
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-09-01Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold
2005-08-26SH1: Tiny optimisation of the thread scheduler.Jens Arnold
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-12Removed picky warningsLinus Nielsen Feltzing
2005-06-10Thread scheduler reworked to be less dependent on compiler behaviour. Stack o...Jens Arnold
2005-05-23Make sure the context functions are always inlined, independent of optimisati...Jens Arnold
2005-02-19Gmini work:Jean-Philippe Bernardy
2005-02-13Feature conditional compilation policyJean-Philippe Bernardy
2005-02-13Feature conditional compilation policyJean-Philippe Bernardy
2005-01-24more int -> longJean-Philippe Bernardy
2005-01-24Oops, deadbeef is unsignedJean-Philippe Bernardy
2005-01-24Gmini threadingJean-Philippe Bernardy
2004-10-15Threading ported to ColdfireLinus Nielsen Feltzing
2004-10-13MACH, MACL and SR are no longer part of the SH1 thread contextLinus Nielsen Feltzing
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-03More const policeing step 4Jens Arnold
2004-08-03More const policeing step 3Jens Arnold
2004-06-22switch_thread() now checks the stack of the current thread instead of the nex...Linus Nielsen Feltzing
2004-06-22remove_tread() -> remove_thread()Linus Nielsen Feltzing
2004-05-01updated remove_thread(), should cover Linus' hintsJörg Hohensohn
2004-04-30remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg