summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2002-07-31Merge with Rusty 'trivial' RussellLinus Torvalds
2002-07-31[PATCH] designated initializer patches forArt Haas
2002-07-28Cset exclude: mingo@elte.hu|ChangeSet|20020728030719|07783Linus Torvalds
2002-07-28[PATCH] sched-2.5.29-B1Ingo Molnar
2002-07-27[PATCH] scheduler, migration startup fixes, 2.5.29Ingo Molnar
2002-07-27[PATCH] Fix ksoftirqd and migration threads initcallsRusty Russell
2002-07-26[PATCH] Hot-plug CPU Boot ChangesRusty Russell
2002-07-24[PATCH] fix two unwrapped uses of thread_info->cpuMikael Pettersson
2002-07-23[PATCH] scheduler fixesIngo Molnar
2002-07-23[PATCH] irqlock patch 2.5.27-H6Ingo Molnar
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar
2002-07-21[PATCH] "big IRQ lock" removal, IRQ cleanupsIngo Molnar
2002-07-19LSM: Enable the security framework. This includes basic task control hooks.Greg Kroah-Hartman
2002-07-14[PATCH] Allow non zero boot cpuAnton Blanchard
2002-07-14[PATCH] 2.5.25 remove global semaphore_lock spin lock.Bob Miller
2002-07-14[PATCH] use new list macro in sched.cRobert Love
2002-07-04[PATCH] set TASK_RUNNING in yield()Andrew Morton
2002-07-04[PATCH] set TASK_RUNNING in cond_resched()Andrew Morton
2002-06-20- small UP optimisation from Mikael Pettersson and James Bottomley, modified.Ingo Molnar
2002-06-19- this patch fixes the migration init to correctly work with theIngo Molnar
2002-06-18- sync wakeup affinity fix: do not fast-migrate threadsIngo Molnar
2002-06-18- comment and coding style fixes.Ingo Molnar
2002-06-18 sched_yield() is misbehaving.Ingo Molnar
2002-06-17Merge CPU hotplug infrastructureLinus Torvalds
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell
2002-06-17[PATCH] add wait queue function callback supportBenjamin LaHaise
2002-06-16[PATCH] scheduler whitespace/comment merge from -acRobert Love
2002-06-13[PATCH] kernel preemption bits (2/2)Robert Love
2002-06-14- revert the raw spinlock usage - it's too dangerous and volatile.Ingo Molnar
2002-06-12- i've extended the scheduler context-switch mechanism with the followingIngo Molnar
2002-06-12- do a manual preemption-check in task_rq_unlock().Ingo Molnar
2002-06-11- squeeze a few more cycles out of the wakeup hotpath.Ingo Molnar
2002-06-11- wait_task_inactive() preemption-latency optimization: we shouldIngo Molnar
2002-06-11- set_cpus_allowed() optimization from Mike Kravetz: we canIngo Molnar
2002-06-11- rq-lock optimization in the preemption case, from Robert Love, plus some mo...Ingo Molnar
2002-06-11- put the sync wakeup feature back in, based on Mike Kravetz's patch.Ingo Molnar
2002-06-11- get rid of rq->frozen, fix context switch races.Ingo Molnar
2002-06-08[PATCH] set_cpus_allowed fixRobert Love
2002-06-02[PATCH] duplicate decl in sched_init()William Lee Irwin III
2002-06-02[PATCH] trivial misc. scheduler cleanupsRobert Love
2002-06-02[PATCH] remove wq_lock_t cruftRobert Love
2002-05-28[PATCH] DIE "Russel", DIE!Rusty Russell
2002-05-28[PATCH] Robert Love likes leather and chainsRobert Love
2002-05-28[PATCH] O(1) count_active_tasksRobert Love
2002-05-28[PATCH] set_cpus_allowed optimizationRobert Love
2002-05-28[PATCH] documentation for the new schedulerRobert Love
2002-05-17[PATCH] clean up maximum prioritiesRobert Love
2002-04-30[PATCH] sched cleanup, comments, separate max priosRobert Love
2002-04-26Fix migration task boot hang for machines with different physicalJames Bottomley
2002-04-18[PATCH] more migration thread cleanupsErich Focht