Age | Commit message (Expand) | Author | Files | Lines |
2014-02-01 | x86: Fix the initialization of physnode_map | Petr Tesarik | 1 | -0/+2 |
2013-07-03 | mm/x86: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -2/+0 |
2013-01-31 | x86-32, mm: Rip out x86_32 NUMA remapping code | Dave Hansen | 1 | -161/+0 |
2011-07-14 | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 1 | -3/+3 |
2011-07-13 | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 1 | -2/+2 |
2011-07-12 | x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/ | Tejun Heo | 1 | -3/+3 |
2011-05-02 | x86, NUMA: Make 32bit use common NUMA init path | Tejun Heo | 1 | -229/+2 |
2011-05-02 | x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() | Tejun Heo | 1 | -1/+1 |
2011-05-02 | x86-32, NUMA: Add @start and @end to init_alloc_remap() | Tejun Heo | 1 | -15/+14 |
2011-05-02 | x86, NUMA: Enable build of generic NUMA init code on 32bit | Tejun Heo | 1 | -3/+0 |
2011-05-02 | x86-32, NUMA: Update numaq to use new NUMA init protocol | Tejun Heo | 1 | -0/+23 |
2011-05-02 | x86-32, NUMA: Replace srat_32.c with srat.c | Tejun Heo | 1 | -0/+23 |
2011-05-02 | x86-32, NUMA: implement temporary NUMA init shims | Tejun Heo | 1 | -0/+34 |
2011-05-02 | x86-32, NUMA: Move get_memcfg_numa() into numa_32.c | Tejun Heo | 1 | -1/+10 |
2011-05-02 | x86-32, NUMA: use sparse_memory_present_with_active_regions() | Tejun Heo | 1 | -1/+0 |
2011-05-02 | x86, NUMA: Unify 32/64bit numa_cpu_node() implementation | Tejun Heo | 1 | -5/+0 |
2011-04-06 | x86-32, numa: Update remap allocator comments | Tejun Heo | 1 | -14/+42 |
2011-04-06 | x86-32, numa: Remove redundant node_remap_size[] | Tejun Heo | 1 | -6/+4 |
2011-04-06 | x86-32, numa: Remove now useless node_remap_offset[] | Tejun Heo | 1 | -11/+6 |
2011-04-06 | x86-32, numa: Make pgdat allocation use alloc_remap() | Tejun Heo | 1 | -4/+3 |
2011-04-06 | x86-32, numa: Move remapping for remap allocator into init_alloc_remap() | Tejun Heo | 1 | -22/+7 |
2011-04-06 | x86-32, numa: Move lowmem address space reservation to init_alloc_remap() | Tejun Heo | 1 | -57/+25 |
2011-04-06 | x86-32, numa: Make init_alloc_remap() less panicky | Tejun Heo | 1 | -2/+5 |
2011-04-06 | x86-32, numa: Calculate remap size in common code | Tejun Heo | 1 | -6/+4 |
2011-04-06 | x86-32, numa: Make @size in init_aloc_remap() represent bytes | Tejun Heo | 1 | -11/+7 |
2011-04-06 | x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap() | Tejun Heo | 1 | -10/+9 |
2011-04-06 | x86-32, numa: Reorganize calculate_numa_remap_page() | Tejun Heo | 1 | -63/+62 |
2011-04-06 | x86-32, numa: Remove redundant top-down alloc code from remap initialization | Tejun Heo | 1 | -29/+14 |
2011-04-06 | x86-32, numa: Align pgdat size while initializing alloc_remap | Tejun Heo | 1 | -1/+2 |
2011-04-06 | x86-32, numa: Fix failure condition check in alloc_remap() | Tejun Heo | 1 | -1/+1 |
2011-02-16 | x86, NUMA: Move *_numa_init() invocations into initmem_init() | Tejun Heo | 1 | -1/+1 |
2011-02-16 | x86, NUMA: Drop @start/last_pfn from initmem_init() | Tejun Heo | 1 | -2/+1 |
2011-01-28 | x86: Unify NUMA initialization between 32 and 64bit | Tejun Heo | 1 | -0/+1 |
2011-01-28 | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -0/+6 |
2010-10-05 | x86-32, memblock: Make add_highpages honor early reserved ranges | Yinghai Lu | 1 | -2/+0 |
2010-08-27 | x86: Remove old bootmem code | Yinghai Lu | 1 | -3/+0 |
2010-08-27 | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 1 | -12/+13 |
2010-02-12 | x86: Make 32bit support NO_BOOTMEM | Yinghai Lu | 1 | -0/+3 |
2009-10-12 | x86: Export k8 physical topology | David Rientjes | 1 | -2/+2 |
2009-04-17 | x86: mm/numa_32.c calculate_numa_remap_pages should use __init | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-03-04 | x86: fix bootmem cross node for 32bit numa | Yinghai Lu | 1 | -2/+3 |
2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 1 | -26/+0 |
2009-03-03 | x86: set_highmem_pages_init() cleanup | Pekka Enberg | 1 | -26/+0 |
2009-02-22 | x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointer | Hannes Eder | 1 | -1/+1 |
2009-01-07 | trivial: replace last usages of __FUNCTION__ in kernel | Harvey Harrison | 1 | -2/+2 |
2008-11-12 | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set | Rafael J. Wysocki | 1 | -0/+35 |
2008-10-13 | x86: rename discontig_32.c to numa_32.c | Yinghai Lu | 1 | -0/+444 |