index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
numa.c
Age
Commit message (
Expand
)
Author
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
2020-10-13
arm64: numa: simplify dummy_numa_init()
Mike Rapoport
2020-10-02
Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...
Will Deacon
2020-09-21
arm64/mm: return cpu_all_mask when node is NUMA_NO_NODE
Zhengyuan Liu
2020-09-07
arm64/numa: Fix a typo in comment of arm64_numa_init
Yanfei Xu
2020-08-12
mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
Jia He
2020-06-03
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
2019-08-05
arm64: Replace strncmp with str_has_prefix
Chuhong Yuan
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-04-03
arm64/mm: fix kernel-doc comments
Qian Cai
2019-03-12
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
2019-03-05
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2018-12-12
arm64: Add memory hotplug support
Robin Murphy
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-10-01
arm64/numa: Unify common error path in numa_init()
Anshuman Khandual
2018-10-01
arm64/numa: Report correct memblock range for the dummy node
Anshuman Khandual
2018-07-06
arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap
Sudeep Holla
2017-07-20
arm64/numa: Drop duplicate message
Punit Agrawal
2016-12-15
ACPI/NUMA: Do not map pxm to node when NUMA is turned off
Boris Ostrovsky
2016-10-26
arm64/numa: fix incorrect log for memory-less node
Hanjun Guo
2016-10-26
arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximity
Yisheng Xie
2016-09-09
arm64/numa: remove the limitation that cpu0 must bind to node0
Zhen Lei
2016-09-09
arm64/numa: remove some useless code
Zhen Lei
2016-09-09
arm64/numa: support HAVE_SETUP_PER_CPU_AREA
Zhen Lei
2016-09-09
arm64: numa: Use pr_fmt()
Kefeng Wang
2016-09-09
arm64/numa: avoid inconsistent information to be printed
Zhen Lei
2016-08-17
arm64: Fix NUMA build error when !CONFIG_ACPI
Catalin Marinas
2016-05-30
arm64, ACPI, NUMA: NUMA support based on SRAT and SLIT
Hanjun Guo
2016-05-30
arm64, NUMA: Cleanup NUMA disabled messages
David Daney
2016-05-30
arm64, NUMA: rework numa_add_memblk()
Hanjun Guo
2016-04-15
arm64, numa: Add NUMA support for arm64 platforms.
Ganapatrao Kulkarni