aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-01-25sched: print backtrace of running tasks tooNick Piggin
2008-01-25sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain
2008-01-25sched: fix rq->clock warps on frequency changesGuillaume Chazarain
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra
2008-01-25sched: rt group schedulingPeter Zijlstra
2008-01-25sched: rt time limitPeter Zijlstra
2008-01-25sched: high-res preemption tickPeter Zijlstra
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu
2008-01-25sched: documentation, whitespace fixesIngo Molnar
2008-01-25sched: sched_rt_entityPeter Zijlstra
2008-01-25sched: dynamically update the root-domain span/online mapsGregory Haskins
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt
2008-01-25sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko
2008-01-25sched: add credits for RT balancing improvementsIngo Molnar
2008-01-25sched: style cleanup, #2Ingo Molnar
2008-01-25sched: remove unused JIFFIES_TO_NS() macroIngo Molnar
2008-01-25sched: only balance our RT tasks within our domainGregory Haskins
2008-01-25sched: add sched-domain rootsGregory Haskins
2008-01-25sched: RT-balance on new taskSteven Rostedt
2008-01-25sched: wake-balance fixesGregory Haskins
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins
2008-01-25sched: add RT-balance cpu-weightGregory Haskins
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt
2008-01-25sched: add RT task pushingSteven Rostedt
2008-01-25sched: track highest prio task queuedSteven Rostedt
2008-01-25sched: count # of queued RT tasksSteven Rostedt
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri
2008-01-25sched: introduce a mutex and corresponding API to serialize access to doms_cu...Srivatsa Vaddagiri
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri
2008-01-25sched: group scheduling, minor fixesSrivatsa Vaddagiri
2008-01-25sched: group scheduling code cleanupSrivatsa Vaddagiri
2008-01-22sched: group scheduler, set uid share fixIngo Molnar
2008-01-09show_task: real_parentRoland McGrath
2007-12-18sched: touch softlockup watchdog after idlingIngo Molnar
2007-12-18sched: fix crash on ia64, introduce task_current()Dmitry Adamushko
2007-12-07sched: enable early use of sched_clock()Ingo Molnar
2007-12-05sched: style cleanupsIngo Molnar
2007-12-04sched: fix crash in sys_sched_rr_get_interval()Ingo Molnar
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri
2007-11-28sched: clean up, move __sched_text_start/end to sched.hIngo Molnar
2007-11-28sched: clean up sd_alloc_ctl_cpu_table() definitionIngo Molnar
2007-11-15sched: reorder SCHED_FEAT_ bitsIngo Molnar
2007-11-15sched: remove activate_idle_task()Dmitry Adamushko
2007-11-15sched: fix __set_task_cpu() SMP raceDmitry Adamushko