summaryrefslogtreecommitdiff
path: root/firmware/thread.c (follow)
Commit message (Expand)AuthorAge
* Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...Frank Gevaerts2010-09-26
* Rockbox as an application: Commit current Android port progress.Thomas Martitz2010-08-02
* For multiprocessor targets, do the thread_exit routine such that we don't nee...Michael Sevakis2010-06-18
* Fix red. Need 'inline' with 'always_inline'.Michael Sevakis2010-06-17
* Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis2010-06-17
* Threading: Split processor support code into respective target files. C files...Michael Sevakis2010-06-02
* i.MX31: Issue some NOP's immediately after MCR WFI to prevent premature execu...Michael Sevakis2010-05-15
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Fix red from r25666 (forgot to use macro to not use core variable on single c...Michael Sevakis2010-04-18
* Threads of PRIORITY_REALTIME and above are no longer subject to being switche...Michael Sevakis2010-04-18
* Use API call instead of accessing a global variable for receiving the current...Thomas Martitz2010-04-16
* Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts2010-04-03
* FS#10756 - Free unused init codeThomas Martitz2010-03-03
* as3525v2: core_sleep()Rafaël Carré2010-02-22
* Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone2009-11-20
* "Implement" S5L8701 core_sleepMichael Sparmann2009-10-10
* * Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold2009-07-12
* MIPS: don't save gp register when switching threadsMaurus Cuelenaere2009-05-06
* Jz4740:Maurus Cuelenaere2009-04-08
* s3c2440 can use the generic ARM WFI which is much simpler. If there's any adv...Michael Sevakis2009-02-11
* Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2009-02-11
* Enable sleep() on MIPS targetsMaurus Cuelenaere2008-12-19
* Place some LIKELY and UNLIKELY hints in kernel where I can definitively say a...Michael Sevakis2008-12-14
* Fix a wrong comment in thread.c and mention an alternative approach to inits....Michael Sevakis2008-12-10
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* core_sleep(): only write once the same implementation, and add as3525 to the ...Rafaël Carré2008-11-09
* Onda VX747:Maurus Cuelenaere2008-11-04
* Fix TABs and get rid of HAVE_BUTTON_HOLDMaurus Cuelenaere2008-10-07
* Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...Rob Purchase2008-09-16
* Forgot this..Maurus Cuelenaere2008-09-14
* Onda VX747:Maurus Cuelenaere2008-09-14
* * Add basic (non-working) support for NAND flashMaurus Cuelenaere2008-08-06
* 1) Set svn:keywords where they should've been setMaurus Cuelenaere2008-07-17
* 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