aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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