aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov1-5/+2
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov1-4/+2
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+1
2014-02-12cgroup: remove cgroup->nameTejun Heo1-2/+1
2014-02-11sched: Add statistic for newidle load balance costAlex Shi1-0/+1
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel1-3/+3
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+1
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li1-1/+1
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall1-0/+8
2013-10-09sched/numa: Add debuggingIngo Molnar1-2/+58
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra1-3/+3
2013-06-28sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi1-4/+6
2013-06-28sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal1-8/+9
2013-06-27sched/debug: Add load-tracking statistics to taskKamalesh Babulal1-0/+6
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi1-3/+3
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi1-2/+2
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+79
2013-02-22sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer1-11/+79
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-7/+0
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann1-2/+2
2013-01-24sched: remove redundant NULL cgroup check in task_group_path()Li Zefan1-7/+0
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner1-8/+0
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner1-0/+4
2012-10-24sched: Aggregate total task_group loadPaul Turner1-0/+4
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner1-0/+3
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner1-0/+3
2012-10-24sched: Maintain per-rq runnable averagesBen Segall1-2/+8
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner1-0/+4
2012-05-14sched/debug: Fix printing large integers on 32-bit platformsPeter Zijlstra1-2/+8
2012-05-09sched: Change rq->nr_running to unsigned intPeter Zijlstra1-1/+1
2012-01-27sched: Remove sched_switchRakib Mullick1-1/+0
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+510