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