sched: make the scheduler converge to the ideal latency
[safe/jmp/linux-2.6] / kernel / sched.c
2007-08-28 Ingo Molnarsched: make the scheduler converge to the ideal latency
2007-08-25 Ingo Molnarsched: s/sched_latency/sched_min_granularity
2007-08-25 Ingo Molnarsched: cleanup, sched_granularity -> sched_min_granularity
2007-08-25 Peter Zijlstrasched: adaptive scheduler granularity
2007-08-24 Sven-Thorsten Dietrichsched: simplify can_migrate_task()
2007-08-24 Ingo Molnarsched: remove HZ dependency from the granularity default
2007-08-23 Ingo Molnarsched: tweak the sched_runtime_limit tunable
2007-08-23 Suresh Siddhasched: skip updating rq's next_balance under null SD
2007-08-23 Suresh Siddhasched: fix broken SMT/MC optimizations
2007-08-23 Eric W. Biedermansched: fix sysctl directory permissions
2007-08-23 Ingo Molnarsched: sched_clock_idle_[sleep|wakeup]_event()
2007-08-12 Oleg Nesterovsched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/
2007-08-12 Adrian Bunksched: make global code static
2007-08-10 Ingo Molnarsched: improve rq-clock overflow logic
2007-08-09 Ingo Molnarsched: round a bit better
2007-08-09 Ingo Molnarsched: make the multiplication table more accurate
2007-08-09 Ingo Molnarsched: optimize update_rq_clock() calls in the load...
2007-08-09 Ingo Molnarsched: optimize activate_task()
2007-08-09 Ingo Molnarsched: move the __update_rq_clock() call to scheduler_t...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' local variables
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from deactivate_t...
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 dec_nr_running()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from inc_nr_running()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from dec_load()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from inc_load()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_curr_...
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_task()
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 'now' use from assignments
2007-08-09 Ingo Molnarsched: remove __rq_clock()
2007-08-09 Ingo Molnarsched: eliminate __rq_clock() use
2007-08-09 Ingo Molnarsched: remove rq_clock()
2007-08-09 Ingo Molnarsched: eliminate rq_clock() use
2007-08-09 Ingo Molnarsched: add [__]update_rq_clock(rq)
2007-08-09 Peter Williamssched: fix bug in balance_tasks()
2007-08-09 Alexey Dobriyansched: remove binary sysctls from kernel.sched_domain
2007-08-09 Ingo Molnarsched: schedule() speedup
2007-08-09 Ingo Molnarsched: uninline rq_clock()
2007-08-09 Ulrich Dreppersched: clean up sched_getaffinity()
2007-08-09 Peter Williamssched: simplify move_tasks()
2007-08-09 Ingo Molnarsched: reorder update_cpu_load(rq) with the ->task_tick...
2007-08-02 Ingo Molnar[PATCH] sched: reduce debug code
2007-08-02 Ingo Molnar[PATCH] sched: move load-calculation functions
2007-08-02 Ingo Molnar[PATCH] sched: ->task_new cleanup
2007-08-02 Ingo Molnar[PATCH] sched: uninline inc/dec_nr_running()
2007-08-02 Ingo Molnar[PATCH] sched: uninline calc_delta_mine()
2007-08-02 Ingo Molnar[PATCH] sched: calc_delta_mine(): use fixed limit
2007-08-02 Peter Williams[PATCH] sched: tidy up left over smpnice code
2007-08-02 Ingo Molnar[PATCH] sched: remove cache_hot_time
2007-07-31 Randy Dunlapsched: fix kernel-doc warnings
2007-07-26 Nick Piggin[PATCH] sched: debug feature - make the sched-domains...
2007-07-26 Ingo Molnar[PATCH] sched: make cpu_clock() not use the rq clock
2007-07-26 Satoru Takeuchi[PATCH] sched: remove unused rq->load_balance_class
2007-07-26 Avi Kivity[PATCH] sched: arch preempt notifier mechanism
2007-07-19 Ingo Molnar[PATCH] sched: implement cpu_clock(cpu) high-speed...
2007-07-19 Suresh Siddha[PATCH] sched: fix the all pinned logic in load_balance...
2007-07-19 Suresh Siddha[PATCH] sched: fix newly idle load balance in case...
2007-07-19 Fenghua Yuuse the new percpu interface for shared data
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-16 Ingo Molnar[PATCH] sched: prettify prio_to_wmult[]
2007-07-16 Ingo Molnar[PATCH] sched: document prio_to_wmult[]
2007-07-16 Ingo Molnar[PATCH] sched: improve weight-array comments
2007-07-13 Thomas GleixnerCFS: Fix missing digit off in wmult table
2007-07-13 Ingo Molnar[PATCH] sched: fix show_task()/show_tasks() output
2007-07-13 Ingo Molnar[PATCH] sched: allow larger granularity
2007-07-13 Mike Galbraith[PATCH] sched: fix prio_to_wmult[] for nice 1
2007-07-09 Ingo Molnarsched: add CFS credits
2007-07-09 Ingo Molnarsched: clean up sleep_on() APIs
2007-07-09 Ingo Molnarsched: style cleanups
2007-07-09 Ingo Molnarsched: remove unused rq types from sched.c
2007-07-09 Ingo Molnarsched: remove interactivity types
2007-07-09 Ingo Molnarsched: clean up include files in sched.c
2007-07-09 Ingo Molnarsched: turn on the use of unstable events
2007-07-09 Ingo Molnarsched: x86, track TSC-unstable events
2007-07-09 Ingo Molnarsched: cfs core code
2007-07-09 Ingo Molnarsched: remove the sleep-bonus interactivity code
2007-07-09 Ingo Molnarsched: remove expired_starving()
2007-07-09 Ingo Molnarsched: remove sleep_type
2007-07-09 Ingo Molnarsched: cfs, add load-calculation methods
2007-07-09 Ingo Molnarsched: clean up __normal_prio() position
2007-07-09 Ingo Molnarsched: cleanup: move dequeue/enqueue_task()
2007-07-09 Ingo Molnarsched: move around resched_task()
2007-07-09 Ingo Molnarsched: clean up the rt priority macros
2007-07-09 Ingo Molnarsched: add cfs_rq ops
2007-07-09 Ingo Molnarsched: make posix-cpu-timers use CFS's accounting infor...
2007-07-09 Ingo Molnarsched: add rq_clock()/__rq_clock()
2007-07-09 Ingo Molnarsched: cfs rq data types
2007-07-09 Ingo Molnarsched: move code into kernel/sched_stats.h
2007-07-09 Ingo Molnarsched: add init_idle_bootup_task()
2007-07-09 Ingo Molnarsched: remove sched_exit()
2007-07-09 Ingo Molnarsched: uninline set_task_cpu()
2007-07-09 Ingo Molnarsched: zap the migration init / cache-hot balancing...
2007-07-09 Ingo Molnarsched: rename idle_type/SCHED_IDLE
2007-06-24 Christoph Lametersched: fix next_interval determination in idle_balance()
next