aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup_percpu.c
AgeCommit message (Expand)Author
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-08-27x86: Use memblock to replace early_resYinghai Lu
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds
2010-07-20x86, numa: fix boot without RAM on node0 againYinghai Lu
2010-06-03Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds
2010-05-31x86/mm: Remove unused DBG() macroAkinobu Mita
2010-05-27numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn
2010-03-03Rename .data.init to .data..init.Denys Vlasenko
2010-02-26early_res: Add free_early_partial()Yinghai Lu
2009-12-10x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt)Joe Perches
2009-08-14x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo
2009-07-04percpu: teach large page allocator about NUMATejun Heo
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo
2009-07-04x86,percpu: generalize 4k first chunk allocatorTejun Heo
2009-07-04percpu: drop @unit_size from embed first chunk allocatorTejun Heo
2009-06-22x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo
2009-06-22x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo
2009-06-22x86: rename remap percpu first chunk allocator to lpageTejun Heo
2009-06-22x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-05-25x86: Remove remap percpu allocator for the time beingTejun Heo
2009-05-18x86: fix system without memory on node0Yinghai Lu
2009-04-02x86: remove duplicated code with pcpu_need_numa()Yinghai Lu
2009-04-02x86,percpu: fix inverted NUMA test in setup_pcpu_remap()Tejun Heo
2009-03-10percpu: generalize embedding first chunk setup helperTejun Heo
2009-03-10percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo
2009-03-06x86, percpu: setup reserved percpu area for x86_64Tejun Heo
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo
2009-03-06x86: make embedding percpu allocator return excessive free spaceTejun Heo
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo
2009-02-25x86, percpu: fix minor bugs in setup_percpu.cTejun Heo
2009-02-24x86: add remapping percpu first chunk allocatorTejun Heo
2009-02-24x86: add embedding percpu first chunk allocatorTejun Heo
2009-02-24x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()Tejun Heo
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo