summaryrefslogtreecommitdiff
path: root/firmware/thread.c (follow)
Commit message (Expand)AuthorAge
* Fix warnings.Michael Sevakis2007-11-20
* Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis2007-11-20
* Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader b...Dave Chapman2007-10-28
* The interrupt disable is only relevant on multicore targets.Michael Sevakis2007-10-21
* Don't keep interrupts disabled when waking a frozen thread. Fixes frozen UI o...Jens Arnold2007-10-21
* Save a little space and only initialize the minimum for initial threads at st...Michael Sevakis2007-10-19
* Reverse some logic with Peterson's algorithm and cut an instruction. Make C-r...Michael Sevakis2007-10-19
* PP502x: Get switch_thread back out of IRAM and devise a better core wakeup sy...Michael Sevakis2007-10-18
* Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...Karl Kurbjun2007-10-17
* Fix core_sleep for targets that have not implemented it yetKarl Kurbjun2007-10-17
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr...Michael Sevakis2007-10-05
* Watch out for uninitialized threads[] in init_threads() which can cause big h...Catalin Patulea2007-10-01
* Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis2007-09-29
* Oops. Can't wait for COP init in the bootloader because it is kept asleep unt...Michael Sevakis2007-09-28
* Anti-red: No need for COP initialization in the bootloaders nor idle stacks.Michael Sevakis2007-09-28
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun2007-09-20
* Perform writeback before starting thread on another core or stack munging may...Michael Sevakis2007-08-05
* Trim a little bulk off the scheduler for dual core. Shouldn't change bin size...Michael Sevakis2007-07-30
* Apply FS#7183. Also change to use documented ways to avoid inlining of functi...Magnus Holmgren2007-06-05
* Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis2007-05-12
* Hrmph. Forgot the other instance of cache hacking.Michael Sevakis2007-04-13
* Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis2007-04-13
* Accidentally enabled core locking mechanism. Now disabled again because it st...Miika Pekkarinen2007-04-01
* 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