summaryrefslogtreecommitdiff
path: root/firmware/export/kernel.h (follow)
Commit message (Expand)AuthorAge
* Guard the Timeout API declarations with the correct #ifdefRob Purchase2009-07-14
* Correct Björn's name in various file headers.Nicolas Pennequin2009-03-23
* Also broadcast transfer information for use by fancy USB screensFrank Gevaerts2009-02-28
* Adds the possibility to show nice "do not disconnect" screens/icons on the US...Frank Gevaerts2009-02-28
* Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold2009-02-20
* Remove struct spinlock to cleanup some mess and simplify. It's only used in b...Michael Sevakis2009-02-03
* Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis2009-01-21
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon2009-01-05
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli2008-12-25
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Fix red-- it should.Michael Sevakis2008-10-27
* Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis2008-10-27
* Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis2008-10-23
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis2008-05-28
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Change a #define constant that conflicts with a mingw definition. Change "WAI...Michael Sevakis2008-04-01
* Add a lightweight wakeup object for fast processors.Michael Sevakis2008-03-30
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.Michael Sevakis2008-02-08
* Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis2008-01-18
* Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2007-11-03
* Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin2007-10-27
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Make sure that audio_resume() is not called in interrupt context when car ada...Linus Nielsen Feltzing2007-10-08
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson2007-09-21
* UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis2007-09-09
* Add a new timeout API to the kernel. Enable only for e200 right now since it'...Michael Sevakis2007-07-29
* Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis2007-07-28
* Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis2007-07-28
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* current_tick really does need to be volatile since gcc can optimize away chec...Michael Sevakis2007-06-25
* Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen2007-03-26
* Update sync queues to use a statically allocated return value in order to fac...Michael Sevakis2007-03-21
* Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen2007-03-11
* As usual I left experimental stuff in a file. Forgot to add that set_irq_leve...Michael Sevakis2007-03-09
* Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis2007-03-09
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* Goofed some preprocessor stuff finalizing things.Michael Sevakis2006-12-16
* Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis2006-12-16
* Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers2006-11-22
* Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing2006-10-19
* Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the head...Linus Nielsen Feltzing2006-09-26
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Fix other yellow buildsBrandon Low2006-03-05
* More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...Dave Chapman2006-02-05
* New kernel function, queue_delete(struct event_queue *q)Linus Nielsen Feltzing2006-01-23