summaryrefslogtreecommitdiff
path: root/kernel/sched/debug.c
AgeCommit message (Expand)Author
2021-11-17sched/core: Forced idle accountingJosh Don
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra
2021-10-05sched: Introduce task block time in schedstatsYafang Shao
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don
2021-06-28sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra
2021-04-21sched/debug: Fix cgroup_path[] serializationWaiman Long
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra
2021-04-16sched: Move /proc/sched_debug to debugfsPeter Zijlstra
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra
2021-03-22sched: Fix various typosIngo Molnar
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider
2020-08-19sched/debug: Output SD flag names rather than their valuesValentin Schneider
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-04-30sched/debug: Make sd->flags sysctl read-onlyValentin Schneider
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann
2019-06-03sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann
2019-04-19sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King
2019-02-04sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin