aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann1-15/+10
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann1-5/+0
2019-06-03sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann1-23/+14
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann1-2/+0
2019-04-19sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King1-1/+1
2019-02-04sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto1-0/+4
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-2/+2
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar1-1/+1
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang1-2/+4
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju1-2/+2
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin1-2/+0
2018-06-21sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie1-16/+15
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-27/+1
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-64/+39
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence1-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence1-1/+1
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi1-0/+4
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-10/+1
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-54/+34
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra1-1/+7
2017-09-29sched/fair: Rewrite PELT migration propagationPeter Zijlstra1-0/+2
2017-09-29sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra1-4/+4
2017-09-29sched/debug: Remove unused variablePeter Zijlstra1-2/+0
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra1-0/+5
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso1-1/+1
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra1-14/+54
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi1-7/+3
2017-08-10sched/debug: Show task state in /proc/sched_debugXie XiuQi1-6/+12
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai1-2/+3
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira1-2/+15
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-01-14sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta1-0/+4
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+2
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf1-46/+53
2016-09-05sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf1-2/+2
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf1-2/+2
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo1-1/+2
2016-06-08sched/debug: Always show 'nr_migrations'Josh Poimboeuf1-1/+1
2016-06-08sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf1-11/+4
2016-05-05sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li1-5/+5
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)1-0/+9
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)1-0/+173
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)1-0/+131
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman1-48/+54
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du1-0/+2