summaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Simplify util_estVincent Guittot2023-12-231-4/+3
* sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu2023-11-151-3/+8
* sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider2023-09-291-1/+0
* sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider2023-09-251-3/+0
* sched/debug: Update stale reference to sched_debug.cSebastian Andrzej Siewior2023-09-211-1/+1
* sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior2023-09-211-1/+0
* sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra2023-07-191-2/+2
* sched/fair: Commit to EEVDFPeter Zijlstra2023-07-191-6/+0
* sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra2023-07-191-1/+5
* sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra2023-07-191-17/+15
* sched/debug: Dump domains' sched group flagsPeter Zijlstra2023-07-131-0/+1
* sched/debug: Correct printing for rq->nr_uninterruptible晏艳(采苓)2023-05-081-1/+1
* sched/debug: Put sched/domains files under the verbose flagPhil Auld2023-03-171-3/+49
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+1
|\
| * memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-111-0/+1
* | sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman2022-09-051-1/+1
|/
* 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