aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* cleanup: tidy up code before release2007.2Bjoern B. Brandenburg2007-10-27
* litmus-core: add scheduler_signal() infrastructureBjoern B. Brandenburg2007-10-09
* Cleanup: Get rid of unneeded algo_tick indirection.Bjoern B. Brandenburg2007-10-04
* add flag based np-sectionsBjoern B. Brandenburg2007-09-13
* Place trigger for scheduling overhead benchmark.Bjoern B. Brandenburg2007-05-16
* Add time stamps for schedule(), the timer interrupt, and the pluginBjoern B. Brandenburg2007-05-16
* Fix try_to_wake_up() for RT tasks if it races with schedule.Bjoern B. Brandenburg2007-05-15
* First part of the PI semaphore implementation.Bjoern B. Brandenburg2007-05-14
* Reimplemented LITMUS standard FIFO semaphores + misc fixesBjoern B. Brandenburg2007-05-14
* TRACE RT task arrivals and departures.Bjoern B. Brandenburg2007-05-13
* Another development update. Things seem to be working better now, but IJohn M. Calandrino2007-05-09
* Development checkpoint. Still having issues.John M. Calandrino2007-05-09
* Various changes that I don't want to lose, but the code does not work.John M. Calandrino2007-05-09
* Some changes so that semaphores use correct wakeup functions.John M. Calandrino2007-05-03
* Made changes to protect empty queues from being traversed inJohn M. Calandrino2007-04-26
* Fixed handling of changes in task priorities due to PI in GSN-EDF.John M. Calandrino2007-04-25
* Removed incomplete zone-based implementation.John M. Calandrino2007-04-25
* Fixed a few comment inconsistencies. Added stubs for an SRP "semaphore",John M. Calandrino2007-04-25
* Fixed GSN-EDF to handle correct wakeup of tasks that just exited aJohn M. Calandrino2007-04-24
* Fixed a number of issues, subtle and otherwise, with PI semaphores.John M. Calandrino2007-04-24
* Reverted back to spinlocks, added code to higher priority code inJohn M. Calandrino2007-04-23
* Converting spinlocks to queuelocks in my code, and also fixing stubs... inJohn M. Calandrino2007-04-23
* Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-23
|\
| * Call curr_plugin->finish_switch() after every task switch.Bjoern B. Brandenburg2007-04-17
* | Fixed priority inheritance issues with PI semaphores. Added regularJohn M. Calandrino2007-04-23
* | Added a way for tasks to see what their current priority is due to priorityJohn M. Calandrino2007-04-19
* | Added priority inheritance within semaphores - compiles but has not beenJohn M. Calandrino2007-04-18
* | Added stubs for modifying "semaphore" priority, in order to facilitateJohn M. Calandrino2007-04-18
|/
* use same variable as standard Linux for checking task stateBjoern B. Brandenburg2007-02-22
* Fix a bunch of bugs that crept in while porting.Bjoern Brandenburg2007-02-05
* patched up schedule()Bjoern B. Brandenburg2007-02-02
* scheduler_tick patched upBjoern B. Brandenburg2007-02-02
* patched up sched.c except for scheduler_tick and scheduleBjoern B. Brandenburg2007-02-02
* resolve problems with conflicting function definitions inBjoern B. Brandenburg2007-02-02
* ported first pluginBjoern Brandenburg2007-02-01
* plugin driver added and compilesBjoern B. Brandenburg2007-02-01
* [PATCH] sched: tasks cannot run on cpus onlined after bootNathan Lynch2007-01-11
* [PATCH] sched: fix cond_resched_softirq() offsetIngo Molnar2006-12-30
* [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_mapTim Chen2006-12-22
* [PATCH] Conditionally check expected_preempt_count in __resched_legal()Mark Fasheh2006-12-22
* [PATCH] sched: improve efficiency of sched_fork()Peter Williams2006-12-21
* [PATCH] lockdep: print irq-trace info on assertsIngo Molnar2006-12-13
* [PATCH] kernel/sched.c: whitespace cleanupsMiguel Ojeda Sandonis2006-12-10
* [PATCH] sched: optimize activate_task for RT taskChen, Kenneth W2006-12-10
* [PATCH] sched: remove lb_stopbalance counterChen, Kenneth W2006-12-10
* [PATCH] sched: decrease number of load balancesSiddha, Suresh B2006-12-10
* [PATCH] sched: improve migration accuracyMike Galbraith2006-12-10
* [PATCH] sched: add option to serialize load balancingChristoph Lameter2006-12-10
* [PATCH] sched: call tasklet less frequentlyChristoph Lameter2006-12-10
* [PATCH] sched: use softirq for load balancingChristoph Lameter2006-12-10