aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-16block: let io_schedule() flush the plug inlineJens Axboe1-1/+1
2011-04-13block: don't flush plugged IO on forced preemtion schedulingLinus Torvalds1-10/+10
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-3/+3
2011-04-05sched: Clean up rebalance_domains() load-balance interval calculationPeter Zijlstra1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-31sched: Leave sched_setscheduler() earlier if possible, do not disturb SCHED_FIFO tasksDario Faggioli1-0/+11
2011-03-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+12
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn1-3/+6
2011-03-23sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_group()Sergey Senozhatsky1-3/+0
2011-03-19sched: Fix yield_to kernel-docRandy Dunlap1-0/+2
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-16sched, kernel-doc: Fix runqueue_is_locked() descriptionRandy 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-10block: initial patch for on-stack per-task pluggingJens Axboe1-0/+12
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