aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-8/+1
2011-03-16sched.c: fix kernel-doc for runqueue_is_locked()Randy Dunlap1-2/+1
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-34/+262
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+7
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust1-0/+1
2011-03-05BKL: That's all, folksArnd Bergmann1-8/+1
2011-03-04sched: Resched proper CPU on yield_to()Venkatesh Pallipadi1-1/+8
2011-03-04sched: Allow users with sufficient RLIMIT_NICE to change from SCHED_IDLE policyDarren Hart1-4/+7
2011-02-26sched: Clean up the IRQ_TIME_ACCOUNTING codeVenkatesh Pallipadi1-33/+31
2011-02-25sched: Switch wait_task_inactive to schedule_hrtimeout()Thomas Gleixner1-1/+4
2011-02-25sched: Add #ifdef around irq time accounting functionsHeiko Carstens1-0/+2
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra1-4/+2
2011-02-14Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-1/+1
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt1-1/+1
2011-02-03sched: Add yield_to(task, preempt) functionalityMike Galbraith1-0/+85
2011-02-03sched: Use a buddy to implement yield_task_fair()Rik van Riel1-1/+1
2011-02-03perf: Cure task_oncpu_function_call() racesPeter Zijlstra1-25/+4
2011-01-27sched: Avoid expensive initial update_cfs_load(), on UP tooPeter Zijlstra1-0/+2
2011-01-26sched: Fix switch_from_fair()Peter Zijlstra1-11/+14
2011-01-26softirqs: Account ksoftirqd time as cpustat softirqVenkatesh Pallipadi1-0/+8
2011-01-26sched: Export ns irqtimes through /proc/statVenkatesh Pallipadi1-0/+102
2011-01-26sched: Refactor account_system_time separating id-updateVenkatesh Pallipadi1-15/+31
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi1-1/+1
2011-01-26sched: Avoid expensive initial update_cfs_load()Paul Turner1-0/+2
2011-01-26sched: Simplify update_cfs_shares parametersPaul Turner1-1/+1
2011-01-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+21
2011-01-19sched, cgroup: Use exit hook to avoid use-after-free crashPeter Zijlstra1-0/+18
2011-01-18sched: Replace rq->bkl_count with rq->rq_sched_info.bkl_countYong Zhang1-4/+1
2011-01-18sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failureMike Galbraith1-1/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-07sched: Fix strncmp operationHillf Danton1-1/+1
2011-01-07sched: Fix struct autogroup memory leakMike Galbraith1-0/+1
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupYong Zhang1-22/+20
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-431/+138
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown1-2/+2
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar1-51/+236
2011-01-04sched: Remove redundant CONFIG_CGROUP_SCHED ifdefYong Zhang1-4/+0
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-69/+0
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-61/+263
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar1-51/+236
2010-12-19sched: Remove debugging checkIngo Molnar1-1/+0
2010-12-16perf: Move perf_event_init() into main.cPeter Zijlstra1-2/+0
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra1-6/+45
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra1-33/+50
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli1-0/+2
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith1-12/+14
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra1-11/+139
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-2/+11