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