cpuset: rewrite update_tasks_nodemask()
[linux-2.6] / mm / percpu.c
2009-04-01  Trond MyklebustMerge branch 'devel' into for-linus
2009-04-01  Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-01  Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-03-31  Tony LuckPull pvops into release branch
2009-03-31  Tony LuckPull cpumask into release branch
2009-03-31  Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-03-30  Linus TorvaldsMerge branch 'reiserfs-updates' from Jeff Mahoney
2009-03-30  Linus TorvaldsMerge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
2009-03-30  Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2009-03-30  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-30  Benjamin HerrenschmidtMerge commit 'origin/master' into next
2009-03-29  David S. MillerMerge branch 'master' of ssh:///home/ftp/linux/kernel...
2009-03-29  Linus TorvaldsMerge branch 'bzip2-lzma-for-linus' of git://git./linux...
2009-03-29  David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-03-29  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-29  Dave Airliedrm: merge Linux master into HEAD
2009-03-28  Ingo MolnarMerge branch 'linus' into core/futexes
2009-03-28  Ingo MolnarMerge branch 'linus' into core/iommu
2009-03-28  Linus TorvaldsMerge branch 'i2c-for-linus' of git://jdelvare.pck...
2009-03-28  Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2009-03-28  Linus TorvaldsMerge git://git./linux/kernel/git/arjan/linux-2.6-async...
2009-03-28  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-28  Linus TorvaldsMerge branch 'percpu-cpumask-x86-for-linus-2' of git...
2009-03-28  Ingo MolnarMerge branch 'linus' into percpu-cpumask-x86-for-linus-2
2009-03-27  Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-24  Ingo MolnarMerge branches 'x86/apic', 'x86/cleanups', 'x86/mm...
2009-03-20  Ingo MolnarMerge branches 'x86/cleanups', 'x86/mm', 'x86/setup...
2009-03-18  Ingo MolnarMerge branches 'x86/cleanups', 'x86/cpu', 'x86/debug...
2009-03-14  Ingo MolnarMerge branches 'x86/apic', 'x86/asm', 'x86/cleanups...
2009-03-14  Ingo MolnarMerge branch 'core/percpu' into x86/core
2009-03-13  Ingo MolnarMerge branch 'x86/core' into x86/kconfig
2009-03-12  Ingo MolnarMerge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86...
2009-03-11  Ingo MolnarMerge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2...
2009-03-11  Ingo MolnarMerge branch 'tj-percpu' of git://git./linux/kernel...
2009-03-11  Ingo MolnarMerge branch 'linus' into core/percpu
2009-03-10  Ingo MolnarMerge branches 'x86/apic', 'x86/asm', 'x86/fixmap'...
2009-03-10  Tejun Heopercpu: generalize embedding first chunk setup helper
2009-03-10  Tejun Heopercpu: more flexibility for @dyn_size of pcpu_setup_fi...
2009-03-10  Tejun Heopercpu: make x86 addr <-> pcpu ptr conversion macros...
2009-03-07  Tejun Heopercpu: finer grained locking to break deadlock and...
2009-03-06  Tejun Heopercpu: move fully free chunk reclamation into a work
2009-03-06  Tejun Heopercpu: move chunk area map extension out of area alloc...
2009-03-06  Tejun Heopercpu: replace pcpu_realloc() with pcpu_mem_alloc...
2009-03-06  Tejun Heopercpu, module: implement reserved allocation and use...
2009-03-06  Tejun Heopercpu: add an indirection ptr for chunk page map access
2009-03-06  Tejun Heopercpu: use negative for auto for pcpu_setup_first_chun...
2009-03-06  Tejun Heopercpu: improve first chunk initial area map handling
2009-03-06  Tejun Heopercpu: cosmetic renames in pcpu_setup_first_chunk()
2009-03-05  Ingo MolnarMerge branch 'x86/doc' into x86/core
2009-03-05  Ingo MolnarMerge branch 'x86/mm' into x86/core
2009-03-05  Ingo MolnarMerge branch 'x86/mce2' into x86/core
2009-03-05  Ingo MolnarMerge branch 'x86/urgent' into x86/core
2009-03-04  Ingo MolnarMerge branch 'x86/core' into core/percpu
2009-03-01  Tejun Heopercpu: kill compile warning in pcpu_populate_chunk()
2009-02-24  Ingo MolnarMerge branch 'tj-percpu' of git://git./linux/kernel...
2009-02-24  Tejun Heopercpu: add __read_mostly to variables which are mostly...
2009-02-24  Tejun Heopercpu: give more latitude to arch specific first chunk...
2009-02-24  Tejun Heopercpu: remove unit_size power-of-2 restriction
2009-02-24  Tejun Heovmalloc: add @align to vm_area_register_early()
2009-02-24  Tejun Heopercpu: fix pcpu_chunk_struct_size
2009-02-21  Tejun Heopercpu: clean up size usage
2009-02-20  Tejun Heopercpu: implement new dynamic percpu allocator