aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2006-06-27[PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner
2006-06-27[PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner
2006-06-27[PATCH] pi-futex: scheduler support for piIngo Molnar
2006-06-27[PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt
2006-06-27[PATCH] sched: uninline task_rq_lock()Oleg Nesterov
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B
2006-06-27[PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri
2006-06-27[PATCH] sched_domai: Use kmalloc_nodeSrivatsa Vaddagiri
2006-06-27[PATCH] sched_domai: Don't use GFP_ATOMICSrivatsa Vaddagiri
2006-06-27[PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri
2006-06-27[PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks()Peter Williams
2006-06-27[PATCH] sched: modify move_tasks() to improve load balancing outcomesPeter Williams
2006-06-27[PATCH] sched: implement smpnicePeter Williams
2006-06-27[PATCH] sched: CPU hotplug race vs. set_cpus_allowed()Kirill Korotaev
2006-06-27[PATCH] unnecessary long index i in schedSteven Rostedt
2006-06-27[PATCH] sched: fix interactive ceiling codeCon Kolivas
2006-06-27[PATCH] sched: simplify bitmap definitionSteven Rostedt
2006-06-27[PATCH] sched: fix smt nice lock contention and optimizationChen, Kenneth W
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman
2006-06-26Merge branch 'x86-64'Linus Torvalds
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen
2006-06-26[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()Peter Williams
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras
2006-06-23[PATCH] cond_resched() might_sleep() fixIngo Molnar
2006-06-23[PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley
2006-05-21Revert "[PATCH] sched: fix interactive task starvation"Linus Torvalds
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman
2006-04-11[PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith
2006-04-11[PATCH] sched: fix interactive task starvationMike Galbraith
2006-03-31[PATCH] sched: activate SCHED BATCH expiredCon Kolivas
2006-03-31[PATCH] sched: remove on runqueue requeueingCon Kolivas
2006-03-31[PATCH] sched: include noninteractive sleep in idle detectCon Kolivas
2006-03-31[PATCH] sched: dont decrease idle sleep avgCon Kolivas
2006-03-31[PATCH] sched: make task_noninteractive use sleep_typeCon Kolivas
2006-03-31[PATCH] sched: cleanup task_activated()Con Kolivas
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki
2006-03-27[PATCH] sched: fix group power for allnodes_domainsSiddha, Suresh B
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B
2006-03-27[PATCH] Small schedule() optimizationAndreas Mohr
2006-03-27[PATCH] sched: fix task interactivity calculationMartin Andersson
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao
2006-03-23[PATCH] make bug messages more consistentIngo Molnar
2006-03-23[PATCH] fix scheduler deadlockAnton Blanchard
2006-03-22[PATCH] sched: remove sleep_avg multiplierMike Galbraith
2006-03-11[PATCH] remove __put_task_struct_cb export againChristoph Hellwig
2006-03-08[PATCH] idle threads should have a sane ->timestamp valueIngo Molnar
2006-03-06Add early-boot-safety check to cond_resched()Linus Torvalds