summaryrefslogtreecommitdiff
path: root/firmware/thread.c (follow)
Commit message (Expand)AuthorAge
...
* remove_thread(NULL) contained a null pointer bug causing a crash.Miika Pekkarinen2007-04-01
* A temporary fix to crashing on some dual core targets.Miika Pekkarinen2007-03-27
* Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen2007-03-26
* Fix a hole in the scheduler where collisions between waking blocked threads i...Michael Sevakis2007-03-26
* Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis2007-03-09
* Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis2007-03-06
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Turns out I don't have a magic DAP. :( I didn't get the problem because I RoL...Michael Sevakis2007-02-26
* Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis2007-02-25
* add missing variable declarationMarcoen Hirschberg2006-12-29
* fix idle mode for the gigabeatMarcoen Hirschberg2006-12-29
* Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis2006-12-16
* Fix my warnings with explicit blocking on platforms w/o cpu_boost()Brandon Low2006-11-11
* Thread API enhancements.Brandon Low2006-11-11
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen2006-10-15
* Fix profiling builds.Magnus Holmgren2006-09-23
* Don't remove the thread twice.Miika Pekkarinen2006-09-16
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen2006-09-02
* Fix profile buildsDaniel Ankers2006-08-24
* Threading changes in preparation for multiple core supportDaniel Ankers2006-08-21
* update the gigabeat code and move to target_treeMarcoen Hirschberg2006-08-12
* Sleep PP5020 CPU on idle.Thom Johansen2006-02-08
* ARM: r12 is scratch, so don't save it.Thom Johansen2006-01-31
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
* Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen2005-12-12
* Make threading code for iPod compile on all ARM CPUs, comment out sleep loop ...Thom Johansen2005-12-10
* Shave off an instruction by use of conditionals.Thom Johansen2005-11-15
* First attempt at iPod threading.Thom Johansen2005-11-13
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2005-10-19
* Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold2005-09-01
* SH1: Tiny optimisation of the thread scheduler.Jens Arnold2005-08-26
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Removed picky warningsLinus Nielsen Feltzing2005-07-12
* Thread scheduler reworked to be less dependent on compiler behaviour. Stack o...Jens Arnold2005-06-10
* Make sure the context functions are always inlined, independent of optimisati...Jens Arnold2005-05-23
* Gmini work:Jean-Philippe Bernardy2005-02-19
* Feature conditional compilation policyJean-Philippe Bernardy2005-02-13
* Feature conditional compilation policyJean-Philippe Bernardy2005-02-13
* more int -> longJean-Philippe Bernardy2005-01-24
* Oops, deadbeef is unsignedJean-Philippe Bernardy2005-01-24
* Gmini threadingJean-Philippe Bernardy2005-01-24
* Threading ported to ColdfireLinus Nielsen Feltzing2004-10-15
* MACH, MACL and SR are no longer part of the SH1 thread contextLinus Nielsen Feltzing2004-10-13
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16