index
:
litmus2008.git
litmus-patch-series
master
pre-port
[ARCHIVE] Old LITMUS^RT 2008 version (for reference).
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched_gsn_edf.c
Commit message (
Expand
)
Author
Age
*
Fix locking bug in GSN-EDF.
RTSS07
Bjoern B. Brandenburg
2007-05-18
*
Make PI semaphores under PSN-EDF non-preemptable.
Bjoern B. Brandenburg
2007-05-17
*
Prepare struct pi_semaphore for per-CPU PI protocol as required by FMLP.
Bjoern B. Brandenburg
2007-05-17
*
PI implementation for sched_gsn_edf.c
Bjoern B. Brandenburg
2007-05-15
*
First part of the PI semaphore implementation.
Bjoern B. Brandenburg
2007-05-14
*
Move common code to edf_common.c.
Bjoern B. Brandenburg
2007-05-14
*
Fix gsnedf_sleep_next_period() locking.
Bjoern B. Brandenburg
2007-05-14
*
Fix GSN-EDF sleep_next_period
Bjoern B. Brandenburg
2007-05-14
*
Reimplemented LITMUS standard FIFO semaphores + misc fixes
Bjoern B. Brandenburg
2007-05-14
*
Streamline PI implementation a little.
Bjoern B. Brandenburg
2007-05-13
*
NP section backport and debug fixes
Bjoern B. Brandenburg
2007-05-13
*
Minor fixes.
Bjoern B. Brandenburg
2007-05-10
*
Make in_list() function available to all plugins.
Bjoern B. Brandenburg
2007-05-10
*
First attempt at FIFO semaphores and PI sems. This may not work...
John M. Calandrino
2007-05-10
*
Another development update. Things seem to be working better now, but I
John M. Calandrino
2007-05-09
*
Removed some comments. Things may indeed be working now.
John M. Calandrino
2007-05-09
*
So far, this is what "works"...
John M. Calandrino
2007-05-09
*
Removed some trace lines to improve readability.
John M. Calandrino
2007-05-09
*
Development checkpoint. Still having issues.
John M. Calandrino
2007-05-09
*
Various changes that I don't want to lose, but the code does not work.
John M. Calandrino
2007-05-09
*
Fixed NULL pointer reference in gsnedf_inherit_priority.
John M. Calandrino
2007-05-02
*
Fixing a case that arises during to priority inheritance (and maybe in
John M. Calandrino
2007-05-02
*
Another handle_priority_change fix.
John M. Calandrino
2007-05-01
*
Fixed some race conditions in the priority inheritance code, and fixed a
John M. Calandrino
2007-05-01
*
Fixed a bug in link_task_to_cpu; needed to check for NULL ptr.
John M. Calandrino
2007-04-30
*
Made changes to protect empty queues from being traversed in
John M. Calandrino
2007-04-26
*
Fixed some things so that it builds correctly.
John M. Calandrino
2007-04-25
*
Fixed handling of changes in task priorities due to PI in GSN-EDF.
John M. Calandrino
2007-04-25
*
Removed incomplete zone-based implementation.
John M. Calandrino
2007-04-25
*
Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus
John M. Calandrino
2007-04-25
|
\
|
*
Fixed GSN-EDF job_arrival() function.
Bjoern B. Brandenburg
2007-04-25
*
|
Fixed a few comment inconsistencies. Added stubs for an SRP "semaphore",
John M. Calandrino
2007-04-25
*
|
Added code to handle case where a task priority is changed due to priority
John M. Calandrino
2007-04-24
*
|
Fixed GSN-EDF to handle correct wakeup of tasks that just exited a
John M. Calandrino
2007-04-24
*
|
Compiles. Woo! TODO: Fix GSN-EDF so it is suspension-friendly.
John M. Calandrino
2007-04-24
*
|
Fixed a number of issues, subtle and otherwise, with PI semaphores.
John M. Calandrino
2007-04-24
|
/
*
Three crash fixes.
Bjoern B. Brandenburg
2007-04-23
*
Added stub for priority inheritance in GSN-EDF.
Bjoern B. Brandenburg
2007-04-23
*
break deadlines in EDF schemes by PID
Bjoern B. Brandenburg
2007-04-23
*
First somewhat stable version of GSN-EDF.
Bjoern B. Brandenburg
2007-04-18
*
Force rescheduling if a task leaves a np section is not linked.
Bjoern B. Brandenburg
2007-04-18
*
add system calls sys_enter_np() and sys_exit_np()
Bjoern B. Brandenburg
2007-04-17
*
A prelimenary, untested version of GSN-EDF.
Bjoern B. Brandenburg
2007-04-17
*
copied global edf scheduler plugin
Bjoern B. Brandenburg
2007-04-15