aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+12
2011-03-23userns: user namespaces: convert several capable() callsGravatar Serge E. Hallyn 1-3/+6
2011-03-23sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_gr...Gravatar Sergey Senozhatsky 1-3/+0
2011-03-19sched: Fix yield_to kernel-docGravatar Randy Dunlap 1-0/+2
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-8/+1
2011-03-16sched.c: fix kernel-doc for runqueue_is_locked()Gravatar Randy Dunlap 1-2/+1
2011-03-16sched, kernel-doc: Fix runqueue_is_locked() descriptionGravatar Randy Dunlap 1-2/+1
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+4
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-34/+262
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-30/+7
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Gravatar Trond Myklebust 1-0/+1
2011-03-10block: initial patch for on-stack per-task pluggingGravatar Jens Axboe 1-0/+12
2011-03-05BKL: That's all, folksGravatar Arnd Bergmann 1-8/+1
2011-03-04sched: Resched proper CPU on yield_to()Gravatar Venkatesh Pallipadi 1-1/+8
2011-03-04sched: Allow users with sufficient RLIMIT_NICE to change from SCHED_IDLE policyGravatar Darren Hart 1-4/+7
2011-02-26sched: Clean up the IRQ_TIME_ACCOUNTING codeGravatar Venkatesh Pallipadi 1-33/+31
2011-02-25sched: Switch wait_task_inactive to schedule_hrtimeout()Gravatar Thomas Gleixner 1-1/+4
2011-02-25sched: Add #ifdef around irq time accounting functionsGravatar Heiko Carstens 1-0/+2
2011-02-16cgroup: Fix cgroup_subsys::exit callbackGravatar Peter Zijlstra 1-4/+2
2011-02-14Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 1-1/+1
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugGravatar Steven Rostedt 1-1/+1
2011-02-03sched: Add yield_to(task, preempt) functionalityGravatar Mike Galbraith 1-0/+85
2011-02-03sched: Use a buddy to implement yield_task_fair()Gravatar Rik van Riel 1-1/+1
2011-02-03perf: Cure task_oncpu_function_call() racesGravatar Peter Zijlstra 1-25/+4
2011-01-27sched: Avoid expensive initial update_cfs_load(), on UP tooGravatar Peter Zijlstra 1-0/+2
2011-01-26sched: Fix switch_from_fair()Gravatar Peter Zijlstra 1-11/+14
2011-01-26softirqs: Account ksoftirqd time as cpustat softirqGravatar Venkatesh Pallipadi 1-0/+8
2011-01-26sched: Export ns irqtimes through /proc/statGravatar Venkatesh Pallipadi 1-0/+102
2011-01-26sched: Refactor account_system_time separating id-updateGravatar Venkatesh Pallipadi 1-15/+31
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDGravatar Venkatesh Pallipadi 1-1/+1
2011-01-26sched: Avoid expensive initial update_cfs_load()Gravatar Paul Turner 1-0/+2
2011-01-26sched: Simplify update_cfs_shares parametersGravatar Paul Turner 1-1/+1
2011-01-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+21
2011-01-19sched, cgroup: Use exit hook to avoid use-after-free crashGravatar Peter Zijlstra 1-0/+18
2011-01-18sched: Replace rq->bkl_count with rq->rq_sched_info.bkl_countGravatar Yong Zhang 1-4/+1
2011-01-18sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failureGravatar Mike Galbraith 1-1/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-07sched: Fix strncmp operationGravatar Hillf Danton 1-1/+1
2011-01-07sched: Fix struct autogroup memory leakGravatar Mike Galbraith 1-0/+1
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupGravatar Yong Zhang 1-22/+20
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-431/+138
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+0
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longGravatar NeilBrown 1-2/+2
2011-01-05Merge commit 'v2.6.37' into sched/coreGravatar Ingo Molnar 1-51/+236
2011-01-04sched: Remove redundant CONFIG_CGROUP_SCHED ifdefGravatar Yong Zhang 1-4/+0
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-69/+0
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 1-61/+263
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreGravatar Ingo Molnar 1-51/+236
2010-12-19sched: Remove debugging checkGravatar Ingo Molnar 1-1/+0