summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-15sched: do not normalize kernel threads via SysRq-NIngo Molnar1-11/+7
2007-10-15sched: remove stale comment from sched_group_set_shares()Andi Kleen1-2/+0
2007-10-15sched: clean up is_migration_thread()Ingo Molnar1-6/+9
2007-10-15sched: cleanup: refactor normalize_rt_tasksAndi Kleen1-20/+23
2007-10-15sched: cleanup: refactor common code of sleep_on / wait_for_completionAndi Kleen1-139/+49
2007-10-15sched: cleanup: remove unnecessary gotosAndi Kleen1-165/+162
2007-10-15sched: update commentIngo Molnar1-7/+5
2007-10-15sched: prevent wakeup over-schedulingMike Galbraith3-4/+15
2007-10-15sched: disable forced preemption by defaultPeter Zijlstra2-12/+16
2007-10-15sched: fix group scheduling for SCHED_BATCHDmitry Adamushko1-3/+2
2007-10-15sched: some proc entries are missed in sched_domain sys_ctl debug codeZou Nan hai1-3/+3
2007-10-15sched: fix rt ptracer monopolizing CPUGautham R Shenoy1-1/+1
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani6-79/+309
2007-10-15sched: disable sleeper_fairness on SCHED_BATCHPeter Zijlstra1-1/+3
2007-10-15sched: another wakeup_granularity fixPeter Zijlstra1-2/+5
2007-10-15sched: export cpu_clock()Paul E. McKenney1-0/+1
2007-10-15sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar2-5/+3
2007-10-15sched: cleanup: function prototype cleanupsIngo Molnar1-10/+5
2007-10-15sched: cleanup: rename task_grp to task_groupIngo Molnar4-28/+28
2007-10-15sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar2-3/+3
2007-10-15sched: kfree(NULL) is validIngo Molnar1-8/+5
2007-10-15sched: style cleanupIngo Molnar1-1/+1
2007-10-15sched: break out if printing a warning in sched_domain_debug()Ingo Molnar1-0/+3
2007-10-15sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=yIngo Molnar1-2/+1
2007-10-15sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith2-4/+2
2007-10-15sched: cleanup, make dequeue_entity() and update_stats_wait_end() similarDmitry Adamushko1-4/+7
2007-10-15sched: cleanup, remove calc_weighted()Dmitry Adamushko1-11/+0
2007-10-15sched: tidy up SCHED_RRDmitry Adamushko2-25/+18
2007-10-15sched: uninline schedulerAlexey Dobriyan3-24/+24
2007-10-15sched: tweak wakeup granularityIngo Molnar1-4/+4
2007-10-15sched: optimize schedule() a bit on SMPIngo Molnar1-2/+6
2007-10-15sched: fix __pick_next_entity()Dmitry Adamushko1-2/+5
2007-10-15sched: vslice fixups for non-0 nice levelsIngo Molnar1-13/+40
2007-10-15sched: whitespace cleanupsIngo Molnar1-26/+26
2007-10-15sched: mark scheduling classes as constIngo Molnar5-19/+13
2007-10-15sched: group scheduler, fix latencySrivatsa Vaddagiri1-0/+2
2007-10-15sched: group scheduler, fix bloatSrivatsa Vaddagiri1-18/+25
2007-10-15sched: group scheduler, fix coding style issuesSrivatsa Vaddagiri2-13/+9
2007-10-15sched: cleanup, remove stale commentIngo Molnar1-1/+0
2007-10-15sched: speed up and simplify vslice calculationsPeter Zijlstra4-14/+14
2007-10-15sched: clean up min_vruntime usePeter Zijlstra1-11/+15
2007-10-15sched: group scheduler SMP migration fixSrivatsa Vaddagiri1-1/+4
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar6-36/+36
2007-10-15sched: yield fixDmitry Adamushko1-20/+5
2007-10-15sched: group scheduler wakeup latency fixSrivatsa Vaddagiri1-5/+16
2007-10-15sched: remove set_leftmost()Ingo Molnar1-12/+2
2007-10-15sched: clean up sched_fork()Hiroshi Shimamoto1-5/+2
2007-10-15sched: max_vruntime() simplificationPeter Zijlstra1-2/+2
2007-10-15sched: fix sched_fork()Ingo Molnar1-1/+1
2007-10-15sched: fix sign check error in place_entity()Ingo Molnar1-1/+1