| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-13 | Merge branch 'x86/mm' into x86/core, to resolve conflicts | Ingo Molnar | 1 | -1/+2 |
| 2025-04-14 | x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h> | Ingo Molnar | 1 | -1/+1 |
| 2025-04-09 | x86/mm: Consolidate initmem_init() | Mike Rapoport (Microsoft) | 1 | -1/+2 |
| 2024-09-03 | mm: make range-to-target_node lookup facility a part of numa_memblks | Mike Rapoport (Microsoft) | 1 | -38/+0 |
| 2024-09-03 | mm: numa_memblks: introduce numa_memblks_init | Mike Rapoport (Microsoft) | 1 | -36/+4 |
| 2024-09-03 | mm: move numa_distance and related code from x86 to numa_memblks | Mike Rapoport (Microsoft) | 1 | -104/+0 |
| 2024-09-03 | mm: introduce numa_memblks | Mike Rapoport (Microsoft) | 1 | -367/+5 |
| 2024-09-03 | x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned | Mike Rapoport (Microsoft) | 1 | -5/+5 |
| 2024-09-03 | x86/numa_emu: use a helper function to get MAX_DMA32_PFN | Mike Rapoport (Microsoft) | 1 | -0/+5 |
| 2024-09-03 | x86/numa_emu: split __apicid_to_node update to a helper function | Mike Rapoport (Microsoft) | 1 | -0/+22 |
| 2024-09-03 | x86/numa: use get_pfn_range_for_nid to verify that node spans memory | Mike Rapoport (Microsoft) | 1 | -10/+7 |
| 2024-09-03 | x86/numa: simplify numa_distance allocation | Mike Rapoport (Microsoft) | 1 | -5/+2 |
| 2024-09-03 | arch, mm: pull out allocation of NODE_DATA to generic code | Mike Rapoport (Microsoft) | 1 | -33/+1 |
| 2024-09-03 | arch, mm: move definition of node_data to generic code | Mike Rapoport (Microsoft) | 1 | -3/+0 |
| 2024-06-06 | x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node() | Jan Beulich | 1 | -3/+3 |
| 2024-05-07 | x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks() | Robert Richter | 1 | -2/+2 |
| 2024-02-16 | x86/numa: Fix the sort compare func used in numa_fill_memblks() | Alison Schofield | 1 | -1/+1 |
| 2024-02-16 | x86/numa: Fix the address overlap check in numa_fill_memblks() | Alison Schofield | 1 | -12/+7 |
| 2023-12-10 | NUMA: optimize detection of memory with no node id assigned by firmware | Liam Ni | 1 | -32/+2 |
| 2023-10-30 | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
| 2023-10-30 | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+80 |
| 2023-10-20 | x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size | Mike Rapoport (IBM) | 1 | -7/+0 |
| 2023-10-10 | x86/apic: Use u32 for APIC IDs in global data | Thomas Gleixner | 1 | -2/+2 |
| 2023-10-02 | x86/numa: Add Devicetree support | Saurabh Sengar | 1 | -0/+3 |
| 2023-09-12 | x86/numa: Introduce numa_fill_memblks() | Alison Schofield | 1 | -0/+80 |
| 2022-08-03 | x86/numa: Use cpumask_available instead of hardcoded NULL check | Siddh Raman Pant | 1 | -2/+2 |
| 2022-03-22 | arch/x86/mm/numa: Do not initialize nodes twice | Oscar Salvador | 1 | -13/+20 |
| 2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -1/+1 |
| 2021-09-14 | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds | 1 | -1/+1 |
| 2021-09-03 | memblock: make memblock_find_in_range method private | Mike Rapoport | 1 | -3/+2 |
| 2021-06-18 | x86/mm: Avoid truncating memblocks for SGX memory | Fan Du | 1 | -1/+7 |
| 2020-11-22 | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports | Dan Williams | 1 | -0/+2 |
| 2020-10-14 | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -0/+21 |
| 2020-10-13 | memblock: use separate iterators for memory and reserved regions | Mike Rapoport | 1 | -1/+1 |
| 2020-10-13 | mm/memory_hotplug: introduce default phys_to_target_node() implementation | Dan Williams | 1 | -1/+0 |
| 2020-10-13 | x86/numa: add 'nohmat' option | Dan Williams | 1 | -0/+2 |
| 2020-10-13 | x86/numa: cleanup configuration dependent command-line options | Dan Williams | 1 | -6/+2 |
| 2020-10-02 | x86: Support Generic Initiator only proximity domains | Jonathan Cameron | 1 | -0/+21 |
| 2020-08-12 | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid() | Jia He | 1 | -1/+0 |
| 2020-07-16 | x86/mm/numa: Remove uninitialized_var() usage | Kees Cook | 1 | -9/+9 |
| 2020-06-03 | mm: rename free_area_init_node() to free_area_init_memoryless_node() | Mike Rapoport | 1 | -4/+1 |
| 2020-06-03 | mm: memblock: replace dereferences of memblock_region.nid with API calls | Mike Rapoport | 1 | -2/+4 |
| 2020-02-18 | x86/NUMA: Provide a range-to-target_node lookup facility | Dan Williams | 1 | -10/+51 |
| 2020-02-17 | x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFO | Dan Williams | 1 | -5/+1 |
| 2019-11-18 | x86: Fix typos in comments | Cao jin | 1 | -1/+1 |
| 2019-09-05 | x86/mm: Fix cpumask_of_node() error condition | Peter Zijlstra | 1 | -2/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-03-12 | memblock: drop __memblock_alloc_base() | Mike Rapoport | 1 | -8/+4 |
| 2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 1 | -2/+2 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+0 |
| 2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 1 | -1/+1 |
| 2018-05-13 | x86: Remove pr_fmt duplicate logging prefixes | Joe Perches | 1 | -11/+11 |
| 2017-04-11 | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 1 | -1/+1 |
| 2017-04-08 | Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()" | Thomas Gleixner | 1 | -1/+20 |
| 2017-04-03 | x86/mm/numa: Remove numa_nodemask_from_meminfo() | Wei Yang | 1 | -20/+1 |
| 2017-04-03 | x86/mm/numa: Improve alloc_node_data() error path message | Wei Yang | 1 | -2/+2 |
| 2017-01-28 | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 1 | -1/+1 |
| 2016-12-15 | ACPI/NUMA: Do not map pxm to node when NUMA is turned off | Boris Ostrovsky | 1 | -1/+1 |
| 2016-09-21 | x86/numa: Online memory-less nodes at boot time | Tang Chen | 1 | -14/+13 |
| 2016-08-01 | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
| 2016-07-14 | x86/mm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+0 |
| 2016-05-30 | ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.c | David Daney | 1 | -1/+1 |
| 2016-05-19 | include/linux/nodemask.h: create next_node_in() helper | Andrew Morton | 1 | -3/+1 |
| 2016-02-08 | x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug() | Ingo Molnar | 1 | -1/+3 |
| 2016-02-08 | x86/mm/numa: Clean up numa_clear_kernel_node_hotplug() | Ingo Molnar | 1 | -23/+42 |
| 2016-02-08 | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels | Ingo Molnar | 1 | -1/+1 |
| 2015-09-08 | mem-hotplug: handle node hole when initializing numa_meminfo. | Tang Chen | 1 | -2/+4 |
| 2015-04-07 | x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no... | Dave Young | 1 | -2/+9 |
| 2015-02-13 | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -4/+2 |
| 2014-10-14 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 1 | -44/+45 |
| 2014-10-14 | arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggable | Xishi Qiu | 1 | -44/+45 |
| 2014-09-16 | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() | Luiz Capitulino | 1 | -20/+14 |
| 2014-06-04 | arch/x86/mm/numa.c: use for_each_memblock() | Emil Medve | 1 | -3/+3 |
| 2014-02-27 | x86, platforms: Remove NUMAQ | H. Peter Anvin | 1 | -4/+0 |
| 2014-02-06 | arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo... | Tang Chen | 1 | -8/+11 |
| 2014-02-06 | arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho... | Tang Chen | 1 | -1/+1 |
| 2014-01-21 | acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggable | Tang Chen | 1 | -0/+44 |
| 2014-01-21 | acpi, numa, mem_hotplug: mark hotpluggable memory in memblock | Tang Chen | 1 | -0/+2 |
| 2014-01-21 | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 1 | -2/+4 |
| 2013-12-19 | x86/mm/numa: Fix 32-bit kernel NUMA boot | Lans Zhang | 1 | -3/+7 |
| 2013-11-13 | mem-hotplug: introduce movable_node boot option | Tang Chen | 1 | -0/+11 |
| 2013-07-14 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -6/+6 |
| 2013-04-29 | x86/mm/numa: use setup_nr_node_ids() instead of opencoding. | Cody P Schafer | 1 | -6/+3 |
| 2013-03-02 | x86, ACPI, mm: Revert movablemem_map support | Yinghai Lu | 1 | -6/+5 |
| 2013-02-26 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+1 |
| 2013-02-24 | x86/mm/numa: Don't check if node is NUMA_NO_NODE | Wen Congyang | 1 | -2/+1 |
| 2013-02-23 | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | 1 | -2/+4 |
| 2013-02-23 | x86: get pg_data_t's memory from other node | Yasuaki Ishimatsu | 1 | -3/+2 |
| 2013-02-23 | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node | Wen Congyang | 1 | -2/+2 |
| 2013-02-23 | cpu_hotplug: clear apicid to node when the cpu is hotremoved | Wen Congyang | 1 | -1/+1 |
| 2013-01-31 | x86-32, mm: Remove reference to alloc_remap() | H. Peter Anvin | 1 | -18/+11 |
| 2013-01-31 | x86-32, mm: Rip out x86_32 NUMA remapping code | Dave Hansen | 1 | -3/+0 |
| 2013-01-31 | x86/numa: Use __pa_nodebug() instead | Borislav Petkov | 1 | -1/+1 |
| 2013-01-25 | x86, mm: Make DEBUG_VIRTUAL work earlier in boot | Dave Hansen | 1 | -1/+1 |
| 2012-05-29 | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 1 | -16/+16 |
| 2012-01-12 | cpumask: update setup_node_to_cpumask_map() comments | Wanlong Gao | 1 | -1/+1 |
| 2012-01-11 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+6 |
| 2011-12-09 | x86/numa: Add constraints check for nid parameters | Petr Holasek | 1 | -4/+6 |
| 2011-07-14 | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 1 | -3/+2 |
| 2011-07-14 | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size() | Tejun Heo | 1 | -2/+2 |
| 2011-07-14 | x86: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 1 | -8/+7 |
| 2011-07-14 | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc... | Tejun Heo | 1 | -8/+1 |
| 2011-07-13 | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 1 | -3/+3 |
| 2011-07-12 | x86, numa: Implement pfn -> nid mapping granularity check | Tejun Heo | 1 | -0/+15 |
| 2011-05-02 | x86, NUMA: Trim numa meminfo with max_pfn in a separate loop | Yinghai Lu | 1 | -5/+10 |
| 2011-05-02 | x86, NUMA: Rename setup_node_bootmem() to setup_node_data() | Yinghai Lu | 1 | -3/+3 |
| 2011-05-02 | x86, NUMA: Make numa_init_array() static | Tejun Heo | 1 | -1/+1 |
| 2011-05-02 | x86, NUMA: Make 32bit use common NUMA init path | Tejun Heo | 1 | -5/+5 |
| 2011-05-02 | x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() | Tejun Heo | 1 | -14/+27 |
| 2011-05-02 | x86, NUMA: Remove long 64bit assumption from numa.c | Tejun Heo | 1 | -23/+22 |
| 2011-05-02 | x86, NUMA: Enable build of generic NUMA init code on 32bit | Tejun Heo | 1 | -6/+4 |
| 2011-05-02 | x86, NUMA: Move NUMA init logic from numa_64.c to numa.c | Tejun Heo | 1 | -3/+520 |
| 2011-05-02 | x86, NUMA: Move numa_nodes_parsed to numa.[hc] | Tejun Heo | 1 | -0/+1 |
| 2011-05-02 | x86, NUMA: Unify 32/64bit numa_cpu_node() implementation | Tejun Heo | 1 | -0/+9 |
| 2011-04-21 | x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS | David Rientjes | 1 | -18/+13 |
| 2011-02-14 | x86, numa: Add error handling for bad cpu-to-node mappings | David Rientjes | 1 | -0/+4 |
| 2011-01-28 | x86: Unify NUMA initialization between 32 and 64bit | Tejun Heo | 1 | -4/+72 |
| 2011-01-28 | x86: Unify node_to_cpumask_map handling between 32 and 64bit | Tejun Heo | 1 | -2/+62 |
| 2011-01-28 | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -1/+71 |
| 2011-01-28 | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -1/+5 |
| 2011-01-19 | x86: Unify "numa=" command line option handling | Jan Beulich | 1 | -0/+22 |
| 2010-05-31 | x86/mm: Remove unused DBG() macro | Akinobu Mita | 1 | -6/+0 |
| 2010-05-30 | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" | Linus Torvalds | 1 | -17/+0 |
| 2010-05-27 | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Jack Steiner | 1 | -0/+17 |
| 2009-03-13 | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 1 | -1/+1 |
| 2009-03-13 | cpumask: remove x86 cpumask_t uses. | Rusty Russell | 1 | -1/+1 |
| 2009-03-13 | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 1 | -16/+12 |
| 2009-03-13 | x86: unify 32 and 64-bit node_to_cpumask_map | Rusty Russell | 1 | -0/+71 |