summaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
Commit message (Expand)AuthorAgeFilesLines
* sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira2017-06-301-2/+15
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta2017-01-141-0/+4
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-1/+2
|\
| * cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-101-1/+2
* | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-051-46/+53
* | sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf2016-09-051-2/+2
* | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-051-2/+2
|/
* sched/debug: Always show 'nr_migrations'Josh Poimboeuf2016-06-081-1/+1
* sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf2016-06-081-11/+4
* sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li2016-05-051-5/+5
* sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)2016-02-291-0/+9
* sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)2016-02-291-0/+173
* sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2016-02-291-0/+131
* sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-48/+54
* 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
* sched/debug: Add load-tracking statistics to taskKamalesh Babulal2013-06-271-0/+6
* sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi2013-06-271-3/+3
* sched: Change cfs_rq load avg to unsigned longAlex Shi2013-06-271-2/+2
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-261-11/+79
|\
| * sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer2013-02-221-11/+79
OpenPOWER on IntegriCloud