summaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
AgeCommit message (Expand)AuthorLines
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld-3/+49
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying-0/+1
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman-1/+1
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar-1/+0
2022-01-27sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao-10/+0
2021-11-17sched/core: Forced idle accountingJosh Don-0/+4
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra-1/+2
2021-10-05sched: Introduce task block time in schedstatsYafang Shao-2/+4
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao-44/+48
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don-0/+2
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don-0/+2
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman-1/+7
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don-0/+3
2021-06-28sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider-0/+7
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar-1/+2
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann-1/+2
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra-2/+2
2021-04-21sched/debug: Fix cgroup_path[] serializationWaiman Long-13/+29
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner-0/+13
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra-2/+2
2021-04-16sched: Move /proc/sched_debug to debugfsPeter Zijlstra-9/+16
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra-199/+55
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra-1/+66
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra-4/+70
2021-03-22sched: Fix various typosIngo Molnar-1/+1
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su-1/+1
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King-6/+6
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider-6/+0
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider-0/+6
2020-08-19sched/debug: Output SD flag names rather than their valuesValentin Schneider-1/+55
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra-1/+0
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra-2/+2
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti-2/+2
2020-04-30sched/debug: Make sd->flags sysctl read-onlyValentin Schneider-1/+1
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi-3/+3
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider-0/+6
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider-14/+12
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider-12/+0
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot-2/+7
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot-8/+0
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li-2/+9
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann-15/+10
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann-5/+0
2019-06-03sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann-23/+14
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann-2/+0
2019-04-19sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King-1/+1
2019-02-04sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto-0/+4