aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-06arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblock.reserved.Tang Chen1-8/+11
2014-02-06arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_hotplug()Tang Chen1-1/+1
2014-01-21acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggableTang Chen1-0/+44
2014-01-21acpi, numa, mem_hotplug: mark hotpluggable memory in memblockTang Chen1-0/+2
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-2/+4
2013-12-19x86/mm/numa: Fix 32-bit kernel NUMA bootLans Zhang1-3/+7
2013-11-13mem-hotplug: introduce movable_node boot optionTang Chen1-0/+11
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-6/+6
2013-04-29x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer1-6/+3
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu1-6/+5
2013-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2013-02-24x86/mm/numa: Don't check if node is NUMA_NO_NODEWen Congyang1-2/+1
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen1-2/+4
2013-02-23x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu1-3/+2
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang1-2/+2
2013-02-23cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang1-1/+1
2013-01-31x86-32, mm: Remove reference to alloc_remap()H. Peter Anvin1-18/+11
2013-01-31x86-32, mm: Rip out x86_32 NUMA remapping codeDave Hansen1-3/+0
2013-01-31x86/numa: Use __pa_nodebug() insteadBorislav Petkov1-1/+1
2013-01-25x86, mm: Make DEBUG_VIRTUAL work earlier in bootDave Hansen1-1/+1
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas1-16/+16
2012-01-12cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao1-1/+1
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2011-12-09x86/numa: Add constraints check for nid parametersPetr Holasek1-4/+6
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-3/+2
2011-07-14x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo1-2/+2
2011-07-14x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-8/+7
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock callsTejun Heo1-8/+1
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-3/+3
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+15
2011-05-02x86, NUMA: Trim numa meminfo with max_pfn in a separate loopYinghai Lu1-5/+10
2011-05-02x86, NUMA: Rename setup_node_bootmem() to setup_node_data()Yinghai Lu1-3/+3
2011-05-02x86, NUMA: Make numa_init_array() staticTejun Heo1-1/+1
2011-05-02x86, NUMA: Make 32bit use common NUMA init pathTejun Heo1-5/+5
2011-05-02x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()Tejun Heo1-14/+27
2011-05-02x86, NUMA: Remove long 64bit assumption from numa.cTejun Heo1-23/+22
2011-05-02x86, NUMA: Enable build of generic NUMA init code on 32bitTejun Heo1-6/+4
2011-05-02x86, NUMA: Move NUMA init logic from numa_64.c to numa.cTejun Heo1-3/+520
2011-05-02x86, NUMA: Move numa_nodes_parsed to numa.[hc]Tejun Heo1-0/+1
2011-05-02x86, NUMA: Unify 32/64bit numa_cpu_node() implementationTejun Heo1-0/+9
2011-04-21x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes1-18/+13
2011-02-14x86, numa: Add error handling for bad cpu-to-node mappingsDavid Rientjes1-0/+4
2011-01-28x86: Unify NUMA initialization between 32 and 64bitTejun Heo1-4/+72
2011-01-28x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo1-2/+62
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo1-1/+71
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo1-1/+5
2011-01-19x86: Unify "numa=" command line option handlingJan Beulich1-0/+22
2010-05-31x86/mm: Remove unused DBG() macroAkinobu Mita1-6/+0
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-17/+0
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+17