summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-1580-1228/+1910
|\
| * Merge branch 'for-next' into for-linusTejun Heo2009-09-1580-1228/+1910
| |\
| | * powerpc64: convert to dynamic percpu allocatorTejun Heo2009-08-142-18/+47
| | * sparc64: use embedding percpu first chunk allocatorTejun Heo2009-08-142-110/+21Star
| | * percpu: kill lpage first chunk allocatorTejun Heo2009-08-144-281/+6Star
| | * x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo2009-08-142-131/+28Star
| | * percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo2009-08-143-31/+93
| | * percpu: use group information to allocate vmap areas sparselyTejun Heo2009-08-141-9/+26
| | * vmalloc: implement pcpu_get_vm_areas()Tejun Heo2009-08-142-0/+299
| | * vmalloc: separate out insert_vmalloc_vm()Tejun Heo2009-08-141-21/+24
| | * percpu: add chunk->base_addrTejun Heo2009-08-141-14/+11Star
| | * percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-144-90/+84Star
| | * percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-144-244/+389
| | * percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo2009-08-142-173/+180
| | * percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo2009-08-143-5/+6
| | * percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo2009-08-142-21/+20Star
| | * percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-143-45/+36Star
| | * percpu: generalize first chunk allocator selectionTejun Heo2009-08-144-23/+56
| | * percpu: build first chunk allocators selectivelyTejun Heo2009-08-143-30/+26Star
| | * percpu: rename 4k first chunk allocator to pageTejun Heo2009-08-144-24/+28
| | * percpu: improve boot messagesTejun Heo2009-08-141-6/+7
| | * percpu: fix pcpu_reclaim() lockingTejun Heo2009-08-141-1/+2
| | * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141985-28005/+49305
| | |\
| | * | percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMPTejun Heo2009-07-151-0/+5
| | * | ia64: Fix setup_per_cpu_areas() compilation errorFenghua Yu2009-07-151-0/+6
| | * | linker script: unify usage of discard definitionTejun Heo2009-07-0925-155/+80Star
| | * | microblaze: include EXIT_TEXT to _stextMichal Simek2009-07-091-2/+2
| | * | percpu: teach large page allocator about NUMATejun Heo2009-07-043-95/+359
| | * | percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo2009-07-043-37/+97
| | * | percpu: drop pcpu_chunk->page[]Tejun Heo2009-07-043-249/+400
| | * | percpu: reorder a few functions in mm/percpu.cTejun Heo2009-07-041-45/+45
| | * | percpu: simplify pcpu_setup_first_chunk()Tejun Heo2009-07-043-78/+33Star
| | * | x86,percpu: generalize lpage first chunk allocatorTejun Heo2009-07-045-171/+244
| | * | percpu: make 4k first chunk allocator map memoryTejun Heo2009-07-041-17/+54
| | * | x86,percpu: generalize 4k first chunk allocatorTejun Heo2009-07-043-62/+113
| | * | percpu: drop @unit_size from embed first chunk allocatorTejun Heo2009-07-043-14/+8Star
| | * | x86: make pcpu_chunk_addr_search() matching stricterTejun Heo2009-07-041-1/+1
| | * | Merge branch 'master' into for-nextTejun Heo2009-07-041365-17518/+55214
| | |\ \
| | * | | percpu: use __weak only in the definition of weak percpu variablesTejun Heo2009-06-291-1/+1
| | * | | sparc64: fix build breakage introduced by percpu-convert-most patchsetTejun Heo2009-06-241-6/+0Star
| | * | | s390: switch to dynamic percpu allocatorTejun Heo2009-06-242-27/+8Star
| | * | | alpha: switch to dynamic percpu allocatorTejun Heo2009-06-243-90/+9Star
| | * | | alpha: kill unnecessary __used attribute in PER_CPU_ATTRIBUTESTejun Heo2009-06-241-5/+0Star
| | * | | percpu: implement optional weak percpu definitionsTejun Heo2009-06-242-9/+71
| | * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-2413-53/+58
| | * | | percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-246-9/+10
| | * | | percpu: cleanup percpu array definitionsTejun Heo2009-06-2412-15/+15
| | * | | CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.Jesper Nilsson2009-06-242-2/+3
| | * | | linker script: throw away .discard sectionTejun Heo2009-06-2426-1/+44
| | * | | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-2412-35/+95