aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-106/+158
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-218/+361
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-494/+1215
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 6-42/+51
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-15/+10
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Gravatar Ingo Molnar 4-209/+350
2009-03-26Merge commit 'v2.6.29' into timers/coreGravatar Ingo Molnar 34-202/+468
2009-03-25sched: Add comments to find_busiest_group() functionGravatar Gautham R Shenoy 1-8/+42
2009-03-25sched: Refactor the power savings balance codeGravatar Gautham R Shenoy 1-83/+153
2009-03-25sched: Optimize the !power_savings_balance during fbg()Gravatar Gautham R Shenoy 1-9/+14
2009-03-25sched: Create a helper function to calculate imbalanceGravatar Gautham R Shenoy 1-33/+45
2009-03-25sched: Create helper to calculate small_imbalance in fbg()Gravatar Gautham R Shenoy 1-61/+70
2009-03-25sched: Create a helper function to calculate sched_domain stats for fbg()Gravatar Gautham R Shenoy 1-44/+73
2009-03-25sched: Define structure to store the sched_domain statistics for fbg()Gravatar Gautham R Shenoy 1-86/+121
2009-03-25sched: Create a helper function to calculate sched_group stats for fbg()Gravatar Gautham R Shenoy 1-75/+100
2009-03-25sched: Define structure to store the sched_group statistics for fbg()Gravatar Gautham R Shenoy 1-33/+46
2009-03-25sched: Fix indentations in find_busiest_group() using gotosGravatar Gautham R Shenoy 1-15/+17
2009-03-25sched: Simple helper functions for find_busiest_group()Gravatar Gautham R Shenoy 1-12/+43
2009-03-25Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/coreGravatar Ingo Molnar 1-0/+8
2009-03-24dynamic debug: combine dprintk and dynamic printkGravatar Jason Baron 1-15/+10
2009-03-24sched: remove unused fields from struct rqGravatar Luis Henriques 3-11/+4
2009-03-24Merge branch 'master' into nextGravatar James Morris 37-184/+554
2009-03-23posix timers: fix RLIMIT_CPU && fork()Gravatar Oleg Nesterov 1-1/+2
2009-03-23fix ptrace slownessGravatar Miklos Szeredi 1-0/+8
2009-03-23Merge branches 'sched/debug' and 'linus' into sched/coreGravatar Ingo Molnar 1-12/+14
2009-03-23Merge branches 'irq/sparseirq' and 'linus' into irq/coreGravatar Ingo Molnar 1-12/+14
2009-03-18sched: jiffies not printed per CPUGravatar Luis Henriques 1-1/+1
2009-03-18module: fix refptr allocation and release orderGravatar Masami Hiramatsu 1-12/+14
2009-03-17sched: small optimisation of can_migrate_task()Gravatar Luis Henriques 1-4/+6
2009-03-17sched: fix typos in documentationGravatar Luis Henriques 1-2/+2
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreGravatar Ingo Molnar 30-198/+409
2009-03-13genirq: deprecate __do_IRQGravatar Thomas Gleixner 1-0/+5
2009-03-13genirq: use kzalloc instead of explicit zero initializationGravatar Thomas Gleixner 1-3/+1
2009-03-13genirq: remove redundant if conditionGravatar Thomas Gleixner 1-1/+1
2009-03-13Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreGravatar Ingo Molnar 3-14/+17
2009-03-12irq: export remove_irq() and setup_irq() symbolsGravatar Magnus Damm 1-0/+2
2009-03-12irq: match remove_irq() args with setup_irq()Gravatar Magnus Damm 1-9/+17
2009-03-12irq: add remove_irq() for freeing of setup_irq() irqsGravatar Magnus Damm 1-13/+26
2009-03-12Merge branch 'linus' into irq/genirqGravatar Ingo Molnar 11-35/+91
2009-03-11sched: add avg_overlap decayGravatar Mike Galbraith 1-1/+23
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersGravatar Dhaval Giani 1-7/+7
2009-03-10sched: optimize ttwu vs group schedulingGravatar Peter Zijlstra 1-1/+15
2009-03-10Merge branches 'sched/cleanups' and 'linus' into sched/coreGravatar Ingo Molnar 1-0/+1
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionGravatar Oleg Nesterov 1-6/+5
2009-03-09Fix fixpoint divide exception in acct_update_integralsGravatar Heiko Carstens 1-1/+5
2009-03-06sched: TIF_NEED_RESCHED -> need_reshed() cleanupGravatar Lai Jiangshan 1-5/+5
2009-03-06Merge branch 'sched/core' into sched/cleanupsGravatar Ingo Molnar 6-8/+31
2009-03-05sched: don't rebalance if attached on NULL domainGravatar Frederic Weisbecker 1-1/+8
2009-03-05Merge commit 'v2.6.29-rc7' into sched/coreGravatar Ingo Molnar 5-7/+23
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 8-21/+73