| Commit message (Expand) | Author | Age |
| * | Serial driver for imx31. Perhaps not 100% but maybe 80-90% (future developmen... | Michael Sevakis | 2008-04-11 |
| * | Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w... | Michael Sevakis | 2008-04-06 |
| * | Change a #define constant that conflicts with a mingw definition. Change "WAI... | Michael Sevakis | 2008-04-01 |
| * | Add a lightweight wakeup object for fast processors. | Michael Sevakis | 2008-03-30 |
| * | queue_delete should reset the blocker_p member. | Michael Sevakis | 2008-03-28 |
| * | Do core interrupt masking in a less general fashion and save some instruction... | Michael Sevakis | 2008-03-26 |
| * | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis | 2008-03-25 |
| * | Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes. | Michael Sevakis | 2008-02-08 |
| * | Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi... | Michael Sevakis | 2008-02-05 |
| * | Do some simplification in switch_thread regarding interrupt enabling which si... | Michael Sevakis | 2008-01-19 |
| * | Finally, out goes struct spinlock for anything but mutiprocessor targets wher... | Michael Sevakis | 2008-01-18 |
| * | Fix FS#8052 - kernel.c compilation errors when compiling for debug. Just some... | Michael Sevakis | 2007-10-30 |
| * | Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve... | Nicolas Pennequin | 2007-10-27 |
| * | Be sure to register a new mutex owner _before_ waking it. Won't be an issue n... | Michael Sevakis | 2007-10-21 |
| * | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis | 2007-10-16 |
| * | Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr... | Michael Sevakis | 2007-10-05 |
| * | Enable auto reply for queue messages sent with queue_send. It's only nescessa... | Michael Sevakis | 2007-09-30 |
| * | Commit a subset of the dual core changes that have to do with cache handling,... | Michael Sevakis | 2007-09-28 |
| * | Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. | Will Robertson | 2007-09-21 |
| * | Add a new timeout API to the kernel. Enable only for e200 right now since it'... | Michael Sevakis | 2007-07-29 |
| * | Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H... | Michael Sevakis | 2007-07-06 |
| * | Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones. | Michael Sevakis | 2007-07-05 |
| * | current_tick really does need to be volatile since gcc can optimize away chec... | Michael Sevakis | 2007-06-25 |
| * | Messages queues must be guarded on both ends or else it's a race between dete... | Michael Sevakis | 2007-05-12 |
| * | Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula... | Jens Arnold | 2007-04-14 |
| * | Make scheduler functions thread safe core wise. A big step towards playback r... | Miika Pekkarinen | 2007-03-26 |
| * | Fix a hole in the scheduler where collisions between waking blocked threads i... | Michael Sevakis | 2007-03-26 |
| * | PNX0101 changes: | Tomasz Malesinski | 2007-03-24 |
| * | In reponse to a report of a blocking violation, give sync queues a going over... | Michael Sevakis | 2007-03-23 |
| * | Update sync queues to use a statically allocated return value in order to fac... | Michael Sevakis | 2007-03-21 |
| * | Disable bootloader messages in the H10 and Sansa bootloaders unless the PLAY ... | Barry Wardell | 2007-03-12 |
| * | Optimized the gui list code performance, including automatic frame dropping a... | Miika Pekkarinen | 2007-03-11 |
| * | Put an end to priority inversion in the ata driver. Gave up trying to have fu... | Michael Sevakis | 2007-03-09 |
| * | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers | 2007-03-04 |
| * | merge a big part of the unofficial gigabeat cvs back. Includes working bootlo... | Marcoen Hirschberg | 2006-12-29 |
| * | Convert queues to use intptr_t for event data and return values as most of th... | Michael Sevakis | 2006-12-19 |
| * | Add queue_send synchronous message sending. Right now only for SWCODEC. Actua... | Michael Sevakis | 2006-12-16 |
| * | Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate | Daniel Ankers | 2006-11-22 |
| * | Thread API enhancements. | Brandon Low | 2006-11-11 |
| * | Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. | Jens Arnold | 2006-11-10 |
| * | Patch #6052 - More responsive skip on Archos | Linus Nielsen Feltzing | 2006-10-19 |
| * | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen | 2006-09-16 |
| * | Fixed an off-by-one error in the portalplayer timer handling. | Jens Arnold | 2006-09-01 |
| * | Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por... | Dave Chapman | 2006-08-31 |
| * | initial gigabeat bootloader (only test code) | Marcoen Hirschberg | 2006-08-12 |
| * | update the gigabeat code and move to target_tree | Marcoen Hirschberg | 2006-08-12 |
| * | better check for portalplayer targets | Daniel Stenberg | 2006-08-02 |
| * | added mostly dummy changes to allow building of a Sansa e200 bootloader | Daniel Stenberg | 2006-08-01 |
| * | 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 |