aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
Commit message (Expand)AuthorAge
* sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang2018-09-10
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-13
|\
| * sched/clock: Use static key for sched_clock_runningPavel Tatashin2018-07-19
* | sched/debug: Reverse the order of printing faultsSrikar Dronamraju2018-07-25
* | sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie2018-06-21
|/
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-16
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-02
|\
| * sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-20
| * sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-04
| * sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-03
* | sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-20
* | sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-20
|/
* sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra2017-09-29
* sched/fair: Rewrite PELT migration propagationPeter Zijlstra2017-09-29
* sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra2017-09-29
* sched/debug: Remove unused variablePeter Zijlstra2017-09-29
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-13
|\
| * sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra2017-09-12
* | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-08
|/
* sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra2017-08-25
* sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2017-08-10
* sched/debug: Show task state in /proc/sched_debugXie XiuQi2017-08-10
* sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai2017-08-10
* sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira2017-06-30
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-02
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-02
* sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta2017-01-14
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-14
|\
| * cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-10
* | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-05
* | sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf2016-09-05
* | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-05
|/
* sched/debug: Always show 'nr_migrations'Josh Poimboeuf2016-06-08
* sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf2016-06-08
* sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li2016-05-05
* sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)2016-02-29
* sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)2016-02-29
* sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2016-02-29
* sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-09
* sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du2015-08-03
* sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-03
* sched/fair: Remove rq's runnable avgYuyang Du2015-08-03
* sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-04
* sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju2015-07-04
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\
| * sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner2015-04-23
* | sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju2015-06-19
* | sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju2015-06-19
* | sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju2015-06-19
|/
* sched: Track group sched_entity usage contributionsMorten Rasmussen2015-03-27