aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-09sched: add CFS creditsIngo Molnar1-0/+6
2007-07-09sched: clean up sleep_on() APIsIngo Molnar1-30/+41
2007-07-09sched: style cleanupsIngo Molnar1-6/+7
2007-07-09sched: remove unused rq types from sched.cIngo Molnar1-16/+0
2007-07-09sched: remove interactivity typesIngo Molnar1-89/+12
2007-07-09sched: clean up include files in sched.cIngo Molnar1-2/+2
2007-07-09sched: turn on the use of unstable eventsIngo Molnar1-7/+14
2007-07-09sched: x86, track TSC-unstable eventsIngo Molnar1-0/+7
2007-07-09sched: cfs core codeIngo Molnar1-774/+758
2007-07-09sched: remove the sleep-bonus interactivity codeIngo Molnar1-46/+1
2007-07-09sched: remove expired_starving()Ingo Molnar1-22/+1
2007-07-09sched: remove sleep_typeIngo Molnar1-89/+2
2007-07-09sched: cfs, add load-calculation methodsIngo Molnar1-18/+120
2007-07-09sched: clean up __normal_prio() positionIngo Molnar1-29/+29
2007-07-09sched: cleanup: move dequeue/enqueue_task()Ingo Molnar1-38/+38
2007-07-09sched: move around resched_task()Ingo Molnar1-52/+52
2007-07-09sched: clean up the rt priority macrosIngo Molnar1-5/+17
2007-07-09sched: add cfs_rq opsIngo Molnar1-0/+12
2007-07-09sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar1-23/+13
2007-07-09sched: add rq_clock()/__rq_clock()Ingo Molnar1-0/+46
2007-07-09sched: cfs rq data typesIngo Molnar1-6/+78
2007-07-09sched: move code into kernel/sched_stats.hIngo Molnar1-233/+1
2007-07-09sched: add init_idle_bootup_task()Ingo Molnar1-0/+5
2007-07-09sched: remove sched_exit()Ingo Molnar1-31/+0
2007-07-09sched: uninline set_task_cpu()Ingo Molnar1-0/+6
2007-07-09sched: zap the migration init / cache-hot balancing codeIngo Molnar1-481/+0
2007-07-09sched: rename idle_type/SCHED_IDLEIngo Molnar1-30/+30
2007-06-24sched: fix next_interval determination in idle_balance()Christoph Lameter1-9/+13
2007-06-18Fix possible runqueue lock starvation in wait_task_inactive()Linus Torvalds1-9/+60
2007-06-18sched: fix SysRq-N (normalize RT tasks)Ingo Molnar1-3/+5
2007-05-23Prevent going idle with softirq pendingThomas Gleixner1-3/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+10
2007-05-09Eliminate lock_cpu_hotplug in kernel/schedcGautham R Shenoy1-10/+18
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array'Andrew Morton1-16/+18
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B1-1/+1
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" arrayDmitry Adamushko1-18/+16
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B1-1/+10
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet1-29/+54
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B1-13/+210
2007-05-08sched: fix idle load balancing in softirqd contextSiddha, Suresh B1-7/+5
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge1-0/+2
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter1-0/+8
2007-04-27make SysRq-T show all tasks againIngo Molnar1-1/+1
2007-04-07sched.c: Remove unused variable 'relative'Linus Torvalds1-1/+0
2007-04-07[PATCH] sched: get rid of p->children use in show_task()Ingo Molnar1-34/+1
2007-03-05[PATCH] sched: remove SMT niceCon Kolivas1-154/+1
2007-03-01[PATCH] sched: fix SMT scheduler bugIngo Molnar1-1/+1
2007-03-01[PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran valueThomas Gleixner1-1/+1
2007-02-13[PATCH] i386: paravirt CPU hypercall batching modeZachary Amsden1-0/+7
2007-02-12[PATCH] sched: avoid div in rebalance_tickNick Piggin1-3/+5