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