summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2006-08-27[PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov-3/+1
2006-07-31[PATCH] pi-futex: missing pi_waiters plist initializationHeiko Carstens-0/+5
2006-07-31[PATCH] fix cond_resched() fixJim Houston-5/+5
2006-07-31[PATCH] sched: build_sched_domains() fixSiddha, Suresh B-1/+6
2006-07-14[PATCH] per-task-delay-accounting: cpu delay collection via schedstatsChandra Seetharaman-22/+49
2006-07-14[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar-0/+5
2006-07-14[PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSWIngo Molnar-0/+8
2006-07-10[PATCH] small kernel/sched.c cleanupAndreas Mohr-10/+7
2006-07-10[PATCH] sched: fix bug in __migrate_task()Peter Williams-1/+1
2006-07-03[PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar-125/+125
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar-91/+101
2006-07-03[PATCH] sched: clean up fallout of recent changesIngo Molnar-166/+194
2006-07-03[PATCH] lockdep: annotate scheduler runqueue locksIngo Molnar-0/+2
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar-0/+10
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar-1/+3
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar-5/+11
2006-06-30[PATCH] cond_resched() fixAndrew Morton-12/+13
2006-06-27[PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner-0/+2
2006-06-27[PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner-1/+3
2006-06-27[PATCH] pi-futex: scheduler support for piIngo Molnar-29/+160
2006-06-27[PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt-0/+2
2006-06-27[PATCH] sched: uninline task_rq_lock()Oleg Nesterov-1/+1
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B-25/+215
2006-06-27[PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri-5/+43
2006-06-27[PATCH] sched_domai: Use kmalloc_nodeSrivatsa Vaddagiri-2/+3
2006-06-27[PATCH] sched_domai: Don't use GFP_ATOMICSrivatsa Vaddagiri-1/+1
2006-06-27[PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri-61/+78
2006-06-27[PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks()Peter Williams-5/+21
2006-06-27[PATCH] sched: modify move_tasks() to improve load balancing outcomesPeter Williams-2/+10
2006-06-27[PATCH] sched: implement smpnicePeter Williams-65/+219
2006-06-27[PATCH] sched: CPU hotplug race vs. set_cpus_allowed()Kirill Korotaev-4/+14
2006-06-27[PATCH] unnecessary long index i in schedSteven Rostedt-1/+2
2006-06-27[PATCH] sched: fix interactive ceiling codeCon Kolivas-25/+27
2006-06-27[PATCH] sched: simplify bitmap definitionSteven Rostedt-3/+1
2006-06-27[PATCH] sched: fix smt nice lock contention and optimizationChen, Kenneth W-123/+59
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman-3/+4
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman-1/+1
2006-06-26Merge branch 'x86-64'Linus Torvalds-2/+7
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen-2/+7
2006-06-26[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()Peter Williams-1/+1
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens-0/+2
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras-2/+2
2006-06-23[PATCH] cond_resched() might_sleep() fixIngo Molnar-0/+3
2006-06-23[PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley-1/+8
2006-05-21Revert "[PATCH] sched: fix interactive task starvation"Linus Torvalds-44/+18
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman-1/+1
2006-04-11[PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith-1/+1
2006-04-11[PATCH] sched: fix interactive task starvationMike Galbraith-18/+44
2006-03-31[PATCH] sched: activate SCHED BATCH expiredCon Kolivas-3/+7
2006-03-31[PATCH] sched: remove on runqueue requeueingCon Kolivas-2/+1