summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov2006-08-271-3/+1
* [PATCH] pi-futex: missing pi_waiters plist initializationHeiko Carstens2006-07-311-0/+5
* [PATCH] fix cond_resched() fixJim Houston2006-07-311-5/+5
* [PATCH] sched: build_sched_domains() fixSiddha, Suresh B2006-07-311-1/+6
* [PATCH] per-task-delay-accounting: cpu delay collection via schedstatsChandra Seetharaman2006-07-141-22/+49
* [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar2006-07-141-0/+5
* [PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSWIngo Molnar2006-07-141-0/+8
* [PATCH] small kernel/sched.c cleanupAndreas Mohr2006-07-101-10/+7
* [PATCH] sched: fix bug in __migrate_task()Peter Williams2006-07-101-1/+1
* [PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar2006-07-031-125/+125
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-91/+101
* [PATCH] sched: clean up fallout of recent changesIngo Molnar2006-07-031-166/+194
* [PATCH] lockdep: annotate scheduler runqueue locksIngo Molnar2006-07-031-0/+2
* [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-031-0/+10
* [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-031-1/+3
* [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
OpenPOWER on IntegriCloud