| Commit message (Expand) | Author | Age |
| * | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis | 2008-03-25 |
| * | 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 |
| * | Improve the fake interrupt stuff on the sim a bit. | Michael Sevakis | 2007-10-28 |
| * | Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve... | Nicolas Pennequin | 2007-10-27 |
| * | Correct some commenting left from an earlier set_irq_level version. | Michael Sevakis | 2007-10-26 |
| * | Implement as genuine a set_irq_level function for the sim as possible. The yi... | Michael Sevakis | 2007-10-26 |
| * | Fix a warning (no newline at end of file). | Michael Sevakis | 2007-10-16 |
| * | Fix the red | Michael Sevakis | 2007-10-16 |
| * | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis | 2007-10-16 |
| * | Enable auto reply for queue messages sent with queue_send. It's only nescessa... | Michael Sevakis | 2007-09-30 |
| * | UISIMULATOR: Give the host OS some needed context switching hints (which _is_... | Michael Sevakis | 2007-09-09 |
| * | Fix some warnings in sim kernel. | Michael Sevakis | 2007-09-08 |
| * | Sim I/O and threading that runs more like on target. Tweakable if any genuine... | Michael Sevakis | 2007-09-08 |
| * | Fix red simulator builds. queue_broadcast() was missing... | Jens Arnold | 2007-08-12 |
| * | Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#... | Steve Bavin | 2007-08-01 |
| * | Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula... | Jens Arnold | 2007-04-14 |
| * | Perform the obligatory fix-the-sims dance. | Michael Sevakis | 2007-03-21 |
| * | Put an end to priority inversion in the ata driver. Gave up trying to have fu... | Michael Sevakis | 2007-03-09 |
| * | 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 |
| * | Oops, sim was missing a queue function | Steve Bavin | 2006-11-03 |
| * | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen | 2006-09-16 |
| * | Patch 5107 from Steve Bavin, enable locking on sdl sim, now mutexes actually ... | Brandon Low | 2006-04-12 |
| * | Use correct sleep function in simulator queue wait. | Dan Everton | 2006-03-29 |
| * | Allow building simulators on systems where errno is thread-local by using the... | Jens Arnold | 2006-02-28 |
| * | Patch #1417462 by Dan Everton - Improved SDL simulator | Linus Nielsen Feltzing | 2006-02-03 |
| * | New kernel function, queue_delete(struct event_queue *q) | Linus Nielsen Feltzing | 2006-01-23 |
| * | SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third | Daniel Stenberg | 2006-01-09 |