summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-3/+0
* [PATCH] sched: prettify prio_to_wmult[]Ingo Molnar2007-07-161-8/+8
* [PATCH] sched: document prio_to_wmult[]Ingo Molnar2007-07-161-0/+7
* [PATCH] sched: improve weight-array commentsIngo Molnar2007-07-161-1/+3
* CFS: Fix missing digit off in wmult tableThomas Gleixner2007-07-131-1/+1
* [PATCH] sched: fix show_task()/show_tasks() outputIngo Molnar2007-07-131-16/+10
* [PATCH] sched: allow larger granularityIngo Molnar2007-07-131-1/+1
* [PATCH] sched: fix prio_to_wmult[] for nice 1Mike Galbraith2007-07-131-1/+1
* sched: add CFS creditsIngo Molnar2007-07-091-0/+6
* sched: clean up sleep_on() APIsIngo Molnar2007-07-091-30/+41
* sched: style cleanupsIngo Molnar2007-07-091-6/+7
* sched: remove unused rq types from sched.cIngo Molnar2007-07-091-16/+0
* sched: remove interactivity typesIngo Molnar2007-07-091-89/+12
* sched: clean up include files in sched.cIngo Molnar2007-07-091-2/+2
* sched: turn on the use of unstable eventsIngo Molnar2007-07-091-7/+14
* sched: x86, track TSC-unstable eventsIngo Molnar2007-07-091-0/+7
* sched: cfs core codeIngo Molnar2007-07-091-774/+758
* sched: remove the sleep-bonus interactivity codeIngo Molnar2007-07-091-46/+1
* sched: remove expired_starving()Ingo Molnar2007-07-091-22/+1
* sched: remove sleep_typeIngo Molnar2007-07-091-89/+2
* sched: cfs, add load-calculation methodsIngo Molnar2007-07-091-18/+120
* sched: clean up __normal_prio() positionIngo Molnar2007-07-091-29/+29
* sched: cleanup: move dequeue/enqueue_task()Ingo Molnar2007-07-091-38/+38
* sched: move around resched_task()Ingo Molnar2007-07-091-52/+52
* sched: clean up the rt priority macrosIngo Molnar2007-07-091-5/+17
* sched: add cfs_rq opsIngo Molnar2007-07-091-0/+12
* sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar2007-07-091-23/+13
* sched: add rq_clock()/__rq_clock()Ingo Molnar2007-07-091-0/+46
* sched: cfs rq data typesIngo Molnar2007-07-091-6/+78
* sched: move code into kernel/sched_stats.hIngo Molnar2007-07-091-233/+1
* sched: add init_idle_bootup_task()Ingo Molnar2007-07-091-0/+5
* sched: remove sched_exit()Ingo Molnar2007-07-091-31/+0
* sched: uninline set_task_cpu()Ingo Molnar2007-07-091-0/+6
* sched: zap the migration init / cache-hot balancing codeIngo Molnar2007-07-091-481/+0
* sched: rename idle_type/SCHED_IDLEIngo Molnar2007-07-091-30/+30
* sched: fix next_interval determination in idle_balance()Christoph Lameter2007-06-241-9/+13
* Fix possible runqueue lock starvation in wait_task_inactive()Linus Torvalds2007-06-181-9/+60
* sched: fix SysRq-N (normalize RT tasks)Ingo Molnar2007-06-181-3/+5
* Prevent going idle with softirq pendingThomas Gleixner2007-05-231-3/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+10
* Eliminate lock_cpu_hotplug in kernel/schedcGautham R Shenoy2007-05-091-10/+18
* revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Andrew Morton2007-05-081-16/+18
* sched: align rq to cacheline boundarySiddha, Suresh B2007-05-081-1/+1
* sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko2007-05-081-18/+16
* sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B2007-05-081-1/+10
* Speed up divides by cpu_power in schedulerEric Dumazet2007-05-081-29/+54
* sched: dynticks idle load balancingSiddha, Suresh B2007-05-081-13/+210
* sched: fix idle load balancing in softirqd contextSiddha, Suresh B2007-05-081-7/+5
* add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge2007-05-081-0/+2
* Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter2007-05-071-0/+8
OpenPOWER on IntegriCloud