summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: sync wakeups preempt tooIngo Molnar2007-10-151-10/+1
* sched: affine sync wakeupsIngo Molnar2007-10-151-1/+7
* sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier2007-10-151-0/+25
* sched: domain sysctl fixes: add terminator commentMilton Miller2007-10-151-0/+1
* sched: domain sysctl fixes: do not crash on allocation failureMilton Miller2007-10-151-2/+8
* sched: domain sysctl fixes: unregister the sysctl table before domainsMilton Miller2007-10-151-4/+30
* sched: domain sysctl fixes: use for_each_online_cpu()Milton Miller2007-10-151-1/+2
* sched: domain sysctl fixes: use kcalloc()Milton Miller2007-10-151-3/+2
* sched: allow the immediate migration of cache-cold tasksIngo Molnar2007-10-151-1/+7
* sched: debug, improve migration statisticsIngo Molnar2007-10-151-22/+54
* sched: activate task_hot() only on fair-scheduled tasksPeter Zijlstra2007-10-151-3/+8
* sched: reintroduce cache-hot affinityIngo Molnar2007-10-151-0/+27
* sched: do not normalize kernel threads via SysRq-NIngo Molnar2007-10-151-11/+7
* sched: remove stale comment from sched_group_set_shares()Andi Kleen2007-10-151-2/+0
* sched: clean up is_migration_thread()Ingo Molnar2007-10-151-6/+9
* sched: cleanup: refactor normalize_rt_tasksAndi Kleen2007-10-151-20/+23
* sched: cleanup: refactor common code of sleep_on / wait_for_completionAndi Kleen2007-10-151-139/+49
* sched: cleanup: remove unnecessary gotosAndi Kleen2007-10-151-165/+162
* sched: prevent wakeup over-schedulingMike Galbraith2007-10-151-1/+3
* sched: disable forced preemption by defaultPeter Zijlstra2007-10-151-1/+3
* sched: some proc entries are missed in sched_domain sys_ctl debug codeZou Nan hai2007-10-151-3/+3
* sched: fix rt ptracer monopolizing CPUGautham R Shenoy2007-10-151-1/+1
* sched: group scheduling, sysfs tunablesDhaval Giani2007-10-151-1/+13
* sched: export cpu_clock()Paul E. McKenney2007-10-151-0/+1
* sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar2007-10-151-4/+1
* sched: cleanup: rename task_grp to task_groupIngo Molnar2007-10-151-18/+18
* sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar2007-10-151-2/+2
* sched: kfree(NULL) is validIngo Molnar2007-10-151-8/+5
* sched: style cleanupIngo Molnar2007-10-151-1/+1
* sched: break out if printing a warning in sched_domain_debug()Ingo Molnar2007-10-151-0/+3
* sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=yIngo Molnar2007-10-151-2/+1
* sched: tidy up SCHED_RRDmitry Adamushko2007-10-151-24/+17
* sched: uninline schedulerAlexey Dobriyan2007-10-151-22/+22
* sched: optimize schedule() a bit on SMPIngo Molnar2007-10-151-2/+6
* sched: whitespace cleanupsIngo Molnar2007-10-151-26/+26
* sched: mark scheduling classes as constIngo Molnar2007-10-151-12/+5
* sched: group scheduler SMP migration fixSrivatsa Vaddagiri2007-10-151-1/+4
* sched: clean up schedstats, cnt -> countIngo Molnar2007-10-151-12/+12
* sched: clean up sched_fork()Hiroshi Shimamoto2007-10-151-5/+2
* sched: fix sched_fork()Ingo Molnar2007-10-151-1/+1
* sched: undo some of the recent changesIngo Molnar2007-10-151-1/+0
* sched: remove condition from set_task_cpu()Ingo Molnar2007-10-151-3/+1
* sched debug: check spreadPeter Zijlstra2007-10-151-0/+3
* sched: add vslicePeter Zijlstra2007-10-151-0/+2
* sched debug: BKL usage statisticsIngo Molnar2007-10-151-0/+9
* sched: add fair-user schedulerSrivatsa Vaddagiri2007-10-151-0/+9
* sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri2007-10-151-110/+62
* sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri2007-10-151-8/+26
* sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko2007-10-151-26/+10
* sched: simplify sched_class::yield_task()Dmitry Adamushko2007-10-151-1/+1
OpenPOWER on IntegriCloud