| Commit message (Expand) | Author | Age |
* | Make the inclusion of sched_trace_XXX() and TRACE() a configurable option. | Bjoern B. Brandenburg | 2007-05-17 |
* | Add time stamps for schedule(), the timer interrupt, and the plugin | Bjoern B. Brandenburg | 2007-05-16 |
* | Start of LITMUS semaphore, PI, and SRP rewrite. | Bjoern B. Brandenburg | 2007-05-14 |
* | Remove old, unneeded ASM cruft. | Bjoern B. Brandenburg | 2007-05-14 |
* | Kick out commented ASM code. | Bjoern B. Brandenburg | 2007-05-13 |
* | Modified SRP semaphores so that waiting for prio to exceed SPC works | John M. Calandrino | 2007-05-10 |
* | First attempt at FIFO semaphores and PI sems. This may not work... | John M. Calandrino | 2007-05-10 |
* | 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 |
* | Changed printed kernel debug information slightly. | John M. Calandrino | 2007-05-02 |
* | Fixed a bug in SRP semaphores after changing to per-processor ceilings. | John M. Calandrino | 2007-05-02 |
* | Fixed SRP so that it uses per-processor priority ceilings. | John M. Calandrino | 2007-05-02 |
* | Fixed some race conditions in the priority inheritance code, and fixed a | John M. Calandrino | 2007-05-01 |
* | 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 |
* | Removed incomplete zone-based implementation. | John M. Calandrino | 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 |
* | 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 |
* | 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 |
|\ |
|
| * | add system calls sys_enter_np() and sys_exit_np() | Bjoern B. Brandenburg | 2007-04-17 |
* | | 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 |
* | | Another small fix to system call sys_pi_sema_init, in order to eliminate | John M. Calandrino | 2007-04-19 |
* | | Made changes in Litmus so that user-space semaphores can work. | John M. Calandrino | 2007-04-19 |
* | | Added priority inheritance within semaphores - compiles but has not been | John M. Calandrino | 2007-04-18 |
* | | Added stubs for modifying "semaphore" priority, in order to facilitate | John M. Calandrino | 2007-04-18 |
* | | Added system call stubs for user-space semaphores with priority | John M. Calandrino | 2007-04-17 |
* | | Added necessary kernel support for zone-based locking. | John M. Calandrino | 2007-03-29 |
* | | Worked out some bugs so now it *really* compiles OK. | John M. Calandrino | 2007-03-29 |
* | | Checkpoint: almost all support added. Compiles. | John M. Calandrino | 2007-03-29 |
* | | Small fix when resetting zone flags in local timer interrupt handler. | John M. Calandrino | 2007-03-29 |
* | | sys_wait_for_zone_exit system call has been implemented. | John M. Calandrino | 2007-03-29 |
* | | Committing some initial changes to implement system calls related to | John M. Calandrino | 2007-03-27 |
|/ |
|
* | (no commit message) | John M. Calandrino | 2007-02-22 |
* | Fixed code according to Bjoern's suggestions. | John M. Calandrino | 2007-02-19 |
* | Additional support for aligned and staggered quanta. | John M. Calandrino | 2007-02-16 |
* | Local commit of current state of my attempt to log quantum sync info. | John M. Calandrino | 2007-02-15 |
* | Added support for periodic resynchronization of aligned quanta. | John M. Calandrino | 2007-02-09 |
* | This version contains support for aligned and staggered quanta. | John M. Calandrino | 2007-02-09 |
* | Modified apic.c to fix barrier-related issues with timer sync, now | John M. Calandrino | 2007-02-07 |