| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/fair: Provide runnable_load_avg back to cfs_rq | Yuyang Du | 2015-08-03 | 1 | -0/+2 |
* | sched/fair: Rewrite runnable load and utilization average tracking | Yuyang Du | 2015-08-03 | 1 | -24/+17 |
* | sched/fair: Remove rq's runnable avg | Yuyang Du | 2015-08-03 | 1 | -6/+1 |
* | sched/numa: Fix numa balancing stats in /proc/pid/sched | Srikar Dronamraju | 2015-07-04 | 1 | -21/+17 |
* | sched/numa: Show numa_group ID in /proc/sched_debug task listings | Srikar Dronamraju | 2015-07-04 | 1 | -1/+1 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-23 | 1 | -2/+0 |
|\ |
|
| * | sched: debug: Remove the cfs bandwidth timer_active printout | Thomas Gleixner | 2015-04-23 | 1 | -2/+0 |
* | | sched/debug: Add sum_sleep_runtime to /proc/<pid>/sched | Srikar Dronamraju | 2015-06-19 | 1 | -0/+1 |
* | | sched/debug: Replace vruntime with wait_sum in /proc/sched_debug | Srikar Dronamraju | 2015-06-19 | 1 | -2/+2 |
* | | sched/debug: Properly format runnable tasks in /proc/sched_debug | Srikar Dronamraju | 2015-06-19 | 1 | -2/+4 |
|/ |
|
* | sched: Track group sched_entity usage contributions | Morten Rasmussen | 2015-03-27 | 1 | -0/+2 |
* | sched: Add sched_avg::utilization_avg_contrib | Vincent Guittot | 2015-03-27 | 1 | -3/+7 |
* | sched/debug: Print rq->clock_task | Peter Zijlstra | 2015-01-14 | 1 | -0/+1 |
* | sched: Refactor task_struct to use numa_faults instead of numa_* pointers | Iulia Manda | 2014-11-04 | 1 | -2/+2 |
* | sched/deadline: Add deadline rq status print | Wanpeng Li | 2014-11-04 | 1 | -0/+7 |
* | sched: print_rq(): Don't use tasklist_lock | Oleg Nesterov | 2014-09-24 | 1 | -5/+2 |
* | sched: s/do_each_thread/for_each_process_thread/ in debug.c | Oleg Nesterov | 2014-08-20 | 1 | -4/+2 |
* | sched: Fix possible divide by zero in avg_atom() calculation | Mateusz Guzik | 2014-07-16 | 1 | -1/+1 |
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-04-03 | 1 | -2/+1 |
|\ |
|
| * | cgroup: remove cgroup->name | Tejun Heo | 2014-02-12 | 1 | -2/+1 |
* | | sched: Add statistic for newidle load balance cost | Alex Shi | 2014-02-11 | 1 | -0/+1 |
* | | sched/numa: Rename p->numa_faults to numa_faults_memory | Rik van Riel | 2014-01-28 | 1 | -3/+3 |
|/ |
|
* | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra | 2014-01-13 | 1 | -1/+1 |
* | sched/numa: Use wrapper function task_node to get node which task is on | Wanpeng Li | 2013-12-17 | 1 | -1/+1 |
* | sched: Avoid throttle_cfs_rq() racing with period_timer stopping | Ben Segall | 2013-10-29 | 1 | -0/+8 |
* | sched/numa: Add debugging | Ingo Molnar | 2013-10-09 | 1 | -2/+58 |
* | sched/debug: Take PID namespace into account | Peter Zijlstra | 2013-09-12 | 1 | -3/+3 |
* | sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask | Alex Shi | 2013-06-28 | 1 | -4/+6 |
* | sched/debug: Fix formatting of /proc/<PID>/sched | Kamalesh Babulal | 2013-06-28 | 1 | -8/+9 |
* | sched/debug: Add load-tracking statistics to task | Kamalesh Babulal | 2013-06-27 | 1 | -0/+6 |
* | sched/tg: Use 'unsigned long' for load variable in task group | Alex Shi | 2013-06-27 | 1 | -3/+3 |
* | sched: Change cfs_rq load avg to unsigned long | Alex Shi | 2013-06-27 | 1 | -2/+2 |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-27 | 1 | -11/+79 |
|\ |
|
| * | sched: Fix /proc/sched_debug failure on very very large systems | Nathan Zimmer | 2013-02-22 | 1 | -11/+79 |
* | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2013-02-20 | 1 | -7/+0 |
|\ \
| |/
|/| |
|
| * | sched: remove redundant NULL cgroup check in task_group_path() | Li Zefan | 2013-01-24 | 1 | -7/+0 |
* | | sched/debug: Fix format string for 32-bit platforms | Arnd Bergmann | 2013-01-25 | 1 | -2/+2 |
|/ |
|
* | sched: Replace update_shares weight distribution with per-entity computation | Paul Turner | 2012-10-24 | 1 | -8/+0 |
* | sched: Normalize tg load contributions against runnable time | Paul Turner | 2012-10-24 | 1 | -0/+4 |
* | sched: Aggregate total task_group load | Paul Turner | 2012-10-24 | 1 | -0/+4 |
* | sched: Maintain the load contribution of blocked entities | Paul Turner | 2012-10-24 | 1 | -0/+3 |
* | sched: Aggregate load contributed by task entities on parenting cfs_rq | Paul Turner | 2012-10-24 | 1 | -0/+3 |
* | sched: Maintain per-rq runnable averages | Ben Segall | 2012-10-24 | 1 | -2/+8 |
* | sched: Track the runnable average on a per-task entity basis | Paul Turner | 2012-10-24 | 1 | -0/+4 |
* | sched/debug: Fix printing large integers on 32-bit platforms | Peter Zijlstra | 2012-05-14 | 1 | -2/+8 |
* | sched: Change rq->nr_running to unsigned int | Peter Zijlstra | 2012-05-09 | 1 | -1/+1 |
* | sched: Remove sched_switch | Rakib Mullick | 2012-01-27 | 1 | -1/+0 |
* | sched: Move all scheduler bits into kernel/sched/ | Peter Zijlstra | 2011-11-17 | 1 | -0/+510 |