aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-20powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch1-4/+10
2019-04-20powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala1-1/+0
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport1-0/+4
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+1
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-7/+7
2019-01-30powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot1-8/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-11-14powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-13powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann1-0/+6
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju1-2/+3
2018-09-25powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju1-1/+3
2018-09-24powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann1-1/+2
2018-08-21powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju1-10/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-15/+21
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin1-13/+19
2018-03-30powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin1-2/+2
2018-02-08powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot1-5/+0
2018-01-27powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann1-1/+3
2018-01-27powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann1-10/+37
2018-01-27powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann1-3/+34
2018-01-16powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot1-171/+52
2018-01-16powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot1-23/+17
2018-01-16powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot1-2/+10
2018-01-16powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot1-5/+13
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+55
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+5
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-1/+0
2017-10-16powerpc/vphn: Fix numa update end-loop bugMichael Bringmann1-2/+8
2017-10-16powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann1-1/+22
2017-10-16powerpc/vphn: Improve recognition of PRRN/VPHNMichael Bringmann1-4/+4
2017-10-16powerpc/vphn: Update CPU topology when VPHN enabledMichael Bringmann1-1/+21
2017-10-10powerpc: Don't call lockdep_assert_cpus_held() from arch_update_cpu_topology()Thiago Jung Bauermann1-1/+0
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-7/+5
2017-06-23powerpc: Only obtain cpu_hotplug_lock if called by rtasdThiago Jung Bauermann1-3/+19
2017-04-11powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual1-7/+0
2017-02-10powerpc: Drop GPL from of_node_to_nid() export to match other archesShailendra Singh1-1/+1
2017-01-30powerpc/mm: Allow memory hotplug into an offline nodeReza Arbab1-1/+1
2017-01-30powerpc/mm: Simplify loop control in parse_numa_properties()Reza Arbab1-8/+3
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-12powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab1-12/+1
2016-10-19powerpc: Fix numa topology console printAneesh Kumar K.V1-5/+5
2016-10-19powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman1-36/+0
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-10/+26
2016-07-22powerpc/numa: Convert to hotplug state machineSebastian Andrzej Siewior1-29/+19
2016-06-14powerpc/numa: Fix multiple bugs in memory_hotplug_max()Bharata B Rao1-1/+17