aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14numa: Move numa implementation to common codeAtish Patra1-483/+0
2021-01-14arm64, numa: Change the numa init functions name to be genericAtish Patra1-4/+23
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-13arm64: numa: simplify dummy_numa_init()Mike Rapoport1-8/+5
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cpuinfo', 'for-next/fpsimd', 'for-next/misc', 'for-next/mm', 'for-next/pci', 'for-next/perf', 'for-next/ptrauth', 'for-next/sdei', 'for-next/selftests', 'for-next/stacktrace', 'for-next/svm', 'for-next/topology', 'for-next...Will Deacon1-2/+6
2020-09-21arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu1-1/+5
2020-09-07arm64/numa: Fix a typo in comment of arm64_numa_initYanfei Xu1-1/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-10/+0
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport1-3/+6
2019-08-05arm64: Replace strncmp with str_has_prefixChuhong Yuan1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-03arm64/mm: fix kernel-doc commentsQian Cai1-13/+12
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport1-0/+4
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2018-12-12arm64: Add memory hotplug supportRobin Murphy1-0/+10
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-01arm64/numa: Unify common error path in numa_init()Anshuman Khandual1-4/+7
2018-10-01arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual1-1/+1
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla1-8/+21
2017-07-20arm64/numa: Drop duplicate messagePunit Agrawal1-6/+1
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky1-1/+1
2016-10-26arm64/numa: fix incorrect log for memory-less nodeHanjun Guo1-2/+5
2016-10-26arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximityYisheng Xie1-1/+1
2016-09-09arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei1-6/+10
2016-09-09arm64/numa: remove some useless codeZhen Lei1-4/+0
2016-09-09arm64/numa: support HAVE_SETUP_PER_CPU_AREAZhen Lei1-0/+52
2016-09-09arm64: numa: Use pr_fmt()Kefeng Wang1-19/+18
2016-09-09arm64/numa: avoid inconsistent information to be printedZhen Lei1-3/+3
2016-08-17arm64: Fix NUMA build error when !CONFIG_ACPICatalin Marinas1-0/+2
2016-05-30arm64, ACPI, NUMA: NUMA support based on SRAT and SLITHanjun Guo1-1/+4
2016-05-30arm64, NUMA: Cleanup NUMA disabled messagesDavid Daney1-4/+7
2016-05-30arm64, NUMA: rework numa_add_memblk()Hanjun Guo1-6/+6
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni1-0/+396