summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/topology.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao2019-07-041-0/+6
* powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-01-301-0/+2
* powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-211-0/+5
* powerpc/pseries: Fix CONFIG_NUMA=n buildMichael Ellerman2018-05-081-8/+5Star
* powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=nCorentin Labbe2018-02-151-0/+3
* powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplugGuenter Roeck2018-02-131-0/+5
* powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot2018-02-081-0/+5
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-0/+8
|\
| * powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann2017-10-161-0/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* powerpc/topology: Remove the unused parent_node() macroDou Liyang2017-08-161-2/+0Star
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-041-0/+6
|\
| * powerpc: Only obtain cpu_hotplug_lock if called by rtasdThiago Jung Bauermann2017-06-231-0/+6
* | powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman2017-06-061-0/+14
|/
* sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-111-13/+0Star
|\
| * powerpc: Fix comment around arch specific definition of RECLAIM_DISTANCEPreeti U Murthy2014-05-281-1/+1
| * powerpc/numa: Enable USE_PERCPU_NUMA_NODE_IDNishanth Aravamudan2014-05-281-13/+0Star
* | mm: disable zone_reclaim_mode by defaultMel Gorman2014-06-051-6/+2Star
|/
* sched: Remove unused mc_capable() and smt_capable()Bjorn Helgaas2014-03-111-1/+0Star
* powerpc: Fix the setup of CPU-to-Node mappings during CPU onlineSrivatsa S. Bhat2014-01-151-1/+9
* powerpc: Make chip-id information available to userspaceVasant Hegde2013-08-141-0/+1
* powerpc/pseries: Add /proc interface to control topology updatesNathan Fontenot2013-04-261-0/+5
* sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-36/+0Star
* cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-5/+5
* powerpc/numa: Remove duplicate RECLAIM_DISTANCE definitionAnton Blanchard2011-09-201-10/+0Star
* powerpc/numa: Disable NEWIDLE balancing at node levelAnton Blanchard2011-09-201-1/+1
* powerpc/numa: Increase SD_NODES_PER_DOMAIN to 32.Anton Blanchard2011-09-201-0/+6
* powerpc/numa: Enable SD_WAKE_AFFINE in node definitionAnton Blanchard2011-09-201-1/+1
* powerpc/pseries: Fix build of topology stuff without CONFIG_NUMABenjamin Herrenschmidt2011-01-121-13/+14
* powerpc/pseries: Fix VPHN build errors on non-SMP systemsJesse Larrew2011-01-111-9/+11
* powerpc: Disable VPHN polling during a suspend operationJesse Larrew2010-12-091-0/+10
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-061-7/+0Star
|\
| * of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-301-7/+0Star
* | powerpc/numa: Use form 1 affinity to setup node distanceAnton Blanchard2010-07-091-0/+3
|/
* powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaimAnton Blanchard2010-05-211-0/+10
* powerpc/cpumask: Convert NUMA code to new cpumask APIAnton Blanchard2010-05-061-1/+1
* powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard2010-05-061-2/+2
* powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaimAnton Blanchard2010-04-071-0/+10
* powerpc: Reformat SD_NODE_INIT to match x86Anton Blanchard2010-02-091-21/+27
* powerpc: cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-151-1/+3
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-2/+0Star
* cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-09-241-5/+0Star
* cpumask: remove the now-obsoleted pcibus_to_cpumask(): powerpcRusty Russell2009-09-241-5/+0Star
* sched: Disable wakeup balancingPeter Zijlstra2009-09-161-1/+0Star
* sched: Improve latencies and throughputMike Galbraith2009-09-151-1/+1
* sched: Tweak wake_idxPeter Zijlstra2009-09-151-1/+2
* sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-151-3/+2Star
* cpumask: remove node_to_first_cpuRusty Russell2009-03-301-5/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-3/+9
|\