aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-23Add memory barrier semantics to wake_up() & coLinus Torvalds1-0/+1
2008-02-23kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds1-2/+2
2008-02-13sched: rt-group: refure unrunnable tasksPeter Zijlstra1-0/+15
2008-02-13sched: rt-group: clean up the ifdefferyPeter Zijlstra1-71/+139
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra1-43/+105
2008-02-13sched: rt-group: interfacePeter Zijlstra1-30/+111
2008-02-13sched: rt-group: deal with PIPeter Zijlstra1-0/+3
2008-02-13sched: fix incorrect irq lock usage in normalize_rt_tasks()Peter Zijlstra1-4/+4
2008-02-13sched: fair-group: separate tg->shares from task_group_lockPeter Zijlstra1-20/+17
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-8/+8
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-10/+18
2008-01-31sched: remove unused paramsGerald Stralko1-5/+5
2008-01-30spinlock: lockbreak cleanupNick Piggin1-10/+6
2008-01-25sched: print backtrace of running tasks tooNick Piggin1-2/+1
2008-01-25sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain1-2/+4
2008-01-25sched: fix rq->clock warps on frequency changesGuillaume Chazarain1-1/+1
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar1-16/+3
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra1-1/+22
2008-01-25sched: rt group schedulingPeter Zijlstra1-83/+200
2008-01-25sched: rt time limitPeter Zijlstra1-20/+50
2008-01-25sched: high-res preemption tickPeter Zijlstra1-11/+199
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu1-2/+4
2008-01-25sched: documentation, whitespace fixesIngo Molnar1-4/+4
2008-01-25sched: sched_rt_entityPeter Zijlstra1-1/+1
2008-01-25sched: dynamically update the root-domain span/online mapsGregory Haskins1-12/+19
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt1-22/+20
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt1-4/+16
2008-01-25sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko1-8/+3
2008-01-25sched: add credits for RT balancing improvementsIngo Molnar1-0/+2
2008-01-25sched: style cleanup, #2Ingo Molnar1-15/+17
2008-01-25sched: remove unused JIFFIES_TO_NS() macroIngo Molnar1-2/+1
2008-01-25sched: only balance our RT tasks within our domainGregory Haskins1-0/+7
2008-01-25sched: add sched-domain rootsGregory Haskins1-3/+118
2008-01-25sched: RT-balance on new taskSteven Rostedt1-0/+1
2008-01-25sched: wake-balance fixesGregory Haskins1-0/+2
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins1-140/+27
2008-01-25sched: add RT-balance cpu-weightGregory Haskins1-1/+8
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt1-0/+1
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt1-0/+2
2008-01-25sched: add RT task pushingSteven Rostedt1-1/+7
2008-01-25sched: track highest prio task queuedSteven Rostedt1-0/+3
2008-01-25sched: count # of queued RT tasksSteven Rostedt1-0/+1
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar1-2/+2
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy1-16/+9
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-2/+2
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri1-14/+256
2008-01-25sched: introduce a mutex and corresponding API to serialize access to doms_curarraySrivatsa Vaddagiri1-0/+19
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri1-16/+11
2008-01-25sched: group scheduling, minor fixesSrivatsa Vaddagiri1-8/+25
2008-01-25sched: group scheduling code cleanupSrivatsa Vaddagiri1-18/+3