summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/kernel.c (follow)
Commit message (Expand)AuthorAge
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Do some simplification in switch_thread regarding interrupt enabling which si...Michael Sevakis2008-01-19
* Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis2008-01-18
* Improve the fake interrupt stuff on the sim a bit.Michael Sevakis2007-10-28
* Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin2007-10-27
* Correct some commenting left from an earlier set_irq_level version.Michael Sevakis2007-10-26
* Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis2007-10-26
* Fix a warning (no newline at end of file).Michael Sevakis2007-10-16
* Fix the redMichael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Enable auto reply for queue messages sent with queue_send. It's only nescessa...Michael Sevakis2007-09-30
* UISIMULATOR: Give the host OS some needed context switching hints (which _is_...Michael Sevakis2007-09-09
* Fix some warnings in sim kernel.Michael Sevakis2007-09-08
* Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis2007-09-08
* Fix red simulator builds. queue_broadcast() was missing...Jens Arnold2007-08-12
* Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#...Steve Bavin2007-08-01
* Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula...Jens Arnold2007-04-14
* Perform the obligatory fix-the-sims dance.Michael Sevakis2007-03-21
* 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
* Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis2006-12-16
* Oops, sim was missing a queue functionSteve Bavin2006-11-03
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Patch 5107 from Steve Bavin, enable locking on sdl sim, now mutexes actually ...Brandon Low2006-04-12
* Use correct sleep function in simulator queue wait.Dan Everton2006-03-29
* Allow building simulators on systems where errno is thread-local by using the...Jens Arnold2006-02-28
* Patch #1417462 by Dan Everton - Improved SDL simulatorLinus Nielsen Feltzing2006-02-03
* New kernel function, queue_delete(struct event_queue *q)Linus Nielsen Feltzing2006-01-23
* SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg2006-01-09