aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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