summaryrefslogtreecommitdiff
path: root/arch/x86/mm/numa.c
AgeCommit message (Expand)Author
2024-02-16x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield
2024-02-16x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-10-02x86/numa: Add Devicetree supportSaurabh Sengar
2023-09-12x86/numa: Introduce numa_fill_memblks()Alison Schofield
2022-08-03x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant
2022-03-22arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-06-18x86/mm: Avoid truncating memblocks for SGX memoryFan Du
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams
2020-10-13x86/numa: add 'nohmat' optionDan Williams
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams
2020-10-02x86: Support Generic Initiator only proximity domainsJonathan Cameron
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He
2020-07-16x86/mm/numa: Remove uninitialized_var() usageKees Cook
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport
2020-02-18x86/NUMA: Provide a range-to-target_node lookup facilityDan Williams
2020-02-17x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams
2019-11-18x86: Fix typos in commentsCao jin
2019-09-05x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-05-13x86: Remove pr_fmt duplicate logging prefixesJoe Perches
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-04-08Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"Thomas Gleixner
2017-04-03x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang
2017-04-03x86/mm/numa: Improve alloc_node_data() error path messageWei Yang
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky
2016-09-21x86/numa: Online memory-less nodes at boot timeTang Chen
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-05-30ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-02-08x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug()Ingo Molnar
2016-02-08x86/mm/numa: Clean up numa_clear_kernel_node_hotplug()Ingo Molnar
2016-02-08x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar