index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
thread.c
Age
Commit message (
Expand
)
Author
2008-04-06
Get device-specific code out of init_threads and add core_thread_init to be i...
Michael Sevakis
2008-04-06
Shorten the uncontended (expected) corelock_(try_)lock return path. Squeeze d...
Michael Sevakis
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-28
Go back to the ata lock hack for 5g until whatever is going on there is disco...
Michael Sevakis
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2008-03-22
Implement core_sleep() for TCC780x (single core).
Rob Purchase
2008-03-07
Fix the PP5002 crash bug affecting iPod 1st, 2nd and 3rd Gen. Yet another of ...
Jens Arnold
2008-02-28
Fix a very subtle bug that would cause a yielding thread to be scheduled twic...
Michael Sevakis
2008-02-05
Oops. Dump some testing stuff that got left in.
Michael Sevakis
2008-02-05
Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...
Michael Sevakis
2008-02-02
Fix a minor ;) problem that would keep other threads from running during prio...
Michael Sevakis
2008-01-19
Fix warnings. Remove a now unneeded parameter macro from run_blocking_ops.
Michael Sevakis
2008-01-19
Do some simplification in switch_thread regarding interrupt enabling which si...
Michael Sevakis
2007-11-27
Enable dualcore for the pp5002 processor by adding the needed cache handling ...
Michael Sevakis
2007-11-20
Fix warnings.
Michael Sevakis
2007-11-20
Make threads responsible for explicit cancellation of their own boosted statu...
Michael Sevakis
2007-10-28
Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader b...
Dave Chapman
2007-10-21
The interrupt disable is only relevant on multicore targets.
Michael Sevakis
2007-10-21
Don't keep interrupts disabled when waking a frozen thread. Fixes frozen UI o...
Jens Arnold
2007-10-19
Save a little space and only initialize the minimum for initial threads at st...
Michael Sevakis
2007-10-19
Reverse some logic with Peterson's algorithm and cut an instruction. Make C-r...
Michael Sevakis
2007-10-18
PP502x: Get switch_thread back out of IRAM and devise a better core wakeup sy...
Michael Sevakis
2007-10-17
Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...
Karl Kurbjun
2007-10-17
Fix core_sleep for targets that have not implemented it yet
Karl Kurbjun
2007-10-16
Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...
Michael Sevakis
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-05
Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr...
Michael Sevakis
2007-10-01
Watch out for uninitialized threads[] in init_threads() which can cause big h...
Catalin Patulea
2007-09-29
Compile Portal Player bootloaders as single core. Cleanup the startup code fo...
Michael Sevakis
2007-09-28
Oops. Can't wait for COP init in the bootloader because it is kept asleep unt...
Michael Sevakis
2007-09-28
Anti-red: No need for COP initialization in the bootloaders nor idle stacks.
Michael Sevakis
2007-09-28
Commit a subset of the dual core changes that have to do with cache handling,...
Michael Sevakis
2007-09-20
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...
Karl Kurbjun
2007-08-05
Perform writeback before starting thread on another core or stack munging may...
Michael Sevakis
2007-07-30
Trim a little bulk off the scheduler for dual core. Shouldn't change bin size...
Michael Sevakis
2007-06-05
Apply FS#7183. Also change to use documented ways to avoid inlining of functi...
Magnus Holmgren
2007-05-12
Messages queues must be guarded on both ends or else it's a race between dete...
Michael Sevakis
2007-04-13
Hrmph. Forgot the other instance of cache hacking.
Michael Sevakis
2007-04-13
Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...
Michael Sevakis
2007-04-01
Accidentally enabled core locking mechanism. Now disabled again because it st...
Miika Pekkarinen
2007-04-01
remove_thread(NULL) contained a null pointer bug causing a crash.
Miika Pekkarinen
2007-03-27
A temporary fix to crashing on some dual core targets.
Miika Pekkarinen
2007-03-26
Make scheduler functions thread safe core wise. A big step towards playback r...
Miika Pekkarinen
2007-03-26
Fix a hole in the scheduler where collisions between waking blocked threads i...
Michael Sevakis
2007-03-09
Put an end to priority inversion in the ata driver. Gave up trying to have fu...
Michael Sevakis
2007-03-06
Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...
Michael Sevakis
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-26
Turns out I don't have a magic DAP. :( I didn't get the problem because I RoL...
Michael Sevakis
2007-02-25
Add CPU-model-specific init to newborn threads. Add default %macsr for each t...
Michael Sevakis
[prev]
[next]