aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
* Add a whole bunch of TRACEs to facilitate debugging.Bjoern B. Brandenburg2007-05-13
* TRACE RT task arrivals and departures.Bjoern B. Brandenburg2007-05-13
* Improve debugging output and supportBjoern B. Brandenburg2007-05-13
* PSN-EDF fixes.Bjoern B. Brandenburg2007-05-10
* Add PSN-EDF.Bjoern B. Brandenburg2007-05-10
* Minor fixes.Bjoern B. Brandenburg2007-05-10
* Break out __release_pending() from try_release_pending()Bjoern B. Brandenburg2007-05-10
* Some random code cleanup.Bjoern B. Brandenburg2007-05-10
* Make in_list() function available to all plugins.Bjoern B. Brandenburg2007-05-10
* beautify P-EDF codeBjoern B. Brandenburg2007-05-10
* simplify P-EDFBjoern B. Brandenburg2007-05-10
* Add explanation to edf_higher_prio.Bjoern B. Brandenburg2007-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
* So far, this is what "works"...John M. Calandrino2007-05-09
* Removed some trace lines to improve readability.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 NULL pointer reference in gsnedf_inherit_priority.John M. Calandrino2007-05-02
* Fixing a case that arises during to priority inheritance (and maybe inJohn M. Calandrino2007-05-02
* Another handle_priority_change fix.John M. Calandrino2007-05-01
* Fixed some race conditions in the priority inheritance code, and fixed aJohn M. Calandrino2007-05-01
* Fixed a bug in link_task_to_cpu; needed to check for NULL ptr.John M. Calandrino2007-04-30
* Fixed bug related to not initializing pointers to PI-related functions inJohn M. Calandrino2007-04-27
* Made changes to protect empty queues from being traversed inJohn M. Calandrino2007-04-26
* Added some quantum alignment measurement capabilities, so that alignmentsJohn M. Calandrino2007-04-26
* Fixed some things so that it builds correctly.John M. Calandrino2007-04-25
* Fixed handling of changes in task priorities due to PI in GSN-EDF.John M. Calandrino2007-04-25
* Removed incomplete zone-based implementation.John M. Calandrino2007-04-25
* Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-25
|\
| * Fixed GSN-EDF job_arrival() function.Bjoern B. Brandenburg2007-04-25
* | Fixed a few comment inconsistencies. Added stubs for an SRP "semaphore",John M. Calandrino2007-04-25
* | Added code to handle case where a task priority is changed due to priorityJohn M. Calandrino2007-04-24
* | 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 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
* | Updated priority check for EDF. Converting spinlocks to queuelocks, not yetJohn M. Calandrino2007-04-23
* | Converting spinlocks to queuelocks in my code, and also fixing stubs... inJohn M. Calandrino2007-04-23
* | Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-23
|\|
| * Three crash fixes.Bjoern B. Brandenburg2007-04-23
| * Added stub for priority inheritance in GSN-EDF.Bjoern B. Brandenburg2007-04-23
| * Add scheduler plugin callbacks for priority inheritance.Bjoern B. Brandenburg2007-04-23
| * break deadlines in EDF schemes by PIDBjoern B. Brandenburg2007-04-23
| * First somewhat stable version of GSN-EDF.Bjoern B. Brandenburg2007-04-18
| * Force rescheduling if a task leaves a np section is not linked.Bjoern B. Brandenburg2007-04-18
| * Allow EDF domains to have a NULL resched_check.Bjoern B. Brandenburg2007-04-18
| * Add boot option and ID for GSN-EDF.Bjoern B. Brandenburg2007-04-17