summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* keep rd->online and cpu_online_map in syncGregory Haskins2008-03-111-1/+2
* Revert "cpu hotplug: adjust root-domain->online span in response to hotplug e...Gregory Haskins2008-03-111-7/+11
* cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins2008-03-091-11/+7
* sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani2008-03-071-0/+17
* sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra2008-03-071-7/+3
* sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie2008-03-071-1/+1
* sched: export task_nicePavel Roskin2008-03-071-1/+1
* sched: retain vruntimePeter Zijlstra2008-03-071-0/+5
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-041-248/+35
* sched: fix signedness warnings in sched.cHarvey Harrison2008-02-251-1/+1
* sched: make early bootup sched_clock() use saferIngo Molnar2008-02-251-4/+10
* Add memory barrier semantics to wake_up() & coLinus Torvalds2008-02-231-0/+1
* kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds2008-02-231-2/+2
* sched: rt-group: refure unrunnable tasksPeter Zijlstra2008-02-131-0/+15
* sched: rt-group: clean up the ifdefferyPeter Zijlstra2008-02-131-71/+139
* sched: rt-group: make rt groups scheduling configurablePeter Zijlstra2008-02-131-43/+105
* sched: rt-group: interfacePeter Zijlstra2008-02-131-30/+111
* sched: rt-group: deal with PIPeter Zijlstra2008-02-131-0/+3
* sched: fix incorrect irq lock usage in normalize_rt_tasks()Peter Zijlstra2008-02-131-4/+4
* sched: fair-group: separate tg->shares from task_group_lockPeter Zijlstra2008-02-131-20/+17
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-8/+8
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-10/+18
|\
| * Add wait_for_completion_killableMatthew Wilcox2007-12-061-2/+13
| * sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox2007-12-061-8/+5
* | sched: remove unused paramsGerald Stralko2008-01-311-5/+5
* | spinlock: lockbreak cleanupNick Piggin2008-01-301-10/+6
* | sched: print backtrace of running tasks tooNick Piggin2008-01-251-2/+1
* | sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain2008-01-251-2/+4
* | sched: fix rq->clock warps on frequency changesGuillaume Chazarain2008-01-251-1/+1
* | sched: remove the !PREEMPT_BKL codeIngo Molnar2008-01-251-16/+3
* | sched: rt throttling vs no_hzPeter Zijlstra2008-01-251-1/+22
* | sched: rt group schedulingPeter Zijlstra2008-01-251-83/+200
* | sched: rt time limitPeter Zijlstra2008-01-251-20/+50
* | sched: high-res preemption tickPeter Zijlstra2008-01-251-11/+199
* | sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu2008-01-251-2/+4
* | sched: documentation, whitespace fixesIngo Molnar2008-01-251-4/+4
* | sched: sched_rt_entityPeter Zijlstra2008-01-251-1/+1
* | sched: dynamically update the root-domain span/online mapsGregory Haskins2008-01-251-12/+19
* | sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-251-22/+20
* | sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-251-4/+16
* | sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko2008-01-251-8/+3
* | sched: add credits for RT balancing improvementsIngo Molnar2008-01-251-0/+2
* | sched: style cleanup, #2Ingo Molnar2008-01-251-15/+17
* | sched: remove unused JIFFIES_TO_NS() macroIngo Molnar2008-01-251-2/+1
* | sched: only balance our RT tasks within our domainGregory Haskins2008-01-251-0/+7
* | sched: add sched-domain rootsGregory Haskins2008-01-251-3/+118
* | sched: RT-balance on new taskSteven Rostedt2008-01-251-0/+1
* | sched: wake-balance fixesGregory Haskins2008-01-251-0/+2
* | sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-251-140/+27
* | sched: add RT-balance cpu-weightGregory Haskins2008-01-251-1/+8
OpenPOWER on IntegriCloud