Age | Commit message (Expand) | Author | Files | Lines |
2012-06-14 | x86: Add read_mostly declaration/definition to variables from smp.h | Vlad Zolotarov | 1 | -1/+1 |
2012-05-08 | percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit | Tejun Heo | 1 | -1/+13 |
2011-01-28 | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -2/+2 |
2011-01-28 | x86: Replace cpu_2_logical_apicid[] with early percpu variable | Tejun Heo | 1 | -0/+7 |
2010-10-22 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+0 |
2010-08-27 | x86: Use memblock to replace early_res | Yinghai Lu | 1 | -6/+0 |
2010-08-13 | x86, cleanup: Remove obsolete boot_cpu_id variable | Robert Richter | 1 | -1/+1 |
2010-07-21 | Fix up trivial spelling errors ('taht' -> 'that') | Linus Torvalds | 1 | -1/+1 |
2010-07-21 | x86, numa: fix boot without RAM on node0 again | Yinghai Lu | 1 | -8/+9 |
2010-06-04 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -6/+0 |
2010-06-01 | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -1/+1 |
2010-05-31 | x86/mm: Remove unused DBG() macro | Akinobu Mita | 1 | -6/+0 |
2010-05-27 | numa: x86_64: use generic percpu var numa_node_id() implementation | Lee Schermerhorn | 1 | -2/+2 |
2010-03-03 | Rename .data.init to .data..init. | Denys Vlasenko | 1 | -1/+1 |
2010-02-26 | early_res: Add free_early_partial() | Yinghai Lu | 1 | -0/+6 |
2009-12-10 | x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt) | Joe Perches | 1 | -6/+7 |
2009-08-14 | x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMA | Tejun Heo | 1 | -127/+28 |
2009-08-14 | percpu: update embedding first chunk allocator to handle sparse units | Tejun Heo | 1 | -1/+3 |
2009-08-14 | percpu: add pcpu_unit_offsets[] | Tejun Heo | 1 | -28/+23 |
2009-08-14 | percpu: introduce pcpu_alloc_info and pcpu_group_info | Tejun Heo | 1 | -23/+15 |
2009-08-14 | percpu: add @align to pcpu_fc_alloc_fn_t | Tejun Heo | 1 | -2/+2 |
2009-08-14 | percpu: drop @static_size from first chunk allocators | Tejun Heo | 1 | -19/+15 |
2009-08-14 | percpu: generalize first chunk allocator selection | Tejun Heo | 1 | -18/+6 |
2009-08-14 | percpu: rename 4k first chunk allocator to page | Tejun Heo | 1 | -11/+12 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 1 | -1/+1 |
2009-08-14 | percpu, sparc64: fix sparse possible cpu map handling | Tejun Heo | 1 | -7/+7 |
2009-07-04 | percpu: teach large page allocator about NUMA | Tejun Heo | 1 | -17/+55 |
2009-07-04 | x86,percpu: generalize lpage first chunk allocator | Tejun Heo | 1 | -158/+11 |
2009-07-04 | x86,percpu: generalize 4k first chunk allocator | Tejun Heo | 1 | -59/+19 |
2009-07-04 | percpu: drop @unit_size from embed first chunk allocator | Tejun Heo | 1 | -1/+1 |
2009-06-22 | x86: ensure percpu lpage doesn't consume too much vmalloc space | Tejun Heo | 1 | -3/+15 |
2009-06-22 | x86: implement percpu_alloc kernel parameter | Tejun Heo | 1 | -19/+50 |
2009-06-22 | x86: fix pageattr handling for lpage percpu allocator and re-enable it | Tejun Heo | 1 | -9/+63 |
2009-06-22 | x86: prepare setup_pcpu_lpage() for pageattr fix | Tejun Heo | 1 | -25/+33 |
2009-06-22 | x86: rename remap percpu first chunk allocator to lpage | Tejun Heo | 1 | -25/+25 |
2009-06-22 | x86: fix duplicate free in setup_pcpu_remap() failure path | Tejun Heo | 1 | -1/+1 |
2009-06-11 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+8 |
2009-05-25 | x86: Remove remap percpu allocator for the time being | Tejun Heo | 1 | -1/+3 |
2009-05-18 | x86: fix system without memory on node0 | Yinghai Lu | 1 | -0/+8 |
2009-04-02 | x86: remove duplicated code with pcpu_need_numa() | Yinghai Lu | 1 | -14/+0 |
2009-04-02 | x86,percpu: fix inverted NUMA test in setup_pcpu_remap() | Tejun Heo | 1 | -1/+1 |
2009-03-10 | percpu: generalize embedding first chunk setup helper | Tejun Heo | 1 | -48/+6 |
2009-03-10 | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() | Tejun Heo | 1 | -7/+6 |
2009-03-06 | x86, percpu: setup reserved percpu area for x86_64 | Tejun Heo | 1 | -9/+28 |
2009-03-06 | percpu, module: implement reserved allocation and use it for module percpu va... | Tejun Heo | 1 | -4/+4 |
2009-03-06 | x86: make embedding percpu allocator return excessive free space | Tejun Heo | 1 | -16/+28 |
2009-03-06 | percpu: use negative for auto for pcpu_setup_first_chunk() arguments | Tejun Heo | 1 | -1/+1 |
2009-02-25 | x86, percpu: fix minor bugs in setup_percpu.c | Tejun Heo | 1 | -3/+1 |
2009-02-24 | x86: add remapping percpu first chunk allocator | Tejun Heo | 1 | -2/+135 |
2009-02-24 | x86: add embedding percpu first chunk allocator | Tejun Heo | 1 | -1/+85 |