| Commit message (Expand) | Author | Age |
* | cleanup: tidy up code before release2007.2 | Bjoern B. Brandenburg | 2007-10-27 |
* | litmus-core: add scheduler_signal() infrastructure | Bjoern B. Brandenburg | 2007-10-09 |
* | Cleanup: Get rid of unneeded algo_tick indirection. | Bjoern B. Brandenburg | 2007-10-04 |
* | add flag based np-sections | Bjoern B. Brandenburg | 2007-09-13 |
* | Place trigger for scheduling overhead benchmark. | Bjoern B. Brandenburg | 2007-05-16 |
* | Add time stamps for schedule(), the timer interrupt, and the plugin | Bjoern B. Brandenburg | 2007-05-16 |
* | Fix try_to_wake_up() for RT tasks if it races with schedule. | Bjoern B. Brandenburg | 2007-05-15 |
* | First part of the PI semaphore implementation. | Bjoern B. Brandenburg | 2007-05-14 |
* | Reimplemented LITMUS standard FIFO semaphores + misc fixes | Bjoern B. Brandenburg | 2007-05-14 |
* | TRACE RT task arrivals and departures. | Bjoern B. Brandenburg | 2007-05-13 |
* | Another development update. Things seem to be working better now, but I | 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 |
* | Some changes so that semaphores use correct wakeup functions. | John M. Calandrino | 2007-05-03 |
* | Made changes to protect empty queues from being traversed in | John M. Calandrino | 2007-04-26 |
* | 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 |
* | 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 |
* | 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 |
|\ |
|
| * | Call curr_plugin->finish_switch() after every task switch. | Bjoern B. Brandenburg | 2007-04-17 |
* | | Fixed priority inheritance issues with PI semaphores. Added regular | John M. Calandrino | 2007-04-23 |
* | | Added a way for tasks to see what their current priority is due to priority | 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 |
|/ |
|
* | use same variable as standard Linux for checking task state | Bjoern B. Brandenburg | 2007-02-22 |
* | Fix a bunch of bugs that crept in while porting. | Bjoern Brandenburg | 2007-02-05 |
* | patched up schedule() | Bjoern B. Brandenburg | 2007-02-02 |
* | scheduler_tick patched up | Bjoern B. Brandenburg | 2007-02-02 |
* | patched up sched.c except for scheduler_tick and schedule | Bjoern B. Brandenburg | 2007-02-02 |
* | resolve problems with conflicting function definitions in | Bjoern B. Brandenburg | 2007-02-02 |
* | ported first plugin | Bjoern Brandenburg | 2007-02-01 |
* | plugin driver added and compiles | Bjoern B. Brandenburg | 2007-02-01 |
* | [PATCH] sched: tasks cannot run on cpus onlined after boot | Nathan Lynch | 2007-01-11 |
* | [PATCH] sched: fix cond_resched_softirq() offset | Ingo Molnar | 2006-12-30 |
* | [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map | Tim Chen | 2006-12-22 |
* | [PATCH] Conditionally check expected_preempt_count in __resched_legal() | Mark Fasheh | 2006-12-22 |
* | [PATCH] sched: improve efficiency of sched_fork() | Peter Williams | 2006-12-21 |
* | [PATCH] lockdep: print irq-trace info on asserts | Ingo Molnar | 2006-12-13 |
* | [PATCH] kernel/sched.c: whitespace cleanups | Miguel Ojeda Sandonis | 2006-12-10 |
* | [PATCH] sched: optimize activate_task for RT task | Chen, Kenneth W | 2006-12-10 |
* | [PATCH] sched: remove lb_stopbalance counter | Chen, Kenneth W | 2006-12-10 |
* | [PATCH] sched: decrease number of load balances | Siddha, Suresh B | 2006-12-10 |
* | [PATCH] sched: improve migration accuracy | Mike Galbraith | 2006-12-10 |
* | [PATCH] sched: add option to serialize load balancing | Christoph Lameter | 2006-12-10 |
* | [PATCH] sched: call tasklet less frequently | Christoph Lameter | 2006-12-10 |
* | [PATCH] sched: use softirq for load balancing | Christoph Lameter | 2006-12-10 |