summaryrefslogtreecommitdiff
path: root/kernel/sched/debug.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-23sched/fair: Simplify util_estVincent Guittot1-4/+3
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu1-3/+8
2023-09-29sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider1-1/+0
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider1-3/+0
2023-09-21sched/debug: Update stale reference to sched_debug.cSebastian Andrzej Siewior1-1/+1
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior1-1/+0
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra1-2/+2
2023-07-19sched/fair: Commit to EEVDFPeter Zijlstra1-6/+0
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra1-1/+5
2023-07-19sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra1-17/+15
2023-07-13sched/debug: Dump domains' sched group flagsPeter Zijlstra1-0/+1
2023-05-08sched/debug: Correct printing for rq->nr_uninterruptible晏艳(采苓)1-1/+1
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld1-3/+49
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+1
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman1-1/+1
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar1-1/+0
2022-01-27sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao1-10/+0
2021-11-17sched/core: Forced idle accountingJosh Don1-0/+4
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra1-1/+2
2021-10-05sched: Introduce task block time in schedstatsYafang Shao1-2/+4
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao1-44/+48
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don1-0/+2
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don1-0/+2
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman1-1/+7
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don1-0/+3
2021-06-28sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider1-0/+7
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-1/+2
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann1-1/+2
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra1-2/+2
2021-04-21sched/debug: Fix cgroup_path[] serializationWaiman Long1-13/+29
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner1-0/+13
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra1-2/+2
2021-04-16sched: Move /proc/sched_debug to debugfsPeter Zijlstra1-9/+16
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra1-199/+55
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra1-1/+66
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-4/+70
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su1-1/+1
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King1-6/+6
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider1-6/+0
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider1-0/+6
2020-08-19sched/debug: Output SD flag names rather than their valuesValentin Schneider1-1/+55
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra1-1/+0
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra1-2/+2
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti1-2/+2
2020-04-30sched/debug: Make sd->flags sysctl read-onlyValentin Schneider1-1/+1
2020-04-30sched/debug: Fix trival print_task() formatXie XiuQi1-3/+3
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider1-0/+6
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider1-14/+12