summaryrefslogtreecommitdiffstats
path: root/firmware/thread.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-13Hrmph. Forgot the other instance of cache hacking.Michael Sevakis1-1/+1
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis1-6/+41
2007-04-01Accidentally enabled core locking mechanism. Now disabled again because it st...Miika Pekkarinen1-3/+3
2007-04-01remove_thread(NULL) contained a null pointer bug causing a crash.Miika Pekkarinen1-4/+4
2007-03-27A temporary fix to crashing on some dual core targets.Miika Pekkarinen1-0/+6
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen1-61/+143
2007-03-26Fix a hole in the scheduler where collisions between waking blocked threads i...Michael Sevakis1-5/+62
2007-03-09Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis1-17/+26
2007-03-06Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis1-0/+5
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-22/+56
2007-02-26Turns out I don't have a magic DAP. :( I didn't get the problem because I RoL...Michael Sevakis1-2/+0
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis1-0/+18
2006-12-29add missing variable declarationMarcoen Hirschberg1-0/+3
2006-12-29fix idle mode for the gigabeatMarcoen Hirschberg1-1/+3
2006-12-16Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis1-0/+35
2006-11-11Fix my warnings with explicit blocking on platforms w/o cpu_boost()Brandon Low1-0/+6
2006-11-11Thread API enhancements.Brandon Low1-94/+119
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-64/+0
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-0/+8
2006-10-15Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen1-1/+31
2006-09-23Fix profiling builds.Magnus Holmgren1-7/+7
2006-09-16Don't remove the thread twice.Miika Pekkarinen1-2/+2
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-88/+397
2006-09-02Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen1-88/+49
2006-08-24Fix profile buildsDaniel Ankers1-3/+3
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers1-59/+111
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg1-0/+2
2006-02-08Sleep PP5020 CPU on idle.Thom Johansen1-0/+4
2006-01-31ARM: r12 is scratch, so don't save it.Thom Johansen1-6/+5
2006-01-18Profiling support, tools and documentation.Brandon Low1-0/+13
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-1/+1
2005-12-12Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen1-3/+0
2005-12-10Make threading code for iPod compile on all ARM CPUs, comment out sleep loop ...Thom Johansen1-14/+15
2005-11-15Shave off an instruction by use of conditionals.Thom Johansen1-4/+2
2005-11-13First attempt at iPod threading.Thom Johansen1-13/+29
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-3/+4
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-1/+25
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold1-2/+2
2005-09-01Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold1-11/+14
2005-08-26SH1: Tiny optimisation of the thread scheduler.Jens Arnold1-3/+4
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-5/+5
2005-07-12Removed picky warningsLinus Nielsen Feltzing1-1/+1
2005-06-10Thread scheduler reworked to be less dependent on compiler behaviour. Stack o...Jens Arnold1-100/+119
2005-05-23Make sure the context functions are always inlined, independent of optimisati...Jens Arnold1-0/+2
2005-02-19Gmini work:Jean-Philippe Bernardy1-2/+5
2005-02-13Feature conditional compilation policyJean-Philippe Bernardy1-1/+1
2005-02-13Feature conditional compilation policyJean-Philippe Bernardy1-2/+2
2005-01-24more int -> longJean-Philippe Bernardy1-1/+1
2005-01-24Oops, deadbeef is unsignedJean-Philippe Bernardy1-1/+2
2005-01-24Gmini threadingJean-Philippe Bernardy1-7/+76