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
2009-11-20
Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.
Andrew Mahone
2009-10-10
"Implement" S5L8701 core_sleep
Michael Sparmann
2009-07-12
* Fix overlooked r12 usage possibility in mpegplayer ARM idct
Jens Arnold
2009-05-06
MIPS: don't save gp register when switching threads
Maurus Cuelenaere
2009-04-08
Jz4740:
Maurus Cuelenaere
2009-02-11
s3c2440 can use the generic ARM WFI which is much simpler. If there's any adv...
Michael Sevakis
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2008-12-19
Enable sleep() on MIPS targets
Maurus Cuelenaere
2008-12-14
Place some LIKELY and UNLIKELY hints in kernel where I can definitively say a...
Michael Sevakis
2008-12-10
Fix a wrong comment in thread.c and mention an alternative approach to inits....
Michael Sevakis
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-11-09
core_sleep(): only write once the same implementation, and add as3525 to the ...
Rafaël Carré
2008-11-04
Onda VX747:
Maurus Cuelenaere
2008-10-07
Fix TABs and get rid of HAVE_BUTTON_HOLD
Maurus Cuelenaere
2008-09-16
Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...
Rob Purchase
2008-09-14
Forgot this..
Maurus Cuelenaere
2008-09-14
Onda VX747:
Maurus Cuelenaere
2008-08-06
* Add basic (non-working) support for NAND flash
Maurus Cuelenaere
2008-07-17
1) Set svn:keywords where they should've been set
Maurus Cuelenaere
2008-07-14
Add preliminary support for the Onda VX747 (MIPS target)
Maurus Cuelenaere
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-03
Reinstate the awful ATA hack that has no proper reason to exist for iPod 5.5g...
Michael Sevakis
2008-05-17
Actually remove the ata lock hack code for that had been used for iPod Video ...
Michael Sevakis
2008-05-11
Disable the ata locking hack since a recent test strongly suggests it has bee...
Michael Sevakis
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
2008-04-24
Commit whole Creative Zen Vision:M target tree + all related firmware/
Maurus Cuelenaere
2008-04-20
Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...
Jens Arnold
2008-04-11
iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just atte...
Michael Sevakis
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
[next]