sched: fix sync wakeups
[safe/jmp/linux-2.6] / kernel / sched_fair.c
2007-10-15 Ingo Molnarsched: optimize vruntime based scheduling
2007-10-15 Ingo Molnarsched: move sched_feat() definitions
2007-10-15 Ingo Molnarsched: introduce se->vruntime
2007-10-15 Ingo Molnarsched: clean up calc_weighted()
2007-10-15 Ingo Molnarsched: uninline __enqueue_entity()/__dequeue_entity()
2007-10-15 Peter Zijlstrasched: simplify SCHED_FEAT_* code
2007-10-15 Ingo Molnarsched: cleanup: simplify cfs_rq_curr() methods
2007-10-15 Ingo Molnarsched: track cfs_rq->curr on !group-scheduling too
2007-10-15 Ingo Molnarsched: remove precise CPU load
2007-10-15 Ingo Molnarsched: remove stat_gran
2007-10-15 Ingo Molnarsched: use constants if !CONFIG_SCHED_DEBUG
2007-10-15 Ingo Molnarsched: debug: track maximum 'slice'
2007-10-15 Ingo Molnarsched: resched task in task_new_fair()
2007-10-02 Ingo Molnarsched: fix profile=sleep
2007-09-19 Ingo Molnarsched: add /proc/sys/kernel/sched_compat_yield
2007-09-05 Peter Zijlstrasched: fix ideal_runtime calculations for reniced tasks
2007-09-05 Peter Zijlstrasched: improve prev_sum_exec_runtime setting
2007-09-05 Peter Zijlstrasched: simplify __check_preempt_curr_fair()
2007-09-05 Ingo Molnarsched: debug: fix cfs_rq->wait_runtime accounting
2007-09-05 Ingo Molnarsched: fix niced_granularity() shift
2007-08-28 Ingo Molnarsched: clean up task_new_fair()
2007-08-28 Ingo Molnarsched: small schedstat fix
2007-08-28 Ingo Molnarsched: fix wait_start_fair condition in update_stats_wa...
2007-08-28 Ting Yangsched: call update_curr() in task_tick_fair()
2007-08-28 Ingo Molnarsched: make the scheduler converge to the ideal latency
2007-08-28 Mike Galbraithsched: fix sleeper bonus limit
2007-08-25 Ingo Molnarsched: cleanup, sched_granularity -> sched_min_granularity
2007-08-25 Peter Zijlstrasched: adaptive scheduler granularity
2007-08-24 Ingo Molnarsched: fix startup penalty calculation
2007-08-24 Peter Zijlstrasched: simplify bonus calculation #2
2007-08-24 Peter Zijlstrasched: simplify bonus calculation #1
2007-08-24 Ingo Molnarsched: tidy up and simplify the bonus balance
2007-08-24 Ingo Molnarsched: remove HZ dependency from the granularity default
2007-08-24 Bruce Ashfieldsched: CONFIG_SCHED_GROUP_FAIR=y fixlet
2007-08-12 Ingo Molnarsched: fix sleeper bonus
2007-08-10 Ingo Molnarsched: fix typo in the FAIR_GROUP_SCHED branch
2007-08-09 Ingo Molnarsched: refine negative nice level granularity
2007-08-09 Ingo Molnarsched: fix update_stats_enqueue() reniced codepath
2007-08-09 Ingo Molnarsched: clean up set_curr_task_fair()
2007-08-09 Ingo Molnarsched: remove __update_rq_clock() call from entity_tick()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' local variables
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->task_new()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->put_prev_t...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->pick_next_...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->dequeue_task()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->enqueue_task()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from put_prev_ent...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from pick_next_en...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from set_next_ent...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from dequeue_entity()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from enqueue_entity()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from enqueue_slee...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from __enqueue_sl...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_stats...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_stats...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_stats...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_stats...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from __update_sta...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_stats...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_stats...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_curr()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from print_cfs_rq()
2007-08-09 Ingo Molnarsched: remove 'now' use from assignments
2007-08-09 Ingo Molnarsched: eliminate __rq_clock() use
2007-08-09 Ingo Molnarsched: eliminate rq_clock() use
2007-08-09 Peter Williamssched: fix bug in balance_tasks()
2007-08-09 Ingo Molnarsched: delta_exec accounting fix
2007-08-09 Ingo Molnarsched: clean up delta_mine
2007-08-09 Josh Triplettsched: mark print_cfs_stats static
2007-08-09 Peter Williamssched: simplify move_tasks()
2007-08-09 Ingo Molnarsched: batch sleeper bonus
2007-08-02 Ingo Molnar[PATCH] sched: reduce debug code
2007-08-02 Ingo Molnar[PATCH] sched: use schedstat_set() API
2007-08-02 Ingo Molnar[PATCH] sched: ->task_new cleanup
2007-07-09 Ingo Molnarsched: cfs core, kernel/sched_fair.c