summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Stop using of_rootChristophe Leroy2024-03-031-2/+4
* powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman2023-08-241-0/+1
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-281-14/+7
|\
| * powerpc: Use of_address_to_resource()Rob Herring2023-04-041-14/+7
* | powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V2023-04-041-0/+1
|/
* powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()Aneesh Kumar K.V2022-09-301-3/+3
* powerpc/numa: Associate numa node to its cpu earlierOscar Salvador2022-05-221-24/+8
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc/mm: Switch from __FUNCTION__ to __func__Dwaipayan Ray2022-05-041-2/+1
* powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
* powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()Daniel Henrique Barboza2022-03-011-1/+3
* powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-231-3/+3
* powerpc/pseries: Fix numa FORM2 parsing fallback codeNicholas Piggin2021-11-151-16/+12
* powerpc/pseries: rename numa_dist_table to form2_distancesNicholas Piggin2021-11-151-9/+9
* powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju2021-08-271-5/+2
* powerpc/numa: Print debug statements only when requiredSrikar Dronamraju2021-08-271-5/+4
* powerpc/numa: convert printk to pr_xxxSrikar Dronamraju2021-08-271-13/+9
* powerpc/numa: Drop dbg in favour of pr_debugSrikar Dronamraju2021-08-271-15/+9
* powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V2021-08-131-35/+152
* powerpc/pseries: Add a helper for form1 cpu distanceAneesh Kumar K.V2021-08-131-1/+9
* powerpc/pseries: Consolidate different NUMA distance update code pathsAneesh Kumar K.V2021-08-131-57/+155
* powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V2021-08-131-14/+21
* powerpc/pseries: rename min_common_depth to primary_domain_indexAneesh Kumar K.V2021-08-131-19/+19
* powerpc/numa: Consider the max NUMA node for migratable LPARLaurent Dufour2021-08-101-3/+10
* powerpc/numa: Fix a regression on memoryless node 0Srikar Dronamraju2020-11-271-2/+1
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-17/+84
|\
| * pseries/hotplug-memory: hot-add: skip redundant LMB lookupScott Cheloha2020-10-061-1/+1
| * powerpc/smp: Implement cpu_to_coregroup_idSrikar Dronamraju2020-09-161-0/+20
| * powerpc/smp: Create coregroup domainSrikar Dronamraju2020-09-161-0/+5
| * powerpc/numa: Detect support for coregroupSrikar Dronamraju2020-09-161-13/+21
| * powerpc/numa: Offline memoryless cpuless node 0Srikar Dronamraju2020-09-161-0/+10
| * powerpc/numa: Prefer node id queried from vphnSrikar Dronamraju2020-09-161-9/+10
| * powerpc/numa: Set numa_node for all possible cpusSrikar Dronamraju2020-09-161-1/+15
| * powerpc/numa: Restrict possible nodes based on platformSrikar Dronamraju2020-09-161-3/+12
* | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-5/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+0
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
* | powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini2020-07-291-5/+8
* | powerpc/numa: Limit possible nodes to within num_possible_nodesSrikar Dronamraju2020-07-261-3/+4
* | powerpc/numa: remove arch_update_cpu_topologyNathan Lynch2020-07-161-10/+0
* | powerpc/numa: remove prrn_is_enabled()Nathan Lynch2020-07-161-5/+0
* | powerpc/numa: remove start/stop_topology_update()Nathan Lynch2020-07-161-20/+0
* | powerpc/numa: remove timed_topology_update()Nathan Lynch2020-07-161-9/+0
* | powerpc/numa: stub out numa_update_cpu_topology()Nathan Lynch2020-07-161-192/+1
* | powerpc/numa: remove vphn_enabled and prrn_enabled internal flagsNathan Lynch2020-07-161-4/+2
* | powerpc/numa: remove unreachable topology workqueue codeNathan Lynch2020-07-161-14/+0
* | powerpc/numa: remove unreachable topology timer codeNathan Lynch2020-07-161-21/+0
* | powerpc/numa: make vphn_enabled, prrn_enabled flags constNathan Lynch2020-07-161-2/+2
* | powerpc/numa: remove unreachable topology update codeNathan Lynch2020-07-161-147/+2
* | powerpc/numa: remove ability to enable topology updatesNathan Lynch2020-07-161-70/+1
|/