- cb46984 sched: RT-balance, add new methods to sched_class by Steven Rostedt · 17 years ago
- 9a897c5 sched: RT-balance, replace hooks with pre/post schedule and wakeup methods by Steven Rostedt · 17 years ago
- 5d2f5a6 sched: get rid of 'new_cpu' in try_to_wake_up() by Dmitry Adamushko · 17 years ago
- b913176 sched: add credits for RT balancing improvements by Ingo Molnar · 17 years ago
- 0eab914 sched: style cleanup, #2 by Ingo Molnar · 17 years ago
- d7876a0 sched: remove unused JIFFIES_TO_NS() macro by Ingo Molnar · 17 years ago
- 637f508 sched: only balance our RT tasks within our domain by Gregory Haskins · 17 years ago
- 57d885f sched: add sched-domain roots by Gregory Haskins · 17 years ago
- 0d1311a sched: RT-balance on new task by Steven Rostedt · 17 years ago
- a22d7fc sched: wake-balance fixes by Gregory Haskins · 17 years ago
- e7693a3 sched: de-SCHED_OTHER-ize the RT path by Gregory Haskins · 17 years ago
- 73fe6aa sched: add RT-balance cpu-weight by Gregory Haskins · 17 years ago
- 4642daf sched: push RT tasks from overloaded CPUs by Steven Rostedt · 17 years ago
- f65eda4 sched: pull RT tasks from overloaded runqueues by Steven Rostedt · 17 years ago
- e8fa136 sched: add RT task pushing by Steven Rostedt · 17 years ago
- 764a9d6 sched: track highest prio task queued by Steven Rostedt · 17 years ago
- 63489e4 sched: count # of queued RT tasks by Steven Rostedt · 17 years ago
- 82a1fcb softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks by Ingo Molnar · 17 years ago
- 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 17 years ago
- 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
- 6b2d770 sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups by Srivatsa Vaddagiri · 17 years ago
- a183561 sched: introduce a mutex and corresponding API to serialize access to doms_curarray by Srivatsa Vaddagiri · 17 years ago
- 58e2d4c sched: group scheduling, change how cpu load is calculated by Srivatsa Vaddagiri · 17 years ago
- ec2c507 sched: group scheduling, minor fixes by Srivatsa Vaddagiri · 17 years ago
- 93f992c sched: group scheduling code cleanup by Srivatsa Vaddagiri · 17 years ago
- c61935f sched: group scheduler, set uid share fix by Ingo Molnar · 17 years ago
- fcfd50a show_task: real_parent by Roland McGrath · 17 years ago
- 2bacec8 sched: touch softlockup watchdog after idling by Ingo Molnar · 17 years ago
- 051a1d1 sched: fix crash on ia64, introduce task_current() by Dmitry Adamushko · 17 years ago
- 8ced5f6 sched: enable early use of sched_clock() by Ingo Molnar · 17 years ago
- 41a2d6c sched: style cleanups by Ingo Molnar · 17 years ago
- 7703493 sched: fix crash in sys_sched_rr_get_interval() by Ingo Molnar · 17 years ago
- d842de8 sched: cpu accounting controller (V2) by Srivatsa Vaddagiri · 17 years ago
- deaf222 sched: clean up, move __sched_text_start/end to sched.h by Ingo Molnar · 17 years ago
- 9a4e715 sched: clean up sd_alloc_ctl_cpu_table() definition by Ingo Molnar · 17 years ago
- 9612633 sched: reorder SCHED_FEAT_ bits by Ingo Molnar · 17 years ago
- 94bc9a7 sched: remove activate_idle_task() by Dmitry Adamushko · 17 years ago
- ce96b5a sched: fix __set_task_cpu() SMP race by Dmitry Adamushko · 17 years ago
- dae51f5 sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHED by Oleg Nesterov · 17 years ago
- 9778385 sched: fix accounting of interrupts during guest execution on s390 by Christian Borntraeger · 17 years ago
- cfb5285 revert "Task Control Groups: example CPU accounting subsystem" by Andrew Morton · 17 years ago
- e6fe664 sched: proper prototype for kernel/sched.c:migration_init() by Adrian Bunk · 17 years ago
- b82d9fd sched: avoid large irq-latencies in smp-balancing by Peter Zijlstra · 17 years ago
- 3e3e13f sched: remove PREEMPT_RESTRICT by Ingo Molnar · 17 years ago
- 52d3da1 sched: turn off PREEMPT_RESTRICT by Ingo Molnar · 17 years ago
- d6322fa sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SEC by Eric Dumazet · 17 years ago
- 19978ca sched: reintroduce SMP tunings again by Ingo Molnar · 17 years ago
- 38605ca sched: fix style in kernel/sched.c by Ingo Molnar · 17 years ago
- fe5c7cc sched: report CPU usage in CFS cgroup directories by Paul Menage · 17 years ago
- ae8393e sched: move rcu_head to task_group struct by Srivatsa Vaddagiri · 17 years ago
- 7bae49d sched: fix incorrect assumption that cpu 0 exists by James Bottomley · 17 years ago
- f7402e0 sched: make kernel/sched.c:account_guest_time() static by Adrian Bunk · 17 years ago
- 681f3e6 sched: isolate SMP balancing code a bit more by Peter Williams · 17 years ago
- e1d1484 sched: reduce balance-tasks overhead by Peter Williams · 17 years ago
- 2b01dfe sched: clean up some control group code by Paul Menage · 17 years ago
- 838225b sched: use show_regs() to improve __schedule_bug() output by Satyam Sharma · 17 years ago
- 4dcf6af sched: clean up sched_domain_debug() by Ingo Molnar · 17 years ago
- b15136e sched: fix fastcall mismatch in completion APIs by Ingo Molnar · 17 years ago
- 7378547 sched: fix sched_domain sysctl registration again by Milton Miller · 17 years ago
- 83d87d1 sched: don't clear PF_VCPU in scheduler by Laurent Vivier · 17 years ago
- 6888c1e kernel/sched.c: remove bogus comment from account_user_time by Michael Neuling · 17 years ago
- 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
- 68318b8 Hook up group scheduler with control groups by Srivatsa Vaddagiri · 17 years ago
- 470fd64 hotplug cpu: migrate a task within its cpuset by Cliff Wickman · 17 years ago
- ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
- 270f722 Fix tsk->exit_state usage by Eugene Teo · 17 years ago
- 8707d8b Fix cpusets update_cpumask by Paul Menage · 17 years ago
- 029190c cpuset sched_load_balance flag by Paul Jackson · 17 years ago
- 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
- b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
- 62d0df6 Task Control Groups: example CPU accounting subsystem by Paul Menage · 17 years ago
- 54e840d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
- c66f08b Add scaled time to taskstats based process accounting by Michael Neuling · 17 years ago
- 480b943 sched: reduce schedstat variable overhead a bit by Ken Chen · 17 years ago
- cc4ea79 sched: add KERN_CONT annotation by Ingo Molnar · 17 years ago
- d801649 sched: cleanup, make struct rq comments more consistent by Ingo Molnar · 17 years ago
- 8401f77 sched: cleanup, fix spacing by Ingo Molnar · 17 years ago
- 51e9799 sched: fix return value of wait_for_completion_interruptible() by Andi Kleen · 17 years ago
- e6d5a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
- d2da272 migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock() by Oleg Nesterov · 17 years ago
- f7b4cdd do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist) by Oleg Nesterov · 17 years ago
- b9dca1e sched: fix new task startup crash by Srivatsa Vaddagiri · 17 years ago
- 908a7c1 sched: fix improper load balance across sched domain by Ken Chen · 17 years ago
- cd790076 sched: more robust sd-sysctl entry freeing by Milton Miller · 17 years ago
- 607717a cpuset: remove sched domain hooks from cpusets by Paul Jackson · 17 years ago
- d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 17 years ago
- 9c63d9c sched: sync wakeups preempt too by Ingo Molnar · 17 years ago
- 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
- 94886b8 sched: guest CPU accounting: maintain stats in account_system_time() by Laurent Vivier · 17 years ago
- 6323469f sched: domain sysctl fixes: add terminator comment by Milton Miller · 17 years ago
- ad1cdc1 sched: domain sysctl fixes: do not crash on allocation failure by Milton Miller · 17 years ago
- 6382bc9 sched: domain sysctl fixes: unregister the sysctl table before domains by Milton Miller · 17 years ago
- 97b6ea7 sched: domain sysctl fixes: use for_each_online_cpu() by Milton Miller · 17 years ago
- 5cf9f06 sched: domain sysctl fixes: use kcalloc() by Milton Miller · 17 years ago
- 6bc1665 sched: allow the immediate migration of cache-cold tasks by Ingo Molnar · 17 years ago
- cc36773 sched: debug, improve migration statistics by Ingo Molnar · 17 years ago
- ff56b2f sched: activate task_hot() only on fair-scheduled tasks by Peter Zijlstra · 17 years ago
- da84d96 sched: reintroduce cache-hot affinity by Ingo Molnar · 17 years ago
- 178be79 sched: do not normalize kernel threads via SysRq-N by Ingo Molnar · 17 years ago
- 1666703 sched: remove stale comment from sched_group_set_shares() by Andi Kleen · 17 years ago