summaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-231-1/+0
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-01-271-10/+0
* sched/core: Forced idle accountingJosh Don2021-11-171-0/+4
* sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra2021-10-061-1/+2
* sched: Introduce task block time in schedstatsYafang Shao2021-10-051-2/+4
* sched: Make struct sched_statistics independent of fair sched classYafang Shao2021-10-051-44/+48
* sched: reduce sched slice for SCHED_IDLE entitiesJosh Don2021-10-051-0/+2
* sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don2021-10-051-0/+2
* sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman2021-10-011-1/+7
* sched: Cgroup SCHED_IDLE supportJosh Don2021-08-201-0/+3
* sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider2021-06-281-0/+7
* Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-1/+2
|\
| * sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-031-1/+2
* | sched: Wrap rq::lock accessPeter Zijlstra2021-05-121-2/+2
|/
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-04-211-13/+29
* sched: Warn on long periods of pending need_reschedPaul Turner2021-04-211-0/+13
* sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra2021-04-171-2/+2
* sched: Move /proc/sched_debug to debugfsPeter Zijlstra2021-04-161-9/+16
* sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra2021-04-161-199/+55
* sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra2021-04-161-1/+66
* sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-4/+70
* sched: Fix various typosIngo Molnar2021-03-221-1/+1
* sched: Use task_current() instead of 'rq->curr == p'Hui Su2021-01-141-1/+1
* sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King2020-11-101-6/+6
* sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider2020-09-091-6/+0
* sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider2020-08-261-0/+6
* sched/debug: Output SD flag names rather than their valuesValentin Schneider2020-08-191-1/+55
* sched: Add rq::ttwu_pendingPeter Zijlstra2020-05-281-1/+0
* Merge branch 'sched/urgent'Peter Zijlstra2020-05-191-2/+2
|\
| * sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti2020-05-191-2/+2
* | sched/debug: Make sd->flags sysctl read-onlyValentin Schneider2020-04-301-1/+1
* | sched/debug: Fix trival print_task() formatXie XiuQi2020-04-301-3/+3
|/
* sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider2020-04-081-0/+6
* sched/debug: Factor out printing formats into common macrosValentin Schneider2020-04-081-14/+12
* sched/debug: Remove redundant macro defineValentin Schneider2020-04-081-12/+0
* sched/pelt: Add a new runnable average signalVincent Guittot2020-02-241-2/+7
* sched/pelt: Remove unused runnable load averageVincent Guittot2020-02-241-8/+0
* sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li2020-01-171-2/+9
* Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-241-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | sched/core: Remove sd->*_idxDietmar Eggemann2019-06-031-15/+10
* | sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-031-5/+0
* | sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann2019-06-031-23/+14
* | sched/fair: Remove rq->loadDietmar Eggemann2019-06-031-2/+0
|/
* sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King2019-04-191-1/+1
* sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto2019-02-041-0/+4
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-2/+2
* sched/core: Create task_has_idle_policy() helperViresh Kumar2018-11-121-1/+1
* sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang2018-09-101-2/+4
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-2/+0
|\