aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-22sched: group scheduler, set uid share fixIngo Molnar1-0/+8
2008-01-09show_task: real_parentRoland McGrath1-1/+1
2007-12-18sched: touch softlockup watchdog after idlingIngo Molnar1-0/+1
2007-12-18sched: fix crash on ia64, introduce task_current()Dmitry Adamushko1-6/+11
2007-12-07sched: enable early use of sched_clock()Ingo Molnar1-1/+6
2007-12-05sched: style cleanupsIngo Molnar1-64/+68
2007-12-04sched: fix crash in sys_sched_rr_get_interval()Ingo Molnar1-5/+9
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri1-26/+129
2007-11-28sched: clean up, move __sched_text_start/end to sched.hIngo Molnar1-3/+0
2007-11-28sched: clean up sd_alloc_ctl_cpu_table() definitionIngo Molnar1-1/+1
2007-11-15sched: reorder SCHED_FEAT_ bitsIngo Molnar1-6/+6
2007-11-15sched: remove activate_idle_task()Dmitry Adamushko1-18/+4
2007-11-15sched: fix __set_task_cpu() SMP raceDmitry Adamushko1-7/+13
2007-11-15sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHEDOleg Nesterov1-1/+3
2007-11-15sched: fix accounting of interrupts during guest execution on s390Christian Borntraeger1-4/+2
2007-11-14revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton1-11/+3
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk1-3/+1
2007-11-09sched: avoid large irq-latencies in smp-balancingPeter Zijlstra1-5/+10
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar1-3/+1
2007-11-09sched: turn off PREEMPT_RESTRICTIngo Molnar1-1/+1
2007-11-09sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SECEric Dumazet1-4/+4
2007-11-09sched: reintroduce SMP tunings againIngo Molnar1-0/+28
2007-10-29sched: fix style in kernel/sched.cIngo Molnar1-9/+9
2007-10-29sched: report CPU usage in CFS cgroup directoriesPaul Menage1-5/+33
2007-10-29sched: move rcu_head to task_group structSrivatsa Vaddagiri1-4/+4
2007-10-29sched: fix incorrect assumption that cpu 0 existsJames Bottomley1-2/+2
2007-10-29sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk1-1/+1
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams1-17/+0
2007-10-24sched: reduce balance-tasks overheadPeter Williams1-32/+67
2007-10-24sched: clean up some control group codePaul Menage1-35/+18