aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/of_numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08of, numa: Validate some distance map rulesJohn Garry1-2/+7
2018-09-28of: use for_each_of_cpu_node iteratorRob Herring1-13/+2
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-04-18of/numa: drop export of of_node_to_nidRob Herring1-1/+0
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-12/+1
2017-04-18of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()Tyrel Datwyler1-0/+2
2016-11-15of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney1-1/+6
2016-09-09of_numa: Use pr_fmt()Kefeng Wang1-10/+11
2016-09-09of_numa: Use of_get_next_parent to simplify codeKefeng Wang1-5/+1
2016-09-09of/numa: remove a duplicated warningZhen Lei1-7/+2
2016-09-09of/numa: add nid check for memory blockZhen Lei1-0/+5
2016-09-09of/numa: fix a memory@ node can only contains one memory blockZhen Lei1-19/+10
2016-09-09of/numa: remove a duplicated pr_debug informationZhen Lei1-4/+0
2016-05-30arm64, NUMA: rework numa_add_memblk()Hanjun Guo1-2/+2
2016-04-15of, numa: Add NUMA of binding implementation.David Daney1-0/+211