aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-11sched: Dynamic sched_domain::levelPeter Zijlstra1-3/+6
2011-04-11sched: Move sched domain storage into the topology listPeter Zijlstra1-52/+77
2011-04-11sched: Reverse the topology listPeter Zijlstra1-14/+20
2011-04-11sched: Unify the sched_domain build functionsPeter Zijlstra1-94/+39
2011-04-11sched: Stuff the sched_domain creation in a data-structurePeter Zijlstra1-6/+26
2011-04-11sched: Create proper cpu_$DOM_mask() functionsPeter Zijlstra1-5/+17
2011-04-11sched: Avoid allocations in sched_domain_debug()Peter Zijlstra1-12/+5
2011-04-11sched: Create persistent sched_domains_tmpmaskPeter Zijlstra1-8/+9
2011-04-11sched: Remove some dead codePeter Zijlstra1-16/+0
2011-04-11sched: Remove nodemask allocationPeter Zijlstra1-11/+3
2011-04-11sched: Simplify NODE/ALLNODES domain creationPeter Zijlstra1-18/+22
2011-04-11sched: Simplify the free path somePeter Zijlstra1-6/+5
2011-04-11sched: Dynamically allocate sched_domain/sched_group data-structuresPeter Zijlstra1-290/+189
2011-04-11sched: Simplify sched_groups_power initializationPeter Zijlstra1-34/+5
2011-04-11sched: Simplify finding the lowest sched_domainPeter Zijlstra1-10/+13
2011-04-11sched: Simplify sched_group creationPeter Zijlstra1-19/+5
2011-04-11sched: Clean up some ALLNODES codePeter Zijlstra1-7/+4
2011-04-11sched: Change NODE sched_domain group creationPeter Zijlstra1-197/+32
2011-04-11sched: Simplify build_sched_groups()Peter Zijlstra1-36/+16
2011-04-11sched: Simplify ->cpu_power initializationPeter Zijlstra1-39/+5
2011-04-11sched: Remove obsolete arch_ prefixesPeter Zijlstra1-7/+7
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