aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-05-13x86: Remove pr_fmt duplicate logging prefixesJoe Perches1-11/+11
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-1/+1
2017-04-08Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"Thomas Gleixner1-1/+20
2017-04-03x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang1-20/+1
2017-04-03x86/mm/numa: Improve alloc_node_data() error path messageWei Yang1-2/+2
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky1-1/+1
2016-09-21x86/numa: Online memory-less nodes at boot timeTang Chen1-14/+13
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-05-30ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney1-1/+1
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-3/+1
2016-02-08x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug()Ingo Molnar1-1/+3
2016-02-08x86/mm/numa: Clean up numa_clear_kernel_node_hotplug()Ingo Molnar1-23/+42
2016-02-08x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar1-1/+1
2015-09-08mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen1-2/+4
2015-04-07x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_node_hotplug()Dave Young1-2/+9
2015-02-13x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+2
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-44/+45
2014-10-14arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggableXishi Qiu1-44/+45
2014-09-16x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino1-20/+14
2014-06-04arch/x86/mm/numa.c: use for_each_memblock()Emil Medve1-3/+3
2014-02-27x86, platforms: Remove NUMAQH. Peter Anvin1-4/+0
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