aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_psn_edf.c
Commit message (Expand)AuthorAge
* cleanup: tidy up code before release2007.2Bjoern B. Brandenburg2007-10-27
* Merge with qemu branchBjoern B. Brandenburg2007-10-04
|\
| * Cleanup: Get rid of unneeded algo_tick indirection.Bjoern B. Brandenburg2007-10-04
* | Remove some really old left-overs.Bjoern B. Brandenburg2007-10-04
|/
* Re-enable BUG_ON() in wake_up function.Bjoern B. Brandenburg2007-09-23
* Fix PSN-EDF scheduling logic.Bjoern B. Brandenburg2007-09-23
* Another sanity check.Bjoern B. Brandenburg2007-09-23
* Some cleanup and an attempt to pin point a race condition.Bjoern B. Brandenburg2007-09-22
* PSN-EDF now seems to workBjoern B. Brandenburg2007-09-13
* Change fifo_domain_t to rt_domain_t + bug fixes.Bjoern B. Brandenburg2007-08-23
* Fix partition handling of PSN-EDF.Bjoern B. Brandenburg2007-05-18
* Make PI semaphores under PSN-EDF non-preemptable.Bjoern B. Brandenburg2007-05-17
* Let PI semaphores inherit only inside a partition.Bjoern B. Brandenburg2007-05-17
* Prepare struct pi_semaphore for per-CPU PI protocol as required by FMLP.Bjoern B. Brandenburg2007-05-17
* PSN-EDF priority inheritance implementation.Bjoern B. Brandenburg2007-05-15
* First part of the PI semaphore implementation.Bjoern B. Brandenburg2007-05-14
* Move common code to edf_common.c.Bjoern B. Brandenburg2007-05-14
* Initial implementation of inherit and return priority for PSN-EDF.Bjoern B. Brandenburg2007-05-13
* Added psnedf_handle_priority_change() implementationBjoern B. Brandenburg2007-05-13
* NP section backport and debug fixesBjoern B. Brandenburg2007-05-13
* Add a whole bunch of TRACEs to facilitate debugging.Bjoern B. Brandenburg2007-05-13
* PSN-EDF fixes.Bjoern B. Brandenburg2007-05-10
* Add PSN-EDF.Bjoern B. Brandenburg2007-05-10