aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* sched: fix overload performance: buddy wakeupsPeter Zijlstra2008-03-14
* sched: fix calc_delta_mine()Ingo Molnar2008-03-14
* sched: fix update_load_add()/sub()Ingo Molnar2008-03-14
* sched: fix race in schedule()Hiroshi Shimamoto2008-03-14
* keep rd->online and cpu_online_map in syncGregory Haskins2008-03-11
* Revert "cpu hotplug: adjust root-domain->online span in response to hotplug e...Gregory Haskins2008-03-11
* cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins2008-03-09
* sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani2008-03-07
* sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra2008-03-07
* sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie2008-03-07
* sched: export task_nicePavel Roskin2008-03-07
* sched: retain vruntimePeter Zijlstra2008-03-07
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-04
* sched: fix signedness warnings in sched.cHarvey Harrison2008-02-25
* sched: make early bootup sched_clock() use saferIngo Molnar2008-02-25
* Add memory barrier semantics to wake_up() & coLinus Torvalds2008-02-23
* kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds2008-02-23
* sched: rt-group: refure unrunnable tasksPeter Zijlstra2008-02-13
* sched: rt-group: clean up the ifdefferyPeter Zijlstra2008-02-13
* sched: rt-group: make rt groups scheduling configurablePeter Zijlstra2008-02-13
* sched: rt-group: interfacePeter Zijlstra2008-02-13
* sched: rt-group: deal with PIPeter Zijlstra2008-02-13
* sched: fix incorrect irq lock usage in normalize_rt_tasks()Peter Zijlstra2008-02-13
* sched: fair-group: separate tg->shares from task_group_lockPeter Zijlstra2008-02-13
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-08
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-01-31
|\
| * Add wait_for_completion_killableMatthew Wilcox2007-12-06
| * sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox2007-12-06
* | sched: remove unused paramsGerald Stralko2008-01-31
* | spinlock: lockbreak cleanupNick Piggin2008-01-30
* | sched: print backtrace of running tasks tooNick Piggin2008-01-25
* | sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain2008-01-25
* | sched: fix rq->clock warps on frequency changesGuillaume Chazarain2008-01-25
* | sched: remove the !PREEMPT_BKL codeIngo Molnar2008-01-25
* | sched: rt throttling vs no_hzPeter Zijlstra2008-01-25
* | sched: rt group schedulingPeter Zijlstra2008-01-25
* | sched: rt time limitPeter Zijlstra2008-01-25
* | sched: high-res preemption tickPeter Zijlstra2008-01-25
* | sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu2008-01-25
* | sched: documentation, whitespace fixesIngo Molnar2008-01-25
* | sched: sched_rt_entityPeter Zijlstra2008-01-25
* | sched: dynamically update the root-domain span/online mapsGregory Haskins2008-01-25
* | sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-25
* | sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-25
* | sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko2008-01-25
* | sched: add credits for RT balancing improvementsIngo Molnar2008-01-25
* | sched: style cleanup, #2Ingo Molnar2008-01-25
* | sched: remove unused JIFFIES_TO_NS() macroIngo Molnar2008-01-25
* | sched: only balance our RT tasks within our domainGregory Haskins2008-01-25
* | sched: add sched-domain rootsGregory Haskins2008-01-25