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
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
2005-02-13
Feature conditional compilation policy
Jean-Philippe Bernardy
2005-01-24
more int -> long
Jean-Philippe Bernardy
2005-01-24
Oops, deadbeef is unsigned
Jean-Philippe Bernardy
2005-01-24
Gmini threading
Jean-Philippe Bernardy
2004-10-15
Threading ported to Coldfire
Linus Nielsen Feltzing
2004-10-13
MACH, MACL and SR are no longer part of the SH1 thread context
Linus Nielsen Feltzing
2004-08-16
Const policed pointer arguments to functions, part 1
Jens Arnold
2004-08-03
More const policeing step 4
Jens Arnold
2004-08-03
More const policeing step 3
Jens Arnold
2004-06-22
switch_thread() now checks the stack of the current thread instead of the nex...
Linus Nielsen Feltzing
2004-06-22
remove_tread() -> remove_thread()
Linus Nielsen Feltzing
2004-05-01
updated remove_thread(), should cover Linus' hints
Jörg Hohensohn
2004-04-30
remove_thread() function added, for future dynamic thread creation by plugins
Jörg Hohensohn
2003-03-12
Removed CPU Sleep setting. It's now permanently enabled.
Björn Stenberg
2003-02-14
The power-saving SLEEP patch by Simon Elén.
Björn Stenberg
2002-08-01
Moved switch_thread() and the thread context data to internal RAM
Linus Nielsen Feltzing
2002-07-15
Added stack overflow check
Linus Nielsen Feltzing
2002-07-01
Now fills the stack with 0xdeadbeef
Linus Nielsen Feltzing
2002-06-25
Demystified code
Björn Stenberg
2002-06-19
Always clear the status register (irq mask)
Linus Nielsen Feltzing
2002-06-07
Removed a warning
Linus Nielsen Feltzing
2002-06-07
Added init_threads function
Linus Nielsen Feltzing
2002-05-28
Missing parenthesis
Linus Nielsen Feltzing
2002-05-28
create_thread now reserves room for PR on the stack
Linus Nielsen Feltzing
2002-04-29
Removed queue handling stuff
Linus Nielsen Feltzing
2002-04-28
Started work on event queues - NOT YET SAFE
Linus Nielsen Feltzing
2002-04-25
Removed ugly CR/LF stuff. Removed some comments
Linus Nielsen Feltzing
2002-04-25
More bugs killed. Now it may even work.
Linus Nielsen Feltzing
2002-04-25
huh sorry macl and mach was misplaced in the regs part of the structure.
Alan Korr
2002-04-25
Add registers macl and mach in save and restore context functions.
Alan Korr
2002-04-25
fix an error i did. It should be right now
Alan Korr
2002-04-25
well there was a big bug (read more carefully the instruction descriptions) ;)
Alan Korr
2002-04-25
Not yet working
Linus Nielsen Feltzing
2002-04-24
Removed some TAB characters
Linus Nielsen Feltzing
2002-04-24
Protected the temporary register in the context switches
Linus Nielsen Feltzing
2002-04-22
The indent police strikes again!
Björn Stenberg
2002-04-22
Changed __asm__ to asm
Linus Nielsen Feltzing
2002-04-22
Even nicer inline assembly
Linus Nielsen Feltzing
[next]