summaryrefslogtreecommitdiff
path: root/firmware/kernel.c
AgeCommit message (Expand)Author
2005-03-01Export tick_start() to allow for tick timer reinit when changing CPU frequencyLinus Nielsen Feltzing
2005-02-25more long policyJean-Philippe Bernardy
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-19GminiJean-Philippe Bernardy
2005-02-19Gmini work:Jean-Philippe Bernardy
2005-02-13Gmini keep alive implementedJean-Philippe Bernardy
2005-01-30long policyJean-Philippe Bernardy
2005-01-24More int -> longJean-Philippe Bernardy
2005-01-10Jean-Philippe Bernardy: minor correctionDaniel Stenberg
2005-01-09Jean-Philippe Bernardy: ported to gmini120Daniel Stenberg
2004-10-27Coldfire: System tick at 10msLinus Nielsen Feltzing
2004-09-01Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing
2004-09-01New kernel function: queue_clear()Linus Nielsen Feltzing
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-06-16remove extra ';'Daniel Stenberg
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2002-12-18Killed a dozen global variablesBjörn Stenberg
2002-10-11Enable status bar in usb mode.Markus Braun
2002-10-09More accurate tick period calculationLinus Nielsen Feltzing
2002-08-01sleep() and queue_wait() moved to internal RAMLinus Nielsen Feltzing
2002-06-29Added panicf() call in tick_add_task()Linus Nielsen Feltzing
2002-06-29Added queue_broadcast()Linus Nielsen Feltzing
2002-06-07Added init_threads functionLinus Nielsen Feltzing
2002-06-04Clarified the mutex code, renamed the NUM_TICK_TASKS macroLinus Nielsen Feltzing
2002-06-04Moved NUM_TICK_TASKS definitionLinus Nielsen Feltzing
2002-05-23Added queue_empty()Björn Stenberg
2002-05-16Changed queue API. Added mutex functionsLinus Nielsen Feltzing
2002-05-11The set_irq_level function was braindeadLinus Nielsen Feltzing
2002-05-08Made set_irq_level() and queue_post() interrupt safeLinus Nielsen Feltzing
2002-05-08sleep() always sleeps at least one tickLinus Nielsen Feltzing
2002-05-07tick_start() now uses HZLinus Nielsen Feltzing
2002-05-05Added tick and interrupt level functionsLinus Nielsen Feltzing
2002-04-29Added queue handling stuff - NOT INTERRUPT SAFELinus Nielsen Feltzing
2002-04-25Not yet workingLinus Nielsen Feltzing
2002-04-21Alan's ATA code, or what's left of it after I have laid my grubby little handsBjörn Stenberg