summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-311-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/+19Star
|/
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-061-4/+1Star
|\
| * powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1Star
* | arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodesRaghavendra K T2015-11-061-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/+3Star
* 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-121-189/+35Star
|\
| * powerpc: Move sparse_init() into initmem_initAnton Blanchard2014-11-091-0/+2
| * powerpc: Remove bootmem allocatorAnton Blanchard2014-11-091-190/+34Star
* | of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-2/+1Star
|/
* powerpc/numa: ensure per-cpu NUMA mappings are correct on topology updateNishanth Aravamudan2014-10-281-1/+4
* powerpc/numa: use cached value of update->cpu in update_cpu_topologyNishanth Aravamudan2014-10-281-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/+0Star
|\
| * powerpc/mm: Use common paging_init() for NUMAScott Wood2014-09-191-8/+0Star
* | 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/+1Star
* | 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-191-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-281-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
* | memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-221-3/+5
|/
* mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu2013-11-131-2/+1Star
* powerpc: Fix warnings for arch/powerpc/mm/numa.cRobert Jennings2013-10-301-4/+4
* powerpc: Make NUMA device node code endian safeAlistair Popple2013-08-141-48/+52
* powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-141-1/+1
* powerpc: VPHN topology change updates all siblingsRobert Jennings2013-08-011-15/+44
* powerpc/numa: Do not update sysfs cpu registration from invalid contextNathan Fontenot2013-07-011-2/+3
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-4/+3Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-62/+216
|\
| * powerpc/pseries: Correct builds break when CONFIG_SMP not definedNathan Fontenot2013-04-301-0/+8
| * powerpc: Fix build failure after merge of the cgroup treeStephen Rothwell2013-04-301-0/+1
| * powerpc/pseries: Add /proc interface to control topology updatesNathan Fontenot2013-04-261-1/+61
| * powerpc/pseries: RE-enable Virtual Processor Home Node updatingJesse Larrew2013-04-261-2/+1Star
| * powerpc/pseries: Update NUMA VDSO information when updating CPU mapsJesse Larrew2013-04-261-1/+7
| * powerpc/pseries: Use stop machine to update cpu mapsNathan Fontenot2013-04-261-19/+65
| * powerpc/pseries: Update CPU maps when device tree is updatedJesse Larrew2013-04-261-24/+75