aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-23[PATCH] cond_resched() might_sleep() fixIngo Molnar1-0/+3
2006-06-23[PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley1-1/+8
2006-05-21Revert "[PATCH] sched: fix interactive task starvation"Linus Torvalds1-44/+18
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-04-11[PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith1-1/+1
2006-04-11[PATCH] sched: fix interactive task starvationMike Galbraith1-18/+44
2006-03-31[PATCH] sched: activate SCHED BATCH expiredCon Kolivas1-3/+7
2006-03-31[PATCH] sched: remove on runqueue requeueingCon Kolivas1-2/+1
2006-03-31[PATCH] sched: include noninteractive sleep in idle detectCon Kolivas1-2/+1
2006-03-31[PATCH] sched: dont decrease idle sleep avgCon Kolivas1-5/+10
2006-03-31[PATCH] sched: make task_noninteractive use sleep_typeCon Kolivas1-8/+8
2006-03-31[PATCH] sched: cleanup task_activated()Con Kolivas1-9/+15
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner1-0/+15
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-4/+4
2006-03-27[PATCH] sched: fix group power for allnodes_domainsSiddha, Suresh B1-33/+29
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B1-5/+68
2006-03-27[PATCH] Small schedule() optimizationAndreas Mohr1-7/+5
2006-03-27[PATCH] sched: fix task interactivity calculationMartin Andersson1-1/+2
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao1-1/+8
2006-03-23[PATCH] make bug messages more consistentIngo Molnar1-2/+2
2006-03-23[PATCH] fix scheduler deadlockAnton Blanchard1-2/+7
2006-03-22[PATCH] sched: remove sleep_avg multiplierMike Galbraith1-6/+0
2006-03-11[PATCH] remove __put_task_struct_cb export againChristoph Hellwig1-7/+0
2006-03-08[PATCH] idle threads should have a sane ->timestamp valueIngo Molnar1-0/+1
2006-03-06Add early-boot-safety check to cond_resched()Linus Torvalds1-0/+2
2006-02-17[PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COSTIngo Molnar1-1/+12
2006-02-14[PATCH] sched: revert "filter affine wakeups"Chen, Kenneth W1-9/+1
2006-02-10[PATCH] sched: remove smpniceNick Piggin1-111/+18
2006-02-05[PATCH] sched: only print migration_cost once per bootChuck Ebbert1-6/+8
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-1/+1
2006-02-01[PATCH] sys_sched_getaffinity() & hotplugJack Steiner1-1/+1
2006-01-31[PATCH] Fix boot-time slowdown for measure_migration_costIngo Molnar1-3/+3
2006-01-18[PATCH] fix sched_setscheduler semanticsJason Baron1-0/+4
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-8/+8
2006-01-14[PATCH] sched: add new SCHED_BATCH policyIngo Molnar1-15/+33
2006-01-12[PATCH] sched: filter affine wakeupsakpm@osdl.org1-1/+9
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-0/+468
2006-01-11[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostlyAndi Kleen1-3/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar1-0/+1
2006-01-08[PATCH] RCU signal handlingIngo Molnar1-0/+7
2005-11-13[PATCH] m68k: introduce setup_thread_stack() and end_of_stack()Al Viro1-2/+2
2005-11-13[PATCH] m68k: introduce task_thread_infoAl Viro1-3/+3
2005-11-09[PATCH] optimize activate_task()Chen, Kenneth W1-1/+2
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-7/+14
2005-11-09[PATCH] sched: consider migration thread with smp niceCon Kolivas1-9/+26
2005-11-09[PATCH] sched: correct smp_nice_biasCon Kolivas1-6/+8
2005-11-09[PATCH] sched: smp nice bias busy queues on idle rebalanceCon Kolivas1-18/+23
2005-11-09[PATCH] sched: account rt tasks in prio_bias()Con Kolivas1-8/+14
2005-11-09[PATCH] sched: change prio bias only if queuedCon Kolivas1-5/+4