summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-031-1/+1
* powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch2019-04-201-4/+10
* powerpc/numa: improve control of topology updatesNathan Lynch2019-04-201-6/+12
* powerpc: Remove duplicate headersJagadeesh Pagadala2019-04-201-1/+0
* memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-03-121-0/+4
* Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-8/+1
|\
| * powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-01-301-8/+1
* | numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-7/+7
|/
* powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-1/+1
* powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran2018-11-141-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann2018-10-131-0/+6
* powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju2018-10-051-2/+3
* powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju2018-09-251-1/+3
* powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann2018-09-241-1/+2
* powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-211-10/+10
* 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
|\