aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-5/+11
* [PATCH] cond_resched() fixAndrew Morton2006-06-301-12/+13
* [PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2006-06-271-0/+2
* [PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner2006-06-271-1/+3
* [PATCH] pi-futex: scheduler support for piIngo Molnar2006-06-271-29/+160
* [PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt2006-06-271-0/+2
* [PATCH] sched: uninline task_rq_lock()Oleg Nesterov2006-06-271-1/+1
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-271-25/+215
* [PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri2006-06-271-5/+43
* [PATCH] sched_domai: Use kmalloc_nodeSrivatsa Vaddagiri2006-06-271-2/+3
* [PATCH] sched_domai: Don't use GFP_ATOMICSrivatsa Vaddagiri2006-06-271-1/+1
* [PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri2006-06-271-61/+78
* [PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks()Peter Williams2006-06-271-5/+21
* [PATCH] sched: modify move_tasks() to improve load balancing outcomesPeter Williams2006-06-271-2/+10
* [PATCH] sched: implement smpnicePeter Williams2006-06-271-65/+219
* [PATCH] sched: CPU hotplug race vs. set_cpus_allowed()Kirill Korotaev2006-06-271-4/+14
* [PATCH] unnecessary long index i in schedSteven Rostedt2006-06-271-1/+2
* [PATCH] sched: fix interactive ceiling codeCon Kolivas2006-06-271-25/+27
* [PATCH] sched: simplify bitmap definitionSteven Rostedt2006-06-271-3/+1
* [PATCH] sched: fix smt nice lock contention and optimizationChen, Kenneth W2006-06-271-123/+59
* [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman2006-06-271-3/+4
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* Merge branch 'x86-64'Linus Torvalds2006-06-261-2/+7
|\
| * [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2006-06-261-2/+7
* | [PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()Peter Williams2006-06-261-1/+1
|/
* [PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens2006-06-251-0/+2
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-251-2/+2
* [PATCH] cond_resched() might_sleep() fixIngo Molnar2006-06-231-0/+3
* [PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley2006-06-231-1/+8
* Revert "[PATCH] sched: fix interactive task starvation"Linus Torvalds2006-05-211-44/+18
* [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith2006-04-111-1/+1
* [PATCH] sched: fix interactive task starvationMike Galbraith2006-04-111-18/+44
* [PATCH] sched: activate SCHED BATCH expiredCon Kolivas2006-03-311-3/+7
* [PATCH] sched: remove on runqueue requeueingCon Kolivas2006-03-311-2/+1
* [PATCH] sched: include noninteractive sleep in idle detectCon Kolivas2006-03-311-2/+1
* [PATCH] sched: dont decrease idle sleep avgCon Kolivas2006-03-311-5/+10
* [PATCH] sched: make task_noninteractive use sleep_typeCon Kolivas2006-03-311-8/+8
* [PATCH] sched: cleanup task_activated()Con Kolivas2006-03-311-9/+15
* [PATCH] sched: reduce overhead of calc_loadJack Steiner2006-03-311-0/+15
* [PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2006-03-281-4/+4
* [PATCH] sched: fix group power for allnodes_domainsSiddha, Suresh B2006-03-271-33/+29
* [PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B2006-03-271-5/+68
* [PATCH] Small schedule() optimizationAndreas Mohr2006-03-271-7/+5
* [PATCH] sched: fix task interactivity calculationMartin Andersson2006-03-271-1/+2
* [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-261-1/+8
* [PATCH] make bug messages more consistentIngo Molnar2006-03-231-2/+2
* [PATCH] fix scheduler deadlockAnton Blanchard2006-03-231-2/+7
* [PATCH] sched: remove sleep_avg multiplierMike Galbraith2006-03-221-6/+0
* [PATCH] remove __put_task_struct_cb export againChristoph Hellwig2006-03-111-7/+0