aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-24sched: Get rid of lock_depthJonathan Corbet1-4/+0
2011-04-14sched: Provide p->on_rqPeter Zijlstra1-1/+1
2011-02-03sched: Use a buddy to implement yield_task_fair()Rik van Riel1-1/+1
2011-01-18sched: Replace rq->bkl_count with rq->rq_sched_info.bkl_countYong Zhang1-1/+3
2011-01-18sched: Display autogroup names in /proc/sched_debugBharata B Rao1-0/+3
2011-01-18sched: Reinstate group names in /proc/sched_debugBharata B Rao1-0/+35
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-45/+2
2010-11-23sched: Add some clock info to sched_debugPeter Zijlstra1-4/+27
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra1-4/+11
2010-07-21sched: Use correct macro to display sched_child_runs_first in /proc/sched_debugJosh Hunt1-1/+1
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov1-8/+2
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-70/+38
2010-05-04sched: Fix an RCU warning in print_task()Li Zefan1-0/+2
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar1-4/+0
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan1-5/+0
2010-04-02sched: Fix proc_sched_set_task()Mike Galbraith1-4/+0
2010-03-11sched: Remove avg_overlapMike Galbraith1-1/+0
2010-03-11sched: Remove avg_wakeupMike Galbraith1-1/+0
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi1-63/+38
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-10sched: Remove forced2_migrations statsIngo Molnar1-2/+0
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt1-0/+10
2009-12-09sched: Discard some old bitsPeter Zijlstra1-1/+0
2009-11-04sched: Rate-limit newidleMike Galbraith1-0/+4
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra1-0/+1
2009-09-02sched: Provide iowait countersArjan van de Ven1-0/+4
2009-06-17sched: Hide runqueues from direct refer at source code levelHitoshi Mitake1-3/+3
2009-03-24sched: remove unused fields from struct rqLuis Henriques1-4/+1
2009-03-18sched: jiffies not printed per CPULuis Henriques1-1/+1
2009-01-15sched: introduce avg_wakeupPeter Zijlstra1-0/+1
2009-01-11sched: partly revert "sched debug: remove NULL checking in print_cfs_rt_rq()"Li Zefan1-4/+17
2008-12-01sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj1-1/+5
2008-11-19Merge branch 'linus' into sched/coreIngo Molnar1-22/+24
2008-11-16sched: fix kernel warning on /proc/sched_debug accessIngo Molnar1-2/+3
2008-11-11sched: include group statistics in /proc/sched_debugBharata B Rao1-1/+36
2008-11-10sched: clean up debug infoPeter Zijlstra1-20/+21
2008-11-04sched debug: remove NULL checking in print_cfs/rt_rq()Li Zefan1-12/+2
2008-10-30sched: change sched_debug's mode to 0444Li Zefan1-1/+1
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()Lai Jiangshan1-2/+0
2008-06-27sched: add full schedstats to /proc/sched_debugPeter Zijlstra1-2/+17
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra1-0/+5
2008-06-20sched: debug: add some rt debug outputPeter Zijlstra1-3/+37
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar1-5/+0
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra1-7/+0
2008-05-01rename div64_64 to div64_u64Roman Zippel1-2/+2
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev1-4/+1
2008-04-19sched: build fixIngo Molnar1-1/+1
2008-04-19sched: debug: add some debug code to handle the full hierarchyPeter Zijlstra1-3/+32
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar1-1/+0
2008-03-19sched: improve affine wakeupsIngo Molnar1-0/+1