Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | sched: group scheduling, sysfs tunables | Dhaval Giani | 2007-10-15 | 4 | -79/+231 | |
* | | | sched: disable sleeper_fairness on SCHED_BATCH | Peter Zijlstra | 2007-10-15 | 1 | -1/+3 | |
* | | | sched: another wakeup_granularity fix | Peter Zijlstra | 2007-10-15 | 1 | -2/+5 | |
* | | | sched: export cpu_clock() | Paul E. McKenney | 2007-10-15 | 1 | -0/+1 | |
* | | | sched: fix: move the CPU check into ->task_new_fair() | Ingo Molnar | 2007-10-15 | 2 | -5/+3 | |
* | | | sched: cleanup: function prototype cleanups | Ingo Molnar | 2007-10-15 | 1 | -10/+5 | |
* | | | sched: cleanup: rename task_grp to task_group | Ingo Molnar | 2007-10-15 | 3 | -22/+22 | |
* | | | sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG | Ingo Molnar | 2007-10-15 | 2 | -3/+3 | |
* | | | sched: kfree(NULL) is valid | Ingo Molnar | 2007-10-15 | 1 | -8/+5 | |
* | | | sched: style cleanup | Ingo Molnar | 2007-10-15 | 1 | -1/+1 | |
* | | | sched: break out if printing a warning in sched_domain_debug() | Ingo Molnar | 2007-10-15 | 1 | -0/+3 | |
* | | | sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=y | Ingo Molnar | 2007-10-15 | 1 | -2/+1 | |
* | | | sched: cleanup, make dequeue_entity() and update_stats_wait_end() similar | Dmitry Adamushko | 2007-10-15 | 1 | -4/+7 | |
* | | | sched: cleanup, remove calc_weighted() | Dmitry Adamushko | 2007-10-15 | 1 | -11/+0 | |
* | | | sched: tidy up SCHED_RR | Dmitry Adamushko | 2007-10-15 | 2 | -25/+18 | |
* | | | sched: uninline scheduler | Alexey Dobriyan | 2007-10-15 | 3 | -24/+24 | |
* | | | sched: tweak wakeup granularity | Ingo Molnar | 2007-10-15 | 1 | -4/+4 | |
* | | | sched: optimize schedule() a bit on SMP | Ingo Molnar | 2007-10-15 | 1 | -2/+6 | |
* | | | sched: fix __pick_next_entity() | Dmitry Adamushko | 2007-10-15 | 1 | -2/+5 | |
* | | | sched: vslice fixups for non-0 nice levels | Ingo Molnar | 2007-10-15 | 1 | -13/+40 | |
* | | | sched: whitespace cleanups | Ingo Molnar | 2007-10-15 | 1 | -26/+26 | |
* | | | sched: mark scheduling classes as const | Ingo Molnar | 2007-10-15 | 4 | -17/+11 | |
* | | | sched: group scheduler, fix latency | Srivatsa Vaddagiri | 2007-10-15 | 1 | -0/+2 | |
* | | | sched: group scheduler, fix bloat | Srivatsa Vaddagiri | 2007-10-15 | 1 | -18/+25 | |
* | | | sched: group scheduler, fix coding style issues | Srivatsa Vaddagiri | 2007-10-15 | 1 | -6/+2 | |
* | | | sched: cleanup, remove stale comment | Ingo Molnar | 2007-10-15 | 1 | -1/+0 | |
* | | | sched: speed up and simplify vslice calculations | Peter Zijlstra | 2007-10-15 | 3 | -13/+13 | |
* | | | sched: clean up min_vruntime use | Peter Zijlstra | 2007-10-15 | 1 | -11/+15 | |
* | | | sched: group scheduler SMP migration fix | Srivatsa Vaddagiri | 2007-10-15 | 1 | -1/+4 | |
* | | | sched: clean up schedstats, cnt -> count | Ingo Molnar | 2007-10-15 | 4 | -29/+29 | |
* | | | sched: yield fix | Dmitry Adamushko | 2007-10-15 | 1 | -20/+5 | |
* | | | sched: group scheduler wakeup latency fix | Srivatsa Vaddagiri | 2007-10-15 | 1 | -5/+16 | |
* | | | sched: remove set_leftmost() | Ingo Molnar | 2007-10-15 | 1 | -12/+2 | |
* | | | sched: clean up sched_fork() | Hiroshi Shimamoto | 2007-10-15 | 1 | -5/+2 | |
* | | | sched: max_vruntime() simplification | Peter Zijlstra | 2007-10-15 | 1 | -2/+2 | |
* | | | sched: fix sched_fork() | Ingo Molnar | 2007-10-15 | 1 | -1/+1 | |
* | | | sched: fix sign check error in place_entity() | Ingo Molnar | 2007-10-15 | 1 | -1/+1 | |
* | | | sched: undo some of the recent changes | Ingo Molnar | 2007-10-15 | 2 | -11/+3 | |
* | | | sched: remove last_min_vruntime effect | Ingo Molnar | 2007-10-15 | 1 | -1/+1 | |
* | | | sched: remove condition from set_task_cpu() | Ingo Molnar | 2007-10-15 | 1 | -3/+1 | |
* | | | sched: entity_key() fix | Ingo Molnar | 2007-10-15 | 1 | -7/+10 | |
* | | | sched debug: check spread | Peter Zijlstra | 2007-10-15 | 3 | -0/+22 | |
* | | | sched debug: more width for parameter printouts | Ingo Molnar | 2007-10-15 | 1 | -2/+2 | |
* | | | sched: add vslice | Peter Zijlstra | 2007-10-15 | 2 | -15/+31 | |
* | | | sched debug: print settings | Ingo Molnar | 2007-10-15 | 1 | -0/+13 | |
* | | | sched: remove unneeded tunables | Ingo Molnar | 2007-10-15 | 1 | -2/+0 | |
* | | | sched debug: BKL usage statistics, fix | S.Caglar Onur | 2007-10-15 | 1 | -0/+2 | |
* | | | sched debug: BKL usage statistics | Ingo Molnar | 2007-10-15 | 2 | -0/+13 | |
* | | | sched: add fair-user scheduler | Srivatsa Vaddagiri | 2007-10-15 | 3 | -0/+104 | |
* | | | sched: clean up code under CONFIG_FAIR_GROUP_SCHED | Srivatsa Vaddagiri | 2007-10-15 | 2 | -111/+66 |