aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_stats.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24sched: remove unused fields from struct rqLuis Henriques1-4/+3
2009-02-05timers: split process wide cpu clocks/timersPeter Zijlstra1-19/+26
2009-01-07itimers: remove the per-cpu-ish-nessPeter Zijlstra1-18/+15
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen1-3/+2
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-1/+2
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-1/+1
2008-11-24sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell1-1/+2
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timersOleg Nesterov1-4/+11
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-1/+8
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-1/+8
2008-10-17sched: fix the wrong mask_len, cleanupPeter Zijlstra1-1/+1
2008-10-17sched: fix the wrong mask_lenMiao Xie1-1/+1
2008-09-27timers: fix itimer/many thread hang, v3Frank Mayhar1-88/+38
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar1-0/+136
2008-07-04sched: fix accounting in task delay accounting & migrationAnkita Garg1-9/+33
2008-06-19sched, delay accounting: fix incorrect delay time when constantly waiting on runqueueBharath Ravi1-0/+6
2008-05-29show_schedstat(): fix memleakAdrian Bunk1-0/+1
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis1-2/+6
2007-11-28sched: clean up kernel/sched_stat.hIngo Molnar1-1/+2
2007-11-09sched: fix delay accounting regressionBalbir Singh1-5/+6
2007-10-18sched: reduce schedstat variable overhead a bitKen Chen1-5/+3
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar1-12/+12
2007-10-15sched: fix delay accounting performance regressionIngo Molnar1-2/+2
2007-08-02[PATCH] sched: add schedstat_set() APIIngo Molnar1-0/+2
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-1/+1
2007-07-09sched: move code into kernel/sched_stats.hIngo Molnar1-0/+235