summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa.c
Commit message (Expand)AuthorAgeFilesLines
* mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)2024-09-031-38/+0
* mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)2024-09-031-36/+4
* mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)2024-09-031-104/+0
* mm: introduce numa_memblksMike Rapoport (Microsoft)2024-09-031-367/+5
* x86/numa: numa_{add,remove}_cpu: make cpu parameter unsignedMike Rapoport (Microsoft)2024-09-031-5/+5
* x86/numa_emu: use a helper function to get MAX_DMA32_PFNMike Rapoport (Microsoft)2024-09-031-0/+5
* x86/numa_emu: split __apicid_to_node update to a helper functionMike Rapoport (Microsoft)2024-09-031-0/+22
* x86/numa: use get_pfn_range_for_nid to verify that node spans memoryMike Rapoport (Microsoft)2024-09-031-10/+7
* x86/numa: simplify numa_distance allocationMike Rapoport (Microsoft)2024-09-031-5/+2
* arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)2024-09-031-33/+1
* arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-031-3/+0
* x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich2024-06-061-3/+3
* x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter2024-05-071-2/+2
* x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield2024-02-161-1/+1
* x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-02-161-12/+7
* NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni2023-12-101-32/+2
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-2/+2
|\
| * x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner2023-10-101-2/+2
* | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-301-7/+80
|\ \
| * | x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)2023-10-201-7/+0
| * | x86/numa: Introduce numa_fill_memblks()Alison Schofield2023-09-121-0/+80
| |/
* / x86/numa: Add Devicetree supportSaurabh Sengar2023-10-021-0/+3
|/
* x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant2022-08-031-2/+2
* arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador2022-03-221-13/+20
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-3/+2
* x86/mm: Avoid truncating memblocks for SGX memoryFan Du2021-06-181-1/+7
* mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-0/+2
* Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-141-0/+21
|\
| * x86: Support Generic Initiator only proximity domainsJonathan Cameron2020-10-021-0/+21
* | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-131-1/+1
* | mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams2020-10-131-1/+0
* | x86/numa: add 'nohmat' optionDan Williams2020-10-131-0/+2
* | x86/numa: cleanup configuration dependent command-line optionsDan Williams2020-10-131-6/+2
|/
* mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-1/+0
* x86/mm/numa: Remove uninitialized_var() usageKees Cook2020-07-161-9/+9
* mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-031-4/+1
* mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-031-2/+4
* x86/NUMA: Provide a range-to-target_node lookup facilityDan Williams2020-02-181-10/+51
* x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams2020-02-171-5/+1
* x86: Fix typos in commentsCao jin2019-11-181-1/+1
* x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra2019-09-051-2/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-121-8/+4
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* x86: Remove pr_fmt duplicate logging prefixesJoe Perches2018-05-131-11/+11
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-1/+1
|\