| Commit message (Expand) | Author | Age |
... | |
* | Fixed a bug in link_task_to_cpu; needed to check for NULL ptr. | John M. Calandrino | 2007-04-30 |
* | Fixed bug related to not initializing pointers to PI-related functions in | John M. Calandrino | 2007-04-27 |
* | Made changes to protect empty queues from being traversed in | John M. Calandrino | 2007-04-26 |
* | Commented out timing measurement code after determining that things are | John M. Calandrino | 2007-04-26 |
* | Added some quantum alignment measurement capabilities, so that alignments | John M. Calandrino | 2007-04-26 |
* | Changed task registration in SRP semaphores so that a pid is used rather | John M. Calandrino | 2007-04-26 |
* | Added kernel SRP "semaphore" support, to be included in PSN-EDF, and fixed | John M. Calandrino | 2007-04-25 |
* | 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 |
* | | Added function prototypes for SRP system calls in unistd.h and syscall_table.S. | John M. Calandrino | 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 the PI issue with down calls, should work now. | John M. Calandrino | 2007-04-24 |
* | | Fixed a number of issues, subtle and otherwise, with PI semaphores. | John M. Calandrino | 2007-04-24 |
* | | Reverted back to spinlocks, added code to higher priority code in | John M. Calandrino | 2007-04-23 |
* | | Updated priority check for EDF. Converting spinlocks to queuelocks, not yet | John M. Calandrino | 2007-04-23 |
* | | Converting spinlocks to queuelocks in my code, and also fixing stubs... in | John M. Calandrino | 2007-04-23 |
* | | Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus | John M. Calandrino | 2007-04-23 |
|\| |
|
| * | Three crash fixes. | Bjoern B. Brandenburg | 2007-04-23 |
| * | Added stub for priority inheritance in GSN-EDF. | Bjoern B. Brandenburg | 2007-04-23 |
| * | Add scheduler plugin callbacks for priority inheritance. | 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 |
| * | Allow EDF domains to have a NULL resched_check. | Bjoern B. Brandenburg | 2007-04-18 |
| * | Add boot option and ID for GSN-EDF. | Bjoern B. Brandenburg | 2007-04-17 |
| * | add system calls sys_enter_np() and sys_exit_np() | Bjoern B. Brandenburg | 2007-04-17 |
| * | Add enter_np/exit_np callbacks for non-preemptable sections support | Bjoern B. Brandenburg | 2007-04-17 |
| * | A prelimenary, untested version of GSN-EDF. | Bjoern B. Brandenburg | 2007-04-17 |
| * | Add a field to store where a real-time task is currently scheduled. | Bjoern B. Brandenburg | 2007-04-17 |
| * | Small compilation fix | Bjoern B. Brandenburg | 2007-04-17 |
| * | Call curr_plugin->finish_switch() after every task switch. | Bjoern B. Brandenburg | 2007-04-17 |
| * | Add unlocked functions to common EDF code. | Bjoern B. Brandenburg | 2007-04-17 |
| * | added flag for non-preemptable sections | Bjoern B. Brandenburg | 2007-04-15 |
| * | copied global edf scheduler plugin | Bjoern B. Brandenburg | 2007-04-15 |
| * | Merge before pushing sched_trace updates. | Bjoern B. Brandenburg | 2007-04-15 |
| |\ |
|
| | * | Misspelled macro | Hennadiy Leontyev | 2007-04-13 |
| | * | (no commit message) | Hennadiy Leontyev | 2007-04-12 |
| | * | PFAIR scheduling added | Hennadiy Leontyev | 2007-02-28 |
| * | | Coding Style cleanup. | Bjoern B. Brandenburg | 2007-04-12 |
| * | | Make TRACING more robust in the early boot phase. | Bjoern B. Brandenburg | 2007-04-12 |
| |/ |
|
* | | Fixed priority inheritance issues with PI semaphores. Added regular | John M. Calandrino | 2007-04-23 |
* | | Slight modification to semaphore initialization function, so that it | John M. Calandrino | 2007-04-19 |
* | | Yet another small system-call-related change. | John M. Calandrino | 2007-04-19 |
* | | Another small fix to system call sys_pi_sema_init, in order to eliminate | John M. Calandrino | 2007-04-19 |