aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-30lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra
2009-03-30kexec: Change kexec jump code orderingRafael J. Wysocki
2009-03-30PM: Change hibernation code orderingRafael J. Wysocki
2009-03-30PM: Change suspend code orderingRafael J. Wysocki
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki
2009-03-30cpumask: remove cpumask_t from coreRusty Russell
2009-03-30cpumask: convert rcutorture.cRusty Russell
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell
2009-03-30cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell
2009-03-30cpumask: use set_cpu_active in init/main.cRusty Russell
2009-03-30cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-29sched: fix errors in struct & function commentsRandy Dunlap
2009-03-28Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-28Merge branch 'linus' into core/futexesIngo Molnar
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Linus Torvalds
2009-03-28async: remove the temporary (2.6.29) "async is off by default" codeArjan van de Ven
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-27constify dentry_operations: restAl Viro
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar
2009-03-26Merge commit 'v2.6.29' into timers/coreIngo Molnar
2009-03-25sched: Add comments to find_busiest_group() functionGautham R Shenoy
2009-03-25sched: Refactor the power savings balance codeGautham R Shenoy
2009-03-25sched: Optimize the !power_savings_balance during fbg()Gautham R Shenoy
2009-03-25sched: Create a helper function to calculate imbalanceGautham R Shenoy
2009-03-25sched: Create helper to calculate small_imbalance in fbg()Gautham R Shenoy
2009-03-25sched: Create a helper function to calculate sched_domain stats for fbg()Gautham R Shenoy
2009-03-25sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy
2009-03-25sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy
2009-03-25sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy
2009-03-25sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy
2009-03-25sched: Simple helper functions for find_busiest_group()Gautham R Shenoy
2009-03-25Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/coreIngo Molnar
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron
2009-03-24sched: remove unused fields from struct rqLuis Henriques
2009-03-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-24Merge branch 'master' into nextJames Morris
2009-03-23posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov