index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
kernel.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Further iPod 3G work from Seven Le Mesle
Dave Chapman
2006-02-05
*
Removed PP5020_ prefix from register defines and added/renamed some
Thom Johansen
2006-01-24
*
Properly configurable tick timer for PP5020.
Thom Johansen
2006-01-24
*
Slightly safer version of queue_delete()
Linus Nielsen Feltzing
2006-01-23
*
New kernel function, queue_delete(struct event_queue *q)
Linus Nielsen Feltzing
2006-01-23
*
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
Dave Chapman
2006-01-12
*
iPod: Fix the bootloader so it can load and run the original Apple firmware a...
Dave Chapman
2006-01-05
*
Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...
Thom Johansen
2005-12-12
*
First attempt at iPod threading.
Thom Johansen
2005-11-13
*
Use ICODE_ATTR instead of __attribute__ ((section(".icode")))
Dave Chapman
2005-11-12
*
iPod: Code cleanup - the bootloader now compiles with zero warnings
Dave Chapman
2005-11-11
*
Initial commit of work-in-progress iPod port
Dave Chapman
2005-11-07
*
Fixup of the MCF5249 memory mapped register definitions.
Jens Arnold
2005-11-05
*
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...
Jens Arnold
2005-10-03
*
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-07-18
*
Export tick_start() to allow for tick timer reinit when changing CPU frequency
Linus Nielsen Feltzing
2005-03-01
*
more long policy
Jean-Philippe Bernardy
2005-02-25
*
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-22
*
Gmini
Jean-Philippe Bernardy
2005-02-19
*
Gmini work:
Jean-Philippe Bernardy
2005-02-19
*
Gmini keep alive implemented
Jean-Philippe Bernardy
2005-02-13
*
long policy
Jean-Philippe Bernardy
2005-01-30
*
More int -> long
Jean-Philippe Bernardy
2005-01-24
*
Jean-Philippe Bernardy: minor correction
Daniel Stenberg
2005-01-10
*
Jean-Philippe Bernardy: ported to gmini120
Daniel Stenberg
2005-01-09
*
Coldfire: System tick at 10ms
Linus Nielsen Feltzing
2004-10-27
*
Made queue_clear() atomic, and made the argument non-const
Linus Nielsen Feltzing
2004-09-01
*
New kernel function: queue_clear()
Linus Nielsen Feltzing
2004-09-01
*
Const policed pointer arguments to functions, part 1
Jens Arnold
2004-08-16
*
remove extra ';'
Daniel Stenberg
2004-06-16
*
Made set_irq_level() an inline function, and optimized it by removing the bit...
Linus Nielsen Feltzing
2004-03-02
*
The cli()/sti() functions are not safe. We should have removed them long ago.
Linus Nielsen Feltzing
2004-02-25
*
The power-saving SLEEP patch by Simon Elén.
Björn Stenberg
2003-02-14
*
Killed a dozen global variables
Björn Stenberg
2002-12-18
*
Enable status bar in usb mode.
Markus Braun
2002-10-11
*
More accurate tick period calculation
Linus Nielsen Feltzing
2002-10-09
*
sleep() and queue_wait() moved to internal RAM
Linus Nielsen Feltzing
2002-08-01
*
Added panicf() call in tick_add_task()
Linus Nielsen Feltzing
2002-06-29
*
Added queue_broadcast()
Linus Nielsen Feltzing
2002-06-29
*
Added init_threads function
Linus Nielsen Feltzing
2002-06-07
*
Clarified the mutex code, renamed the NUM_TICK_TASKS macro
Linus Nielsen Feltzing
2002-06-04
*
Moved NUM_TICK_TASKS definition
Linus Nielsen Feltzing
2002-06-04
*
Added queue_empty()
Björn Stenberg
2002-05-23
*
Changed queue API. Added mutex functions
Linus Nielsen Feltzing
2002-05-16
*
The set_irq_level function was braindead
Linus Nielsen Feltzing
2002-05-11
*
Made set_irq_level() and queue_post() interrupt safe
Linus Nielsen Feltzing
2002-05-08
*
sleep() always sleeps at least one tick
Linus Nielsen Feltzing
2002-05-08
*
tick_start() now uses HZ
Linus Nielsen Feltzing
2002-05-07
*
Added tick and interrupt level functions
Linus Nielsen Feltzing
2002-05-05
*
Added queue handling stuff - NOT INTERRUPT SAFE
Linus Nielsen Feltzing
2002-04-29
[next]