index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
numa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: make range-to-target_node lookup facility a part of numa_memblks
Mike Rapoport (Microsoft)
2024-09-03
1
-38
/
+0
*
mm: numa_memblks: introduce numa_memblks_init
Mike Rapoport (Microsoft)
2024-09-03
1
-36
/
+4
*
mm: move numa_distance and related code from x86 to numa_memblks
Mike Rapoport (Microsoft)
2024-09-03
1
-104
/
+0
*
mm: introduce numa_memblks
Mike Rapoport (Microsoft)
2024-09-03
1
-367
/
+5
*
x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
Mike Rapoport (Microsoft)
2024-09-03
1
-5
/
+5
*
x86/numa_emu: use a helper function to get MAX_DMA32_PFN
Mike Rapoport (Microsoft)
2024-09-03
1
-0
/
+5
*
x86/numa_emu: split __apicid_to_node update to a helper function
Mike Rapoport (Microsoft)
2024-09-03
1
-0
/
+22
*
x86/numa: use get_pfn_range_for_nid to verify that node spans memory
Mike Rapoport (Microsoft)
2024-09-03
1
-10
/
+7
*
x86/numa: simplify numa_distance allocation
Mike Rapoport (Microsoft)
2024-09-03
1
-5
/
+2
*
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
2024-09-03
1
-33
/
+1
*
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
2024-09-03
1
-3
/
+0
*
x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()
Jan Beulich
2024-06-06
1
-3
/
+3
*
x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
Robert Richter
2024-05-07
1
-2
/
+2
*
x86/numa: Fix the sort compare func used in numa_fill_memblks()
Alison Schofield
2024-02-16
1
-1
/
+1
*
x86/numa: Fix the address overlap check in numa_fill_memblks()
Alison Schofield
2024-02-16
1
-12
/
+7
*
NUMA: optimize detection of memory with no node id assigned by firmware
Liam Ni
2023-12-10
1
-32
/
+2
*
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-10-30
1
-2
/
+2
|
\
|
*
x86/apic: Use u32 for APIC IDs in global data
Thomas Gleixner
2023-10-10
1
-2
/
+2
*
|
Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-10-30
1
-7
/
+80
|
\
\
|
*
|
x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size
Mike Rapoport (IBM)
2023-10-20
1
-7
/
+0
|
*
|
x86/numa: Introduce numa_fill_memblks()
Alison Schofield
2023-09-12
1
-0
/
+80
|
|
/
*
/
x86/numa: Add Devicetree support
Saurabh Sengar
2023-10-02
1
-0
/
+3
|
/
*
x86/numa: Use cpumask_available instead of hardcoded NULL check
Siddh Raman Pant
2022-08-03
1
-2
/
+2
*
arch/x86/mm/numa: Do not initialize nodes twice
Oscar Salvador
2022-03-22
1
-13
/
+20
*
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-1
/
+1
*
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-14
1
-1
/
+1
*
memblock: make memblock_find_in_range method private
Mike Rapoport
2021-09-03
1
-3
/
+2
*
x86/mm: Avoid truncating memblocks for SGX memory
Fan Du
2021-06-18
1
-1
/
+7
*
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
2020-11-22
1
-0
/
+2
*
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2020-10-14
1
-0
/
+21
|
\
|
*
x86: Support Generic Initiator only proximity domains
Jonathan Cameron
2020-10-02
1
-0
/
+21
*
|
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
2020-10-13
1
-1
/
+1
*
|
mm/memory_hotplug: introduce default phys_to_target_node() implementation
Dan Williams
2020-10-13
1
-1
/
+0
*
|
x86/numa: add 'nohmat' option
Dan Williams
2020-10-13
1
-0
/
+2
*
|
x86/numa: cleanup configuration dependent command-line options
Dan Williams
2020-10-13
1
-6
/
+2
|
/
*
mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
Jia He
2020-08-12
1
-1
/
+0
*
x86/mm/numa: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-9
/
+9
*
mm: rename free_area_init_node() to free_area_init_memoryless_node()
Mike Rapoport
2020-06-03
1
-4
/
+1
*
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
2020-06-03
1
-2
/
+4
*
x86/NUMA: Provide a range-to-target_node lookup facility
Dan Williams
2020-02-18
1
-10
/
+51
*
x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFO
Dan Williams
2020-02-17
1
-5
/
+1
*
x86: Fix typos in comments
Cao jin
2019-11-18
1
-1
/
+1
*
x86/mm: Fix cpumask_of_node() error condition
Peter Zijlstra
2019-09-05
1
-2
/
+2
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
memblock: drop __memblock_alloc_base()
Mike Rapoport
2019-03-12
1
-8
/
+4
*
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2019-03-05
1
-2
/
+2
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+0
*
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-10-31
1
-1
/
+1
*
x86: Remove pr_fmt duplicate logging prefixes
Joe Perches
2018-05-13
1
-11
/
+11
*
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
2017-04-11
1
-1
/
+1
|
\
[next]