aboutsummaryrefslogtreecommitdiffstats
path: root/lib/semaphore-sleepers.c
Commit message (Expand)AuthorAge
* Make sched_trace conditional.Bjoern B. Brandenburg2007-05-16
* Reimplemented LITMUS standard FIFO semaphores + misc fixesBjoern B. Brandenburg2007-05-14
* Move specialized PI semaphore code into litmus_sem.c + small fixBjoern B. Brandenburg2007-05-14
* FIFO semaphores and FIFO PI sems seem to be working, after a few smallJohn M. Calandrino2007-05-10
* Added quick fix for FIFO semaphores. Other FIFO semaphores seem to beJohn M. Calandrino2007-05-10
* First attempt at FIFO semaphores and PI sems. This may not work...John M. Calandrino2007-05-10
* Another development update. Things seem to be working better now, but IJohn M. Calandrino2007-05-09
* Removed some comments. Things may indeed be working now.John M. Calandrino2007-05-09
* Fix to semaphores, so that things actually make sense...John M. Calandrino2007-05-09
* Development checkpoint. Still having issues.John M. Calandrino2007-05-09
* Various changes that I don't want to lose, but the code does not work.John M. Calandrino2007-05-09
* Some changes so that semaphores use correct wakeup functions.John M. Calandrino2007-05-03
* Fixed some race conditions in the priority inheritance code, and fixed aJohn M. Calandrino2007-05-01
* Fixed handling of changes in task priorities due to PI in GSN-EDF.John M. Calandrino2007-04-25
* Fixed GSN-EDF to handle correct wakeup of tasks that just exited aJohn M. Calandrino2007-04-24
* Compiles. Woo! TODO: Fix GSN-EDF so it is suspension-friendly.John M. Calandrino2007-04-24
* Fixed the PI issue with down calls, should work now.John M. Calandrino2007-04-24
* Fixed a number of issues, subtle and otherwise, with PI semaphores.John M. Calandrino2007-04-24
* Reverted back to spinlocks, added code to higher priority code inJohn M. Calandrino2007-04-23
* Converting spinlocks to queuelocks in my code, and also fixing stubs... inJohn M. Calandrino2007-04-23
* Fixed priority inheritance issues with PI semaphores. Added regularJohn M. Calandrino2007-04-23
* Added a way for tasks to see what their current priority is due to priorityJohn M. Calandrino2007-04-19
* Added priority inheritance within semaphores - compiles but has not beenJohn M. Calandrino2007-04-18
* Added stubs for modifying "semaphore" priority, in order to facilitateJohn M. Calandrino2007-04-18
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] unify x86/x86-64 semaphore codeBenjamin LaHaise2005-09-05