summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-15/+21
|\
| * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-301-13/+19
| * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-2/+2
* | powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot2018-02-081-5/+0
|/
* powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann2018-01-271-1/+3
* powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann2018-01-271-10/+37
* powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann2018-01-271-3/+34
* powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot2018-01-161-171/+52
* powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot2018-01-161-23/+17
* powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot2018-01-161-2/+10
* powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot2018-01-161-5/+13
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-8/+55
|\
| * Merge branch 'fixes' into nextMichael Ellerman2017-11-101-1/+0
| |\
| * | powerpc/vphn: Fix numa update end-loop bugMichael Bringmann2017-10-161-2/+8
| * | powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann2017-10-161-1/+22
| * | powerpc/vphn: Improve recognition of PRRN/VPHNMichael Bringmann2017-10-161-4/+4
| * | powerpc/vphn: Update CPU topology when VPHN enabledMichael Bringmann2017-10-161-1/+21
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-7/+5
|\ \ \ | |_|/ |/| |
| * | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-7/+5
| |/
* | 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
OpenPOWER on IntegriCloud