summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-17account_steal_time: kill the unneeded account_group_system_time()Oleg Nesterov1-1/+0
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-0/+6
2008-11-14Merge branch 'master' into nextJames Morris1-6/+22
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-10/+21
2008-11-14CRED: Separate task security context from task_structDavid Howells1-4/+6
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-4/+7
2008-11-12sched: fix init_idle()'s use of sched_clock()Ingo Molnar1-1/+2
2008-11-12Merge branch 'linus' into core/lockingIngo Molnar1-7/+19
2008-11-12sched: fix stale value in average load per taskBalbir Singh1-0/+2
2008-11-11sched: add hierarchical accounting to cpu accounting controllerBharata B Rao1-3/+9
2008-11-11fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov1-0/+8
2008-11-10sched: clean up debug infoPeter Zijlstra1-1/+1
2008-11-07sched: clean up SCHED_CPUMASK_ALLOCLi Zefan1-11/+18
2008-11-07Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+9
2008-11-07sched: fix memory leak in a failure pathLi Zefan1-0/+1
2008-11-07sched: fix a bug in sched domain degenerateLi Zefan1-2/+4
2008-11-06sched, lockdep: inline double_unlock_balance()Sripathi Kodi1-1/+1
2008-11-05sched: backward looking buddyPeter Zijlstra1-2/+4
2008-11-04sched: add sanity check in partition_sched_domains()Li Zefan1-1/+1
2008-11-04sched: remove redundant call to unregister_sched_domain_sysctl()Li Zefan1-2/+0
2008-11-04sched debug: remove sd_level_to_string()Li Zefan1-24/+1
2008-10-30sched: switch sched_features to seqfileLi Zefan1-36/+16
2008-10-29sched: cleanup for alloc_rt/fair_sched_group()Li Zefan1-14/+12
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-185/+291
2008-10-24sched: virtual time buddy preemptionPeter Zijlstra1-1/+0
2008-10-24sched: fix a find_busiest_group bugletPeter Zijlstra1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds1-0/+1
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds1-4/+3
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+26
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-0/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-4/+3
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+6
2008-10-20sched: optimize group load balancerPeter Zijlstra1-20/+25
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner1-152/+334
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-146/+262
2008-10-15sched: only update rq->clock while holding rq->lockPeter Zijlstra1-5/+1
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-11/+6
2008-10-09sched debug: add name to sched_domain sysctl entriesIngo Molnar1-2/+12
2008-10-06sched: remove redundant code in cpu_cgroup_create()Li Zefan1-4/+0
2008-10-06Merge branch 'linus' into sched/develIngo Molnar1-2/+2
2008-09-30sched: improve preempt debuggingNick Piggin1-1/+1
2008-09-30timers: fix itimer/many thread hang, fixIngo Molnar1-1/+5
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-2/+2
2008-09-27timers: fix itimer/many thread hang, v3Frank Mayhar1-1/+0
2008-09-23sched: more sanity checks on the bandwidth settingsPeter Zijlstra1-5/+28
2008-09-23Merge branches 'sched/urgent' and 'sched/rt' into sched/develIngo Molnar1-96/+121
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar1-40/+7
2008-09-23sched: clarify ifdef tangleAndrew Morton1-3/+3
2008-09-23sched: fix init_hrtick() section mismatch warningRakib Mullick1-1/+1
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra1-6/+6