summaryrefslogtreecommitdiff
path: root/firmware/thread.c (follow)
Commit message (Expand)AuthorAge
* Sleep PP5020 CPU on idle.Thom Johansen2006-02-08
* ARM: r12 is scratch, so don't save it.Thom Johansen2006-01-31
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
* Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen2005-12-12
* Make threading code for iPod compile on all ARM CPUs, comment out sleep loop ...Thom Johansen2005-12-10
* Shave off an instruction by use of conditionals.Thom Johansen2005-11-15
* First attempt at iPod threading.Thom Johansen2005-11-13
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2005-10-19
* Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold2005-09-01
* SH1: Tiny optimisation of the thread scheduler.Jens Arnold2005-08-26
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Removed picky warningsLinus Nielsen Feltzing2005-07-12
* Thread scheduler reworked to be less dependent on compiler behaviour. Stack o...Jens Arnold2005-06-10
* Make sure the context functions are always inlined, independent of optimisati...Jens Arnold2005-05-23
* Gmini work:Jean-Philippe Bernardy2005-02-19
* Feature conditional compilation policyJean-Philippe Bernardy2005-02-13
* Feature conditional compilation policyJean-Philippe Bernardy2005-02-13
* more int -> longJean-Philippe Bernardy2005-01-24
* Oops, deadbeef is unsignedJean-Philippe Bernardy2005-01-24
* Gmini threadingJean-Philippe Bernardy2005-01-24
* Threading ported to ColdfireLinus Nielsen Feltzing2004-10-15
* MACH, MACL and SR are no longer part of the SH1 thread contextLinus Nielsen Feltzing2004-10-13
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* More const policeing step 4Jens Arnold2004-08-03
* More const policeing step 3Jens Arnold2004-08-03
* switch_thread() now checks the stack of the current thread instead of the nex...Linus Nielsen Feltzing2004-06-22
* remove_tread() -> remove_thread()Linus Nielsen Feltzing2004-06-22
* updated remove_thread(), should cover Linus' hintsJörg Hohensohn2004-05-01
* remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn2004-04-30
* Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg2003-03-12
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Moved switch_thread() and the thread context data to internal RAMLinus Nielsen Feltzing2002-08-01
* Added stack overflow checkLinus Nielsen Feltzing2002-07-15
* Now fills the stack with 0xdeadbeefLinus Nielsen Feltzing2002-07-01
* Demystified codeBjörn Stenberg2002-06-25
* Always clear the status register (irq mask)Linus Nielsen Feltzing2002-06-19
* Removed a warningLinus Nielsen Feltzing2002-06-07
* Added init_threads functionLinus Nielsen Feltzing2002-06-07
* Missing parenthesisLinus Nielsen Feltzing2002-05-28
* create_thread now reserves room for PR on the stackLinus Nielsen Feltzing2002-05-28
* Removed queue handling stuffLinus Nielsen Feltzing2002-04-29
* Started work on event queues - NOT YET SAFELinus Nielsen Feltzing2002-04-28
* Removed ugly CR/LF stuff. Removed some commentsLinus Nielsen Feltzing2002-04-25
* More bugs killed. Now it may even work.Linus Nielsen Feltzing2002-04-25
* huh sorry macl and mach was misplaced in the regs part of the structure.Alan Korr2002-04-25
* Add registers macl and mach in save and restore context functions.Alan Korr2002-04-25
* fix an error i did. It should be right nowAlan Korr2002-04-25