aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/of_numa.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-04of, numa: Fetch empty NUMA node ID from distance mapGravatar Gavin Shan 1-0/+2
2018-11-08of, numa: Validate some distance map rulesGravatar John Garry 1-2/+7
2018-09-28of: use for_each_of_cpu_node iteratorGravatar Rob Herring 1-13/+2
2018-09-07of: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-04-18of/numa: drop export of of_node_to_nidGravatar Rob Herring 1-1/+0
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-12/+1
2017-04-18of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()Gravatar Tyrel Datwyler 1-0/+2
2016-11-15of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.Gravatar David Daney 1-1/+6
2016-09-09of_numa: Use pr_fmt()Gravatar Kefeng Wang 1-10/+11
2016-09-09of_numa: Use of_get_next_parent to simplify codeGravatar Kefeng Wang 1-5/+1
2016-09-09of/numa: remove a duplicated warningGravatar Zhen Lei 1-7/+2
2016-09-09of/numa: add nid check for memory blockGravatar Zhen Lei 1-0/+5
2016-09-09of/numa: fix a memory@ node can only contains one memory blockGravatar Zhen Lei 1-19/+10
2016-09-09of/numa: remove a duplicated pr_debug informationGravatar Zhen Lei 1-4/+0
2016-05-30arm64, NUMA: rework numa_add_memblk()Gravatar Hanjun Guo 1-2/+2
2016-04-15of, numa: Add NUMA of binding implementation.Gravatar David Daney 1-0/+211