| Commit message (Expand) | Author |
| 2019-01-04 | Add HAVE_LINEOUT_DETECTION and associated logic | Solomon Peachy |
| 2014-08-16 | Base scheduler queues off linked lists and do cleanup/consolidation | Michael Sevakis |
| 2014-08-06 | Add multi-reader, single-writer locks to kernel. | Michael Sevakis |
| 2014-03-03 | kernel: Break out kernel primitives into separate files and move to separate ... | Thomas Martitz |
| 2013-11-10 | Updated IAP commands. | Ralf Ertzinger |
| 2011-04-27 | Get rid of a committed #define from kernel.h that didn't make the final cut. ... | Michael Sevakis |
| 2011-04-27 | Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib... | Michael Sevakis |
| 2011-03-14 | Listen to and follow external Android volume changes. (Based on FS#11914 by M... | Björn Stenberg |
| 2011-03-02 | Merge functionality of wakeups and semaphores-- fewer APIs and object types. ... | Michael Sevakis |
| 2011-01-18 | Try to get some control over #ifdef hell in usb.c by refactoring and inline f... | Michael Sevakis |
| 2011-01-15 | Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei... | Michael Sevakis |
| 2010-12-27 | Certain data accesses in the kernel should have volatile semantics to be corr... | Michael Sevakis |
| 2010-12-26 | Make mutexes a tiny bit leaner. There is no need for a separate locked semaph... | Michael Sevakis |
| 2010-09-01 | Ged rid of uisimulator/common/io.c for android builds. | Thomas Martitz |
| 2010-08-07 | Android port: handle incoming calls. | Thomas Martitz |
| 2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
| 2010-05-27 | mark some functions as init functions (discarded after init() has run) | Rafaël Carré |
| 2010-04-18 | Use boolean instead of int for keeping track of mutex signalled state and wak... | Bertrik Sikken |
| 2010-04-16 | Convert macro to inline function and move it into .c file. | Thomas Martitz |
| 2010-03-03 | FS#10756 - Free unused init code | Thomas Martitz |
| 2009-07-14 | Guard the Timeout API declarations with the correct #ifdef | Rob Purchase |
| 2009-03-23 | Correct Björn's name in various file headers. | Nicolas Pennequin |
| 2009-02-28 | Also broadcast transfer information for use by fancy USB screens | Frank Gevaerts |
| 2009-02-28 | Adds the possibility to show nice "do not disconnect" screens/icons on the US... | Frank Gevaerts |
| 2009-02-20 | Add a rockbox kernel thread for simulator specific tasks, and use that for ca... | Jens Arnold |
| 2009-02-03 | Remove struct spinlock to cleanup some mess and simplify. It's only used in b... | Michael Sevakis |
| 2009-01-21 | Unify kernel list management for ticks, registered queues and timeout objects... | Michael Sevakis |
| 2009-01-07 | Removed the sim_ prefix from the plugin api. | Björn Stenberg |
| 2009-01-05 | redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even... | Jonathan Gordon |
| 2008-12-31 | Decouple the statusbar drawing from the rest of the screen drawing. it is not... | Jonathan Gordon |
| 2008-12-25 | Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama... | Michael Giacomelli |
| 2008-12-10 | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis |
| 2008-10-27 | Fix red-- it should. | Michael Sevakis |
| 2008-10-27 | Strange little kernel optimization to ease targeting the timer tick and to li... | Michael Sevakis |
| 2008-10-23 | Remove the event object in the kernel since it's rather extraneous at the mom... | Michael Sevakis |
| 2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
| 2008-05-28 | Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t... | Michael Sevakis |
| 2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
| 2008-04-01 | Change a #define constant that conflicts with a mingw definition. Change "WAI... | Michael Sevakis |
| 2008-03-30 | Add a lightweight wakeup object for fast processors. | Michael Sevakis |
| 2008-03-25 | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis |
| 2008-02-08 | Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes. | Michael Sevakis |
| 2008-01-18 | Finally, out goes struct spinlock for anything but mutiprocessor targets wher... | Michael Sevakis |
| 2007-11-03 | Accept FS#7910: spontaneously speak out the battery level when it falls | Stéphane Doyon |
| 2007-10-27 | Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve... | Nicolas Pennequin |
| 2007-10-16 | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis |
| 2007-10-08 | Make sure that audio_resume() is not called in interrupt context when car ada... | Linus Nielsen Feltzing |
| 2007-09-28 | Commit a subset of the dual core changes that have to do with cache handling,... | Michael Sevakis |
| 2007-09-21 | Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. | Will Robertson |
| 2007-09-09 | UISIMULATOR: Give the host OS some needed context switching hints (which _is_... | Michael Sevakis |