summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/numa: improve control of topology updatesNathan Lynch2019-05-311-6/+12
* powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-04-051-8/+1
* powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran2018-12-011-1/+1
* powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann2018-04-261-10/+37
* powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann2018-04-261-3/+34
* powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot2018-02-221-5/+0
* powerpc: Don't call lockdep_assert_cpus_held() from arch_update_cpu_topology()Thiago Jung Bauermann2017-10-101-1/+0
* powerpc: Only obtain cpu_hotplug_lock if called by rtasdThiago Jung Bauermann2017-06-231-3/+19
* powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual2017-04-111-7/+0
* powerpc: Drop GPL from of_node_to_nid() export to match other archesShailendra Singh2017-02-101-1/+1
* powerpc/mm: Allow memory hotplug into an offline nodeReza Arbab2017-01-301-1/+1
* powerpc/mm: Simplify loop control in parse_numa_properties()Reza Arbab2017-01-301-8/+3
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab2016-12-121-12/+1
* powerpc: Fix numa topology console printAneesh Kumar K.V2016-10-191-5/+5
* powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman2016-10-191-36/+0
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-301-10/+26
|\
| * powerpc/numa: Fix multiple bugs in memory_hotplug_max()Bharata B Rao2016-06-141-1/+17
| * powerpc/numa: Fix whitespace in hot_add_drconf_memory_max()Bharata B Rao2016-06-141-10/+10
* | powerpc/numa: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-221-29/+19
|/
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-4/+1
|\
| * powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1
* | arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodesRaghavendra K T2015-11-051-1/+1
|/
* powerpc/numa: initialize distance lookup table from drconf pathNikunj A Dadhania2015-08-181-3/+13
* powerpc/numa: Reset node_possible_map to only node_online_mapNishanth Aravamudan2015-03-231-0/+7
* powerpc/vphn: move VPHN parsing logic to a separate fileGreg Kurz2015-03-181-58/+3
* powerpc/vphn: move endianness fixing to vphn_unpack_associativity()Greg Kurz2015-03-181-4/+6
* powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY APIGreg Kurz2015-03-181-2/+6
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-111-189/+35
|\
| * powerpc: Move sparse_init() into initmem_initAnton Blanchard2014-11-101-0/+2
| * powerpc: Remove bootmem allocatorAnton Blanchard2014-11-101-190/+34
* | of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-2/+1
|/
* powerpc/numa: ensure per-cpu NUMA mappings are correct on topology updateNishanth Aravamudan2014-10-291-1/+4
* powerpc/numa: use cached value of update->cpu in update_cpu_topologyNishanth Aravamudan2014-10-291-2/+2
* powerpc/vphn: NUMA node code expects big-endianGreg Kurz2014-10-161-0/+3
* powerpc/numa: Add ability to disable and debug topology updatesNishanth Aravamudan2014-10-131-1/+34
* powerpc/numa: check error return from proc_createNishanth Aravamudan2014-10-131-1/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2014-10-041-8/+0
|\
| * powerpc/mm: Use common paging_init() for NUMAScott Wood2014-09-191-8/+0
* | powerpc: some changes in numa_setup_cpu()Li Zhong2014-09-251-6/+8
* | powerpc: Only set numa node information for present cpus at boottimeLi Zhong2014-09-251-1/+1
* | powerpc: Fix warning reported by verify_cpu_node_mapping()Li Zhong2014-09-251-2/+1
* | powerpc: reorder per-cpu NUMA information's initializationNishanth Aravamudan2014-08-131-3/+10
* | powerpc/mm/numa: Fix break placementAndrey Utkin2014-08-051-1/+1
|/
* powerpc/mm: fix ".__node_distance" undefinedMike Qiu2014-04-181-0/+1
* power, sched: stop updating inside arch_update_cpu_topology() when nothing to...Michael Wang2014-04-091-0/+15
* powerpc/numa: Fix decimal permissionsJoe Perches2014-01-291-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-271-5/+91
|\
| * powerpc: Add debug checks to catch invalid cpu-to-node mappingsSrivatsa S. Bhat2014-01-151-2/+24
| * powerpc: Fix the setup of CPU-to-Node mappings during CPU onlineSrivatsa S. Bhat2014-01-151-3/+67