aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/debug.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Remove HMP scheduling and core_ctlJosh Choo2020-12-281-44/+0
* Merge branch 'android-4.4@6fc0573' into branch 'msm-4.4'Blagovest Kolenichev2017-06-191-0/+26
|\
| * sched/fair: Add eas (& cas) specific rq, sd and task statsDietmar Eggemann2017-06-021-0/+26
* | sched: Add the mechanics of top task tracking for frequency guidanceSyed Rameez Mustafa2016-10-171-0/+1
* | sched: Consolidate CONFIG_SCHED_HMP sections in various filesSyed Rameez Mustafa2016-08-221-2/+0
* | sched: Remove unused PELT extensions for HMP schedulingSyed Rameez Mustafa2016-08-221-3/+0
* | sched: kill unnecessary divisions on fast pathJoonwoo Park2016-06-211-0/+1
* | sched: Introduce the concept CPU clusters in the schedulerSrivatsa Vaddagiri2016-03-231-7/+7
* | sched: Add tunables for static cpu and cluster costOlav Haugan2016-03-231-0/+2
* | sched: Update the wakeup placement logic for fair and rt tasksSyed Rameez Mustafa2016-03-231-2/+0
* | sched: remove the notion of small tasks and small task packingSyed Rameez Mustafa2016-03-231-4/+0
* | sched: Support CFS_BANDWIDTH feature in HMP schedulerSrivatsa Vaddagiri2016-03-231-0/+12
* | sched: Consolidate hmp stats into their own structSrivatsa Vaddagiri2016-03-231-2/+2
* | sched: per-cpu mostly_idle thresholdSrivatsa Vaddagiri2016-03-231-1/+2
* | sched: window-stats: Enhance cpu busy time accountingSrivatsa Vaddagiri2016-03-231-2/+2
* | sched: window-stats: print window size in /proc/sched_debugSrivatsa Vaddagiri2016-03-231-0/+1
* | sched: Add a per rq max_possible_capacity for use in power calculationsSyed Rameez Mustafa2016-03-231-0/+1
* | sched: debug: Print additional information in /proc/sched_debugSrivatsa Vaddagiri2016-03-231-0/+3
* | sched: Provide scaled load information for tasks in /procSrivatsa Vaddagiri2016-03-231-0/+11
* | sched: Extend /proc/sched_debug with additional informationSrivatsa Vaddagiri2016-03-231-0/+22
* | sched/debug: Make sysrq prints of sched debug data optionalMatt Wagantall2016-03-231-0/+2
|/
* sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du2015-08-031-0/+2
* sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-031-24/+17
* sched/fair: Remove rq's runnable avgYuyang Du2015-08-031-6/+1
* sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-041-21/+17
* sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju2015-07-041-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-2/+0
|\
| * sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner2015-04-231-2/+0
* | sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju2015-06-191-0/+1
* | sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju2015-06-191-2/+2
* | sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju2015-06-191-2/+4
|/
* sched: Track group sched_entity usage contributionsMorten Rasmussen2015-03-271-0/+2
* sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-271-3/+7
* sched/debug: Print rq->clock_taskPeter Zijlstra2015-01-141-0/+1
* sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda2014-11-041-2/+2
* sched/deadline: Add deadline rq status printWanpeng Li2014-11-041-0/+7
* sched: print_rq(): Don't use tasklist_lockOleg Nesterov2014-09-241-5/+2
* sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov2014-08-201-4/+2
* sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik2014-07-161-1/+1
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-2/+1
|\
| * cgroup: remove cgroup->nameTejun Heo2014-02-121-2/+1
* | sched: Add statistic for newidle load balance costAlex Shi2014-02-111-0/+1
* | sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel2014-01-281-3/+3
|/
* sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-131-1/+1
* sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li2013-12-171-1/+1
* sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2013-10-291-0/+8
* sched/numa: Add debuggingIngo Molnar2013-10-091-2/+58
* sched/debug: Take PID namespace into accountPeter Zijlstra2013-09-121-3/+3
* sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi2013-06-281-4/+6
* sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal2013-06-281-8/+9