summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/numa.c
AgeCommit message (Expand)Author
2021-01-14numa: Move numa implementation to common codeAtish Patra
2021-01-14arm64, numa: Change the numa init functions name to be genericAtish Patra
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13arm64: numa: simplify dummy_numa_init()Mike Rapoport
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon
2020-09-21arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu
2020-09-07arm64/numa: Fix a typo in comment of arm64_numa_initYanfei Xu
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport
2019-08-05arm64: Replace strncmp with str_has_prefixChuhong Yuan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-03arm64/mm: fix kernel-doc commentsQian Cai
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2018-12-12arm64: Add memory hotplug supportRobin Murphy
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-10-01arm64/numa: Unify common error path in numa_init()Anshuman Khandual
2018-10-01arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla
2017-07-20arm64/numa: Drop duplicate messagePunit Agrawal
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky
2016-10-26arm64/numa: fix incorrect log for memory-less nodeHanjun Guo
2016-10-26arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximityYisheng Xie
2016-09-09arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei
2016-09-09arm64/numa: remove some useless codeZhen Lei
2016-09-09arm64/numa: support HAVE_SETUP_PER_CPU_AREAZhen Lei
2016-09-09arm64: numa: Use pr_fmt()Kefeng Wang
2016-09-09arm64/numa: avoid inconsistent information to be printedZhen Lei
2016-08-17arm64: Fix NUMA build error when !CONFIG_ACPICatalin Marinas
2016-05-30arm64, ACPI, NUMA: NUMA support based on SRAT and SLITHanjun Guo
2016-05-30arm64, NUMA: Cleanup NUMA disabled messagesDavid Daney
2016-05-30arm64, NUMA: rework numa_add_memblk()Hanjun Guo
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni