aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
Commit message (Expand)AuthorAge
* sched: Track group sched_entity usage contributionsMorten Rasmussen2015-03-27
* sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-27
* sched/debug: Print rq->clock_taskPeter Zijlstra2015-01-14
* sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda2014-11-04
* sched/deadline: Add deadline rq status printWanpeng Li2014-11-04
* sched: print_rq(): Don't use tasklist_lockOleg Nesterov2014-09-24
* sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov2014-08-20
* sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik2014-07-16
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-03
|\
| * cgroup: remove cgroup->nameTejun Heo2014-02-12
* | sched: Add statistic for newidle load balance costAlex Shi2014-02-11
* | sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel2014-01-28
|/
* sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-13
* sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li2013-12-17
* sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2013-10-29
* sched/numa: Add debuggingIngo Molnar2013-10-09
* sched/debug: Take PID namespace into accountPeter Zijlstra2013-09-12
* sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi2013-06-28
* sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal2013-06-28
* sched/debug: Add load-tracking statistics to taskKamalesh Babulal2013-06-27
* sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi2013-06-27
* sched: Change cfs_rq load avg to unsigned longAlex Shi2013-06-27
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-26
|\
| * sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer2013-02-22
* | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2013-02-20
|\ \ | |/ |/|
| * sched: remove redundant NULL cgroup check in task_group_path()Li Zefan2013-01-24
* | sched/debug: Fix format string for 32-bit platformsArnd Bergmann2013-01-25
|/
* sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-24
* sched: Normalize tg load contributions against runnable timePaul Turner2012-10-24
* sched: Aggregate total task_group loadPaul Turner2012-10-24
* sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-24
* sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner2012-10-24
* sched: Maintain per-rq runnable averagesBen Segall2012-10-24
* sched: Track the runnable average on a per-task entity basisPaul Turner2012-10-24
* sched/debug: Fix printing large integers on 32-bit platformsPeter Zijlstra2012-05-14
* sched: Change rq->nr_running to unsigned intPeter Zijlstra2012-05-09
* sched: Remove sched_switchRakib Mullick2012-01-27
* sched: Move all scheduler bits into kernel/sched/Peter Zijlstra2011-11-17