summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-141-44/+45
|\
| * arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggableXishi Qiu2014-10-141-44/+45
* | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-161-20/+14
|/
* arch/x86/mm/numa.c: use for_each_memblock()Emil Medve2014-06-041-3/+3
* x86, platforms: Remove NUMAQH. Peter Anvin2014-02-271-4/+0
* arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...Tang Chen2014-02-061-8/+11
* arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...Tang Chen2014-02-061-1/+1
* acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggableTang Chen2014-01-211-0/+44
* acpi, numa, mem_hotplug: mark hotpluggable memory in memblockTang Chen2014-01-211-0/+2
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-211-2/+4
* x86/mm/numa: Fix 32-bit kernel NUMA bootLans Zhang2013-12-191-3/+7
* mem-hotplug: introduce movable_node boot optionTang Chen2013-11-131-0/+11
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-6/+6
* x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer2013-04-291-6/+3
* x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-021-6/+5
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-2/+1
|\
| * x86/mm/numa: Don't check if node is NUMA_NO_NODEWen Congyang2013-02-241-2/+1
* | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-231-2/+4
* | x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu2013-02-231-3/+2
* | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-231-2/+2
* | cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-231-1/+1
* | x86-32, mm: Remove reference to alloc_remap()H. Peter Anvin2013-01-311-18/+11
* | x86-32, mm: Rip out x86_32 NUMA remapping codeDave Hansen2013-01-311-3/+0
* | x86/numa: Use __pa_nodebug() insteadBorislav Petkov2013-01-311-1/+1
* | x86, mm: Make DEBUG_VIRTUAL work earlier in bootDave Hansen2013-01-251-1/+1
|/
* x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-16/+16
* cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao2012-01-121-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-111-4/+6
|\
| * x86/numa: Add constraints check for nid parametersPetr Holasek2011-12-091-4/+6
* | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-3/+2
* | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo2011-07-141-2/+2
* | x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-07-141-8/+7
* | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2011-07-141-8/+1
* | memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-131-3/+3
|/
* x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo2011-07-121-0/+15
* x86, NUMA: Trim numa meminfo with max_pfn in a separate loopYinghai Lu2011-05-021-5/+10
* x86, NUMA: Rename setup_node_bootmem() to setup_node_data()Yinghai Lu2011-05-021-3/+3
* x86, NUMA: Make numa_init_array() staticTejun Heo2011-05-021-1/+1
* x86, NUMA: Make 32bit use common NUMA init pathTejun Heo2011-05-021-5/+5
* x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()Tejun Heo2011-05-021-14/+27
* x86, NUMA: Remove long 64bit assumption from numa.cTejun Heo2011-05-021-23/+22
* x86, NUMA: Enable build of generic NUMA init code on 32bitTejun Heo2011-05-021-6/+4
* x86, NUMA: Move NUMA init logic from numa_64.c to numa.cTejun Heo2011-05-021-3/+520
* x86, NUMA: Move numa_nodes_parsed to numa.[hc]Tejun Heo2011-05-021-0/+1
* x86, NUMA: Unify 32/64bit numa_cpu_node() implementationTejun Heo2011-05-021-0/+9
* x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes2011-04-211-18/+13
* x86, numa: Add error handling for bad cpu-to-node mappingsDavid Rientjes2011-02-141-0/+4
* x86: Unify NUMA initialization between 32 and 64bitTejun Heo2011-01-281-4/+72
* x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo2011-01-281-2/+62
* x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-1/+71