aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/numa_32.c
AgeCommit message (Expand)Author
2013-01-31x86-32, mm: Rip out x86_32 NUMA remapping codeDave Hansen
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-07-12x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo
2011-05-02x86, NUMA: Make 32bit use common NUMA init pathTejun Heo
2011-05-02x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()Tejun Heo
2011-05-02x86-32, NUMA: Add @start and @end to init_alloc_remap()Tejun Heo
2011-05-02x86, NUMA: Enable build of generic NUMA init code on 32bitTejun Heo
2011-05-02x86-32, NUMA: Update numaq to use new NUMA init protocolTejun Heo
2011-05-02x86-32, NUMA: Replace srat_32.c with srat.cTejun Heo
2011-05-02x86-32, NUMA: implement temporary NUMA init shimsTejun Heo
2011-05-02x86-32, NUMA: Move get_memcfg_numa() into numa_32.cTejun Heo
2011-05-02x86-32, NUMA: use sparse_memory_present_with_active_regions()Tejun Heo
2011-05-02x86, NUMA: Unify 32/64bit numa_cpu_node() implementationTejun Heo
2011-04-06x86-32, numa: Update remap allocator commentsTejun Heo
2011-04-06x86-32, numa: Remove redundant node_remap_size[]Tejun Heo
2011-04-06x86-32, numa: Remove now useless node_remap_offset[]Tejun Heo
2011-04-06x86-32, numa: Make pgdat allocation use alloc_remap()Tejun Heo
2011-04-06x86-32, numa: Move remapping for remap allocator into init_alloc_remap()Tejun Heo
2011-04-06x86-32, numa: Move lowmem address space reservation to init_alloc_remap()Tejun Heo
2011-04-06x86-32, numa: Make init_alloc_remap() less panickyTejun Heo
2011-04-06x86-32, numa: Calculate remap size in common codeTejun Heo
2011-04-06x86-32, numa: Make @size in init_aloc_remap() represent bytesTejun Heo
2011-04-06x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap()Tejun Heo
2011-04-06x86-32, numa: Reorganize calculate_numa_remap_page()Tejun Heo
2011-04-06x86-32, numa: Remove redundant top-down alloc code from remap initializationTejun Heo
2011-04-06x86-32, numa: Align pgdat size while initializing alloc_remapTejun Heo
2011-04-06x86-32, numa: Fix failure condition check in alloc_remap()Tejun Heo
2011-02-16x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo
2011-02-16x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo
2011-01-28x86: Unify NUMA initialization between 32 and 64bitTejun Heo
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo
2010-10-05x86-32, memblock: Make add_highpages honor early reserved rangesYinghai Lu
2010-08-27x86: Remove old bootmem codeYinghai Lu
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu
2010-02-12x86: Make 32bit support NO_BOOTMEMYinghai Lu
2009-10-12x86: Export k8 physical topologyDavid Rientjes
2009-04-17x86: mm/numa_32.c calculate_numa_remap_pages should use __initJaswinder Singh Rajput
2009-03-04x86: fix bootmem cross node for 32bit numaYinghai Lu
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar
2009-03-03x86: set_highmem_pages_init() cleanupPekka Enberg
2009-02-22x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder
2009-01-07trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison
2008-11-12x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki
2008-10-13x86: rename discontig_32.c to numa_32.cYinghai Lu