Age | Commit message (Expand) | Author |
2007-10-15 | sched: rework enqueue/dequeue_entity() to get rid of set_curr_task() | Dmitry Adamushko |
2007-10-15 | sched: simplify sched_class::yield_task() | Dmitry Adamushko |
2007-10-15 | sched: do not keep current in the tree and get rid of sched_entity::fair_key | Dmitry Adamushko |
2007-10-15 | sched: add set_curr_task() calls | Dmitry Adamushko |
2007-10-15 | sched: group-scheduler core | Srivatsa Vaddagiri |
2007-10-15 | sched: fix SMP migration latencies | Mike Galbraith |
2007-10-15 | sched: remove wait_runtime fields and features | Ingo Molnar |
2007-10-15 | sched: remove wait_runtime limit | Ingo Molnar |
2007-10-15 | sched: clean up struct load_stat | Dmitry Adamushko |
2007-10-15 | sched: add tree based averages | Peter Zijlstra |
2007-10-15 | sched: remove SCHED_FEAT_SKIP_INITIAL | Ingo Molnar |
2007-10-15 | sched: optimize vruntime based scheduling | Ingo Molnar |
2007-10-15 | sched: move sched_feat() definitions | Ingo Molnar |
2007-10-15 | sched: introduce se->vruntime | Ingo Molnar |
2007-10-15 | sched: speed up update_load_add/_sub() | Ingo Molnar |
2007-10-15 | sched: track cfs_rq->curr on !group-scheduling too | Ingo Molnar |
2007-10-15 | sched: remove precise CPU load calculations #2 | Ingo Molnar |
2007-10-15 | sched: remove precise CPU load | Ingo Molnar |
2007-10-15 | sched: remove stat_gran | Ingo Molnar |
2007-10-15 | sched: use constants if !CONFIG_SCHED_DEBUG | Ingo Molnar |
2007-10-15 | sched: uniform tunings | Ingo Molnar |
2007-10-15 | sched: debug: track maximum 'slice' | Ingo Molnar |
2007-10-15 | sched: use list_for_each_entry_safe() in __wake_up_common() | Matthias Kaehlcke |
2007-10-15 | sched: fix sysctl_sched_child_runs_first flag | Ingo Molnar |
2007-10-10 | Fix warnings with !CONFIG_BLOCK | Jens Axboe |
2007-09-19 | sched: fix invalid sched_class use | Hiroshi Shimamoto |
2007-09-19 | sched: add /proc/sys/kernel/sched_compat_yield | Ingo Molnar |
2007-09-05 | sched: fix xtensa build warning | Ingo Molnar |
2007-09-05 | sched: debug: fix cfs_rq->wait_runtime accounting | Ingo Molnar |
2007-09-05 | sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic. | Suresh Siddha |
2007-08-28 | sched: make the scheduler converge to the ideal latency | Ingo Molnar |
2007-08-25 | sched: s/sched_latency/sched_min_granularity | Ingo Molnar |
2007-08-25 | sched: cleanup, sched_granularity -> sched_min_granularity | Ingo Molnar |
2007-08-25 | sched: adaptive scheduler granularity | Peter Zijlstra |
2007-08-24 | sched: simplify can_migrate_task() | Sven-Thorsten Dietrich |
2007-08-24 | sched: remove HZ dependency from the granularity default | Ingo Molnar |
2007-08-23 | sched: tweak the sched_runtime_limit tunable | Ingo Molnar |
2007-08-23 | sched: skip updating rq's next_balance under null SD | Suresh Siddha |
2007-08-23 | sched: fix broken SMT/MC optimizations | Suresh Siddha |
2007-08-23 | sched: fix sysctl directory permissions | Eric W. Biederman |
2007-08-23 | sched: sched_clock_idle_[sleep|wakeup]_event() | Ingo Molnar |
2007-08-12 | sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/ | Oleg Nesterov |
2007-08-12 | sched: make global code static | Adrian Bunk |
2007-08-10 | sched: improve rq-clock overflow logic | Ingo Molnar |
2007-08-09 | sched: round a bit better | Ingo Molnar |
2007-08-09 | sched: make the multiplication table more accurate | Ingo Molnar |
2007-08-09 | sched: optimize update_rq_clock() calls in the load-balancer | Ingo Molnar |
2007-08-09 | sched: optimize activate_task() | Ingo Molnar |
2007-08-09 | sched: move the __update_rq_clock() call to scheduler_tick() | Ingo Molnar |
2007-08-09 | sched: remove the 'u64 now' local variables | Ingo Molnar |