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
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
2006-12-29
add missing variable declaration
Marcoen Hirschberg
2006-12-29
fix idle mode for the gigabeat
Marcoen Hirschberg
2006-12-16
Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...
Michael Sevakis
2006-11-11
Fix my warnings with explicit blocking on platforms w/o cpu_boost()
Brandon Low
2006-11-11
Thread API enhancements.
Brandon Low
2006-11-10
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
Jens Arnold
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-10-15
Removed ugly boosting solutions from playback code and let scheduler
Miika Pekkarinen
2006-09-23
Fix profiling builds.
Magnus Holmgren
2006-09-16
Don't remove the thread twice.
Miika Pekkarinen
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-09-02
Cleanup threads.c by moving declarations inside structs.
Miika Pekkarinen
2006-08-24
Fix profile builds
Daniel Ankers
2006-08-21
Threading changes in preparation for multiple core support
Daniel Ankers
2006-08-12
update the gigabeat code and move to target_tree
Marcoen Hirschberg
2006-02-08
Sleep PP5020 CPU on idle.
Thom Johansen
2006-01-31
ARM: r12 is scratch, so don't save it.
Thom Johansen
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2006-01-12
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
Dave Chapman
2005-12-12
Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...
Thom Johansen
2005-12-10
Make threading code for iPod compile on all ARM CPUs, comment out sleep loop ...
Thom Johansen
2005-11-15
Shave off an instruction by use of conditionals.
Thom Johansen
2005-11-13
First attempt at iPod threading.
Thom Johansen
2005-11-11
iPod: Code cleanup - the bootloader now compiles with zero warnings
Dave Chapman
2005-11-07
Initial commit of work-in-progress iPod port
Dave Chapman
2005-10-19
Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...
Jens Arnold
2005-09-01
Coldfire: Made the MACSR register part of the thread context to allow easier ...
Jens Arnold
2005-08-26
SH1: Tiny optimisation of the thread scheduler.
Jens Arnold
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-07-12
Removed picky warnings
Linus Nielsen Feltzing
2005-06-10
Thread scheduler reworked to be less dependent on compiler behaviour. Stack o...
Jens Arnold
2005-05-23
Make sure the context functions are always inlined, independent of optimisati...
Jens Arnold
2005-02-19
Gmini work:
Jean-Philippe Bernardy
2005-02-13
Feature conditional compilation policy
Jean-Philippe Bernardy
[next]