summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov
2006-09-29[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov
2006-09-29[PATCH] sched_setscheduler: fix? policy checksOleg Nesterov
2006-09-29[PATCH] introduce is_rt_policy() helperOleg Nesterov
2006-09-29[PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita
2006-09-26[PATCH] Fix longstanding load balancing bug in the schedulerChristoph Lameter
2006-08-27[PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov
2006-07-31[PATCH] pi-futex: missing pi_waiters plist initializationHeiko Carstens
2006-07-31[PATCH] fix cond_resched() fixJim Houston
2006-07-31[PATCH] sched: build_sched_domains() fixSiddha, Suresh B
2006-07-14[PATCH] per-task-delay-accounting: cpu delay collection via schedstatsChandra Seetharaman
2006-07-14[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar
2006-07-14[PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSWIngo Molnar
2006-07-10[PATCH] small kernel/sched.c cleanupAndreas Mohr
2006-07-10[PATCH] sched: fix bug in __migrate_task()Peter Williams
2006-07-03[PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar
2006-07-03[PATCH] sched: clean up fallout of recent changesIngo Molnar
2006-07-03[PATCH] lockdep: annotate scheduler runqueue locksIngo Molnar
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-06-30[PATCH] cond_resched() fixAndrew Morton
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