summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | sched: another wakeup_granularity fixPeter Zijlstra2007-10-151-2/+5
* | | sched: export cpu_clock()Paul E. McKenney2007-10-151-0/+1
* | | sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar2007-10-152-5/+3
* | | sched: cleanup: function prototype cleanupsIngo Molnar2007-10-151-10/+5
* | | sched: cleanup: rename task_grp to task_groupIngo Molnar2007-10-153-22/+22
* | | sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar2007-10-152-3/+3
* | | 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: cleanup, make dequeue_entity() and update_stats_wait_end() similarDmitry Adamushko2007-10-151-4/+7
* | | sched: cleanup, remove calc_weighted()Dmitry Adamushko2007-10-151-11/+0
* | | sched: tidy up SCHED_RRDmitry Adamushko2007-10-152-25/+18
* | | sched: uninline schedulerAlexey Dobriyan2007-10-153-24/+24
* | | sched: tweak wakeup granularityIngo Molnar2007-10-151-4/+4
* | | sched: optimize schedule() a bit on SMPIngo Molnar2007-10-151-2/+6
* | | sched: fix __pick_next_entity()Dmitry Adamushko2007-10-151-2/+5
* | | sched: vslice fixups for non-0 nice levelsIngo Molnar2007-10-151-13/+40
* | | sched: whitespace cleanupsIngo Molnar2007-10-151-26/+26
* | | sched: mark scheduling classes as constIngo Molnar2007-10-154-17/+11
* | | sched: group scheduler, fix latencySrivatsa Vaddagiri2007-10-151-0/+2
* | | sched: group scheduler, fix bloatSrivatsa Vaddagiri2007-10-151-18/+25
* | | sched: group scheduler, fix coding style issuesSrivatsa Vaddagiri2007-10-151-6/+2
* | | sched: cleanup, remove stale commentIngo Molnar2007-10-151-1/+0
* | | sched: speed up and simplify vslice calculationsPeter Zijlstra2007-10-153-13/+13
* | | sched: clean up min_vruntime usePeter Zijlstra2007-10-151-11/+15
* | | sched: group scheduler SMP migration fixSrivatsa Vaddagiri2007-10-151-1/+4
* | | sched: clean up schedstats, cnt -> countIngo Molnar2007-10-154-29/+29
* | | sched: yield fixDmitry Adamushko2007-10-151-20/+5
* | | sched: group scheduler wakeup latency fixSrivatsa Vaddagiri2007-10-151-5/+16
* | | sched: remove set_leftmost()Ingo Molnar2007-10-151-12/+2
* | | sched: clean up sched_fork()Hiroshi Shimamoto2007-10-151-5/+2
* | | sched: max_vruntime() simplificationPeter Zijlstra2007-10-151-2/+2
* | | sched: fix sched_fork()Ingo Molnar2007-10-151-1/+1
* | | sched: fix sign check error in place_entity()Ingo Molnar2007-10-151-1/+1
* | | sched: undo some of the recent changesIngo Molnar2007-10-152-11/+3
* | | sched: remove last_min_vruntime effectIngo Molnar2007-10-151-1/+1
* | | sched: remove condition from set_task_cpu()Ingo Molnar2007-10-151-3/+1
* | | sched: entity_key() fixIngo Molnar2007-10-151-7/+10
* | | sched debug: check spreadPeter Zijlstra2007-10-153-0/+22
* | | sched debug: more width for parameter printoutsIngo Molnar2007-10-151-2/+2
* | | sched: add vslicePeter Zijlstra2007-10-152-15/+31
* | | sched debug: print settingsIngo Molnar2007-10-151-0/+13
* | | sched: remove unneeded tunablesIngo Molnar2007-10-151-2/+0
* | | sched debug: BKL usage statistics, fixS.Caglar Onur2007-10-151-0/+2
* | | sched debug: BKL usage statisticsIngo Molnar2007-10-152-0/+13
* | | sched: add fair-user schedulerSrivatsa Vaddagiri2007-10-153-0/+104
* | | sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri2007-10-152-111/+66
* | | sched: print &rq->cfs statsSrivatsa Vaddagiri2007-10-151-0/+3
* | | sched: print nr_running and load in /proc/sched_debugSrivatsa Vaddagiri2007-10-151-0/+2