summaryrefslogtreecommitdiff
path: root/firmware/thread.c (follow)
Commit message (Expand)AuthorAge
...
* Add preliminary support for the Onda VX747 (MIPS target)Maurus Cuelenaere2008-07-14
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Reinstate the awful ATA hack that has no proper reason to exist for iPod 5.5g...Michael Sevakis2008-06-03
* Actually remove the ata lock hack code for that had been used for iPod Video ...Michael Sevakis2008-05-17
* Disable the ata locking hack since a recent test strongly suggests it has bee...Michael Sevakis2008-05-11
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
* Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold2008-04-20
* iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just atte...Michael Sevakis2008-04-11
* Get device-specific code out of init_threads and add core_thread_init to be i...Michael Sevakis2008-04-06
* Shorten the uncontended (expected) corelock_(try_)lock return path. Squeeze d...Michael Sevakis2008-04-06
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Go back to the ata lock hack for 5g until whatever is going on there is disco...Michael Sevakis2008-03-28
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Implement core_sleep() for TCC780x (single core).Rob Purchase2008-03-22
* Fix the PP5002 crash bug affecting iPod 1st, 2nd and 3rd Gen. Yet another of ...Jens Arnold2008-03-07
* Fix a very subtle bug that would cause a yielding thread to be scheduled twic...Michael Sevakis2008-02-28
* Oops. Dump some testing stuff that got left in.Michael Sevakis2008-02-05
* Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...Michael Sevakis2008-02-05
* Fix a minor ;) problem that would keep other threads from running during prio...Michael Sevakis2008-02-02
* Fix warnings. Remove a now unneeded parameter macro from run_blocking_ops.Michael Sevakis2008-01-19
* Do some simplification in switch_thread regarding interrupt enabling which si...Michael Sevakis2008-01-19
* Enable dualcore for the pp5002 processor by adding the needed cache handling ...Michael Sevakis2007-11-27
* 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