summaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
AgeCommit message (Expand)Author
2007-12-18sched: do not hurt SCHED_BATCH on wakeupIngo Molnar
2007-12-04sched: default to more agressive yield for SCHED_BATCH tasksIngo Molnar
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri
2007-11-26sched: fix minimum granularity tuningsZou Nan hai
2007-11-15sched: make sched_nr_latency staticAdrian Bunk
2007-11-09sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri
2007-11-09sched: clean up the wakeup preempt check, #2Ingo Molnar
2007-11-09sched: clean up the wakeup preempt checkIngo Molnar
2007-11-09sched: wakeup preemption fixIngo Molnar
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar
2007-11-09sched: reintroduce SMP tunings againIngo Molnar
2007-11-09sched: reintroduce the sched_min_granularity tunablePeter Zijlstra
2007-11-09sched: documentation: place_entity() commentsPeter Zijlstra
2007-11-09sched: fix vslicePeter Zijlstra
2007-10-29sched: fix style of swap() macro in kernel/sched_fair.cIngo Molnar
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams
2007-10-24sched: reduce balance-tasks overheadPeter Williams
2007-10-17sched: fix new task startup crashSrivatsa Vaddagiri
2007-10-15sched: reintroduce cache-hot affinityIngo Molnar
2007-10-15sched: speed up context-switches a bitIngo Molnar
2007-10-15sched: do not wakeup-preempt with SCHED_BATCH tasksIngo Molnar
2007-10-15sched: update commentIngo Molnar
2007-10-15sched: prevent wakeup over-schedulingMike Galbraith
2007-10-15sched: disable forced preemption by defaultPeter Zijlstra
2007-10-15sched: fix group scheduling for SCHED_BATCHDmitry Adamushko
2007-10-15sched: disable sleeper_fairness on SCHED_BATCHPeter Zijlstra
2007-10-15sched: another wakeup_granularity fixPeter Zijlstra
2007-10-15sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar
2007-10-15sched: cleanup: function prototype cleanupsIngo Molnar
2007-10-15sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar
2007-10-15sched: cleanup, make dequeue_entity() and update_stats_wait_end() similarDmitry Adamushko
2007-10-15sched: cleanup, remove calc_weighted()Dmitry Adamushko
2007-10-15sched: uninline schedulerAlexey Dobriyan
2007-10-15sched: tweak wakeup granularityIngo Molnar
2007-10-15sched: fix __pick_next_entity()Dmitry Adamushko
2007-10-15sched: vslice fixups for non-0 nice levelsIngo Molnar
2007-10-15sched: mark scheduling classes as constIngo Molnar
2007-10-15sched: group scheduler, fix latencySrivatsa Vaddagiri
2007-10-15sched: group scheduler, fix bloatSrivatsa Vaddagiri
2007-10-15sched: cleanup, remove stale commentIngo Molnar
2007-10-15sched: speed up and simplify vslice calculationsPeter Zijlstra
2007-10-15sched: clean up min_vruntime usePeter Zijlstra
2007-10-15sched: yield fixDmitry Adamushko
2007-10-15sched: group scheduler wakeup latency fixSrivatsa Vaddagiri
2007-10-15sched: remove set_leftmost()Ingo Molnar
2007-10-15sched: max_vruntime() simplificationPeter Zijlstra
2007-10-15sched: fix sign check error in place_entity()Ingo Molnar
2007-10-15sched: undo some of the recent changesIngo Molnar
2007-10-15sched: remove last_min_vruntime effectIngo Molnar
2007-10-15sched: entity_key() fixIngo Molnar