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