index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
numa.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]