aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-29x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge1-1/+1
2009-03-29x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge1-1/+1
2009-03-29sched: fix errors in struct & function commentsRandy Dunlap1-7/+8
2009-03-28Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-125/+76
2009-03-28Merge branch 'linus' into core/futexesIngo Molnar35-931/+2206
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Linus Torvalds1-13/+5
2009-03-28async: remove the temporary (2.6.29) "async is off by default" codeArjan van de Ven1-13/+5
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-2/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+3
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+2
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar16-82/+167
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-106/+158
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-218/+361
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-494/+1215
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-42/+51
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-15/+10
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timers/coreIngo Molnar4-209/+350
2009-03-26Merge commit 'v2.6.29' into timers/coreIngo Molnar34-202/+468
2009-03-25sched: Add comments to find_busiest_group() functionGautham R Shenoy1-8/+42
2009-03-25sched: Refactor the power savings balance codeGautham R Shenoy1-83/+153
2009-03-25sched: Optimize the !power_savings_balance during fbg()Gautham R Shenoy1-9/+14
2009-03-25sched: Create a helper function to calculate imbalanceGautham R Shenoy1-33/+45
2009-03-25sched: Create helper to calculate small_imbalance in fbg()Gautham R Shenoy1-61/+70
2009-03-25sched: Create a helper function to calculate sched_domain stats for fbg()Gautham R Shenoy1-44/+73
2009-03-25sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy1-86/+121
2009-03-25sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy1-75/+100
2009-03-25sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy1-33/+46
2009-03-25sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy1-15/+17
2009-03-25sched: Simple helper functions for find_busiest_group()Gautham R Shenoy1-12/+43
2009-03-25Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/coreIngo Molnar1-0/+8
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-15/+10
2009-03-24sched: remove unused fields from struct rqLuis Henriques3-11/+4
2009-03-24Merge branch 'master' into nextJames Morris37-184/+554
2009-03-23posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov1-1/+2
2009-03-23fix ptrace slownessMiklos Szeredi1-0/+8
2009-03-23Merge branches 'sched/debug' and 'linus' into sched/coreIngo Molnar1-12/+14
2009-03-23Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar1-12/+14
2009-03-18sched: jiffies not printed per CPULuis Henriques1-1/+1
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu1-12/+14
2009-03-17sched: small optimisation of can_migrate_task()Luis Henriques1-4/+6
2009-03-17sched: fix typos in documentationLuis Henriques1-2/+2
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar30-198/+409
2009-03-13genirq: deprecate __do_IRQThomas Gleixner1-0/+5
2009-03-13genirq: use kzalloc instead of explicit zero initializationThomas Gleixner1-3/+1
2009-03-13genirq: remove redundant if conditionThomas Gleixner1-1/+1
2009-03-13futex: remove the pointer math from double_unlock_hb, fixIngo Molnar1-1/+2
2009-03-13Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar3-14/+17
2009-03-13futex: remove the pointer math from double_unlock_hbDarren Hart1-8/+2
2009-03-12irq: export remove_irq() and setup_irq() symbolsMagnus Damm1-0/+2