aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar1-1/+2
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar1-1/+1
2025-04-09x86/mm: Consolidate initmem_init()Mike Rapoport (Microsoft)1-1/+2
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)1-38/+0
2024-09-03mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)1-36/+4
2024-09-03mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)1-104/+0
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)1-367/+5
2024-09-03x86/numa: numa_{add,remove}_cpu: make cpu parameter unsignedMike Rapoport (Microsoft)1-5/+5
2024-09-03x86/numa_emu: use a helper function to get MAX_DMA32_PFNMike Rapoport (Microsoft)1-0/+5
2024-09-03x86/numa_emu: split __apicid_to_node update to a helper functionMike Rapoport (Microsoft)1-0/+22
2024-09-03x86/numa: use get_pfn_range_for_nid to verify that node spans memoryMike Rapoport (Microsoft)1-10/+7
2024-09-03x86/numa: simplify numa_distance allocationMike Rapoport (Microsoft)1-5/+2
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-33/+1
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-3/+0
2024-06-06x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich1-3/+3
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-2/+2
2024-02-16x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield1-1/+1
2024-02-16x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-12/+7
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-32/+2
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+80
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)1-7/+0
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-2/+2
2023-10-02x86/numa: Add Devicetree supportSaurabh Sengar1-0/+3
2023-09-12x86/numa: Introduce numa_fill_memblks()Alison Schofield1-0/+80
2022-08-03x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant1-2/+2
2022-03-22arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador1-13/+20
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-1/+1
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-3/+2
2021-06-18x86/mm: Avoid truncating memblocks for SGX memoryFan Du1-1/+7
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams1-0/+2
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+21
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams1-1/+0
2020-10-13x86/numa: add 'nohmat' optionDan Williams1-0/+2
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams1-6/+2
2020-10-02x86: Support Generic Initiator only proximity domainsJonathan Cameron1-0/+21
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-1/+0
2020-07-16x86/mm/numa: Remove uninitialized_var() usageKees Cook1-9/+9
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-4/+1
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport1-2/+4
2020-02-18x86/NUMA: Provide a range-to-target_node lookup facilityDan Williams1-10/+51
2020-02-17x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams1-5/+1
2019-11-18x86: Fix typos in commentsCao jin1-1/+1
2019-09-05x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra1-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-8/+4
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-2/+2
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/ke...Linus 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_no...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 memblo...Tang Chen1-8/+11
2014-02-06arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...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/ker...Linus 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/...Linus 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 membloc...Tejun 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
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-1/+1
2009-03-13cpumask: remove x86 cpumask_t uses.Rusty Russell1-1/+1
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-16/+12
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell1-0/+71