| Commit message (Expand) | Author | Age | Files | Lines |
* | mem-hotplug: handle node hole when initializing numa_meminfo. | Tang Chen | 2015-09-08 | 1 | -2/+4 |
* | x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no... | Dave Young | 2015-04-07 | 1 | -2/+9 |
* | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -4/+2 |
* | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2014-10-14 | 1 | -44/+45 |
|\ |
|
| * | arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggable | Xishi Qiu | 2014-10-14 | 1 | -44/+45 |
* | | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() | Luiz Capitulino | 2014-09-16 | 1 | -20/+14 |
|/ |
|
* | arch/x86/mm/numa.c: use for_each_memblock() | Emil Medve | 2014-06-04 | 1 | -3/+3 |
* | x86, platforms: Remove NUMAQ | H. Peter Anvin | 2014-02-27 | 1 | -4/+0 |
* | arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo... | Tang Chen | 2014-02-06 | 1 | -8/+11 |
* | arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho... | Tang Chen | 2014-02-06 | 1 | -1/+1 |
* | acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggable | Tang Chen | 2014-01-21 | 1 | -0/+44 |
* | acpi, numa, mem_hotplug: mark hotpluggable memory in memblock | Tang Chen | 2014-01-21 | 1 | -0/+2 |
* | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 2014-01-21 | 1 | -2/+4 |
* | x86/mm/numa: Fix 32-bit kernel NUMA boot | Lans Zhang | 2013-12-19 | 1 | -3/+7 |
* | mem-hotplug: introduce movable_node boot option | Tang Chen | 2013-11-13 | 1 | -0/+11 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 1 | -6/+6 |
* | x86/mm/numa: use setup_nr_node_ids() instead of opencoding. | Cody P Schafer | 2013-04-29 | 1 | -6/+3 |
* | x86, ACPI, mm: Revert movablemem_map support | Yinghai Lu | 2013-03-02 | 1 | -6/+5 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-26 | 1 | -2/+1 |
|\ |
|
| * | x86/mm/numa: Don't check if node is NUMA_NO_NODE | Wen Congyang | 2013-02-24 | 1 | -2/+1 |
* | | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | 2013-02-23 | 1 | -2/+4 |
* | | x86: get pg_data_t's memory from other node | Yasuaki Ishimatsu | 2013-02-23 | 1 | -3/+2 |
* | | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node | Wen Congyang | 2013-02-23 | 1 | -2/+2 |
* | | cpu_hotplug: clear apicid to node when the cpu is hotremoved | Wen Congyang | 2013-02-23 | 1 | -1/+1 |
* | | x86-32, mm: Remove reference to alloc_remap() | H. Peter Anvin | 2013-01-31 | 1 | -18/+11 |
* | | x86-32, mm: Rip out x86_32 NUMA remapping code | Dave Hansen | 2013-01-31 | 1 | -3/+0 |
* | | x86/numa: Use __pa_nodebug() instead | Borislav Petkov | 2013-01-31 | 1 | -1/+1 |
* | | x86, mm: Make DEBUG_VIRTUAL work earlier in boot | Dave Hansen | 2013-01-25 | 1 | -1/+1 |
|/ |
|
* | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 | 1 | -16/+16 |
* | cpumask: update setup_node_to_cpumask_map() comments | Wanlong Gao | 2012-01-12 | 1 | -1/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-11 | 1 | -4/+6 |
|\ |
|
| * | x86/numa: Add constraints check for nid parameters | Petr Holasek | 2011-12-09 | 1 | -4/+6 |
* | | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 2011-07-14 | 1 | -3/+2 |
* | | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size() | Tejun Heo | 2011-07-14 | 1 | -2/+2 |
* | | x86: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 2011-07-14 | 1 | -8/+7 |
* | | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc... | Tejun Heo | 2011-07-14 | 1 | -8/+1 |
* | | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 2011-07-13 | 1 | -3/+3 |
|/ |
|
* | x86, numa: Implement pfn -> nid mapping granularity check | Tejun Heo | 2011-07-12 | 1 | -0/+15 |
* | x86, NUMA: Trim numa meminfo with max_pfn in a separate loop | Yinghai Lu | 2011-05-02 | 1 | -5/+10 |
* | x86, NUMA: Rename setup_node_bootmem() to setup_node_data() | Yinghai Lu | 2011-05-02 | 1 | -3/+3 |
* | x86, NUMA: Make numa_init_array() static | Tejun Heo | 2011-05-02 | 1 | -1/+1 |
* | x86, NUMA: Make 32bit use common NUMA init path | Tejun Heo | 2011-05-02 | 1 | -5/+5 |
* | x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() | Tejun Heo | 2011-05-02 | 1 | -14/+27 |
* | x86, NUMA: Remove long 64bit assumption from numa.c | Tejun Heo | 2011-05-02 | 1 | -23/+22 |
* | x86, NUMA: Enable build of generic NUMA init code on 32bit | Tejun Heo | 2011-05-02 | 1 | -6/+4 |
* | x86, NUMA: Move NUMA init logic from numa_64.c to numa.c | Tejun Heo | 2011-05-02 | 1 | -3/+520 |
* | x86, NUMA: Move numa_nodes_parsed to numa.[hc] | Tejun Heo | 2011-05-02 | 1 | -0/+1 |
* | x86, NUMA: Unify 32/64bit numa_cpu_node() implementation | Tejun Heo | 2011-05-02 | 1 | -0/+9 |
* | x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS | David Rientjes | 2011-04-21 | 1 | -18/+13 |
* | x86, numa: Add error handling for bad cpu-to-node mappings | David Rientjes | 2011-02-14 | 1 | -0/+4 |