summaryrefslogtreecommitdiff
path: root/kernel/sched/debug.c
AgeCommit message (Expand)Author
2016-03-23sched: Introduce the concept CPU clusters in the schedulerSrivatsa Vaddagiri
2016-03-23sched: Add tunables for static cpu and cluster costOlav Haugan
2016-03-23sched: Update the wakeup placement logic for fair and rt tasksSyed Rameez Mustafa
2016-03-23sched: remove the notion of small tasks and small task packingSyed Rameez Mustafa
2016-03-23sched: Support CFS_BANDWIDTH feature in HMP schedulerSrivatsa Vaddagiri
2016-03-23sched: Consolidate hmp stats into their own structSrivatsa Vaddagiri
2016-03-23sched: per-cpu mostly_idle thresholdSrivatsa Vaddagiri
2016-03-23sched: window-stats: Enhance cpu busy time accountingSrivatsa Vaddagiri
2016-03-23sched: window-stats: print window size in /proc/sched_debugSrivatsa Vaddagiri
2016-03-23sched: Add a per rq max_possible_capacity for use in power calculationsSyed Rameez Mustafa
2016-03-23sched: debug: Print additional information in /proc/sched_debugSrivatsa Vaddagiri
2016-03-23sched: Provide scaled load information for tasks in /procSrivatsa Vaddagiri
2016-03-23sched: Extend /proc/sched_debug with additional informationSrivatsa Vaddagiri
2016-03-23sched/debug: Make sysrq prints of sched debug data optionalMatt Wagantall
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju
2015-07-04sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-19sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju
2015-06-19sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju
2015-06-19sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju
2015-04-23sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-11sched: Add statistic for newidle load balance costAlex Shi
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-10-09sched/numa: Add debuggingIngo Molnar
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra
2013-06-28sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi
2013-06-28sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal
2013-06-27sched/debug: Add load-tracking statistics to taskKamalesh Babulal
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-22sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann