aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/smp.c
AgeCommit message (Expand)Author
2011-04-01powerpc/smp: Increase vdso_data->processorCount, not just decrease itBenjamin Herrenschmidt
2011-04-01powerpc/smp: Create idle threads on demand and properly reset themBenjamin Herrenschmidt
2011-04-01powerpc/smp: Don't expose per-cpu "cpu_state" arrayBenjamin Herrenschmidt
2011-04-01powerpc/smp: Add a smp_ops->bringup_up() done callbackBenjamin Herrenschmidt
2011-04-01powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32Benjamin Herrenschmidt
2011-04-01powerpc/smp: Remove unused smp_ops->cpu_enable()Benjamin Herrenschmidt
2011-04-01powerpc/smp: Remove unused generic_cpu_enable()Benjamin Herrenschmidt
2011-04-01powerpc/smp: Fix generic_mach_cpu_die()Benjamin Herrenschmidt
2011-04-01powerpc/smp: soft-replugged CPUs must go back to start_secondaryBenjamin Herrenschmidt
2010-11-29powerpc: Cleanup APIs for cpu/thread/core mappingsVaidyanathan Srinivasan
2010-09-02powerpc: Account time using timebase rather than PURRPaul Mackerras
2010-09-02powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling
2010-08-24powerpc: Silence __cpu_up() under normal operationSigned-off-by: Darren Hart
2010-07-31powerpc/smp: remove the incorrect decrementer initial codes for APTiejun Chen
2010-07-09powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras
2010-05-21powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller
2010-05-06powerpc/cpumask: Update some commentsAnton Blanchard
2010-05-06powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard
2010-05-06powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard
2010-05-06powerpc/cpumask: Convert smp_cpus_done to new cpumask APIAnton Blanchard
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp
2010-04-07powerpc: Use set_cpus_allowed_ptrJulia Lawall
2010-01-15powerpc: Move cpu hotplug driver lock from pseries to powerpcNathan Fontenot
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-09powerpc: stop_this_cpu: remove the cpu from the online map.Valentine Barshak
2009-10-29percpu: make percpu symbols in powerpc uniqueTejun Heo
2009-09-24cpumask: Use accessors for cpu_*_mask: powerpcRusty Russell
2009-09-24cpumask: arch_send_call_function_ipi_mask: powerpcRusty Russell
2009-09-11powerpc/85xx: Fix SMP compile error and allow NULL for smp_opsKumar Gala
2009-08-27powerpc/pseries: Reduce the polling interval in __cpu_up()Gautham R Shenoy
2009-06-26powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMPBenjamin Herrenschmidt
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-21powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node()Nathan Lynch
2008-12-16powerpc: Move smp_hw_index to 32-bit codeNathan Lynch
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-11-19powerpc: Provide a separate handler for each IPI actionMilton Miller
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt
2008-10-13powerpc/smp: No need to set_need_resched when getting a resched IPIMilton Miller
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul
2008-07-28powerpc: Make core id information available to userspaceNathan Lynch
2008-07-28powerpc: Make core sibling information available to userspaceNathan Lynch
2008-07-28powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-26powerpc: convert to generic helpers for IPI function callsJens Axboe
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/kernelMichael Ellerman
2008-05-02[POWERPC] Bolt in SLB entry for kernel stack on secondary cpusPaul Mackerras
2008-01-25[POWERPC] Make smp_send_stop() handle panic and xmon rebootOlof Johansson
2008-01-25[POWERPC] Make smp_call_function_map staticOlof Johansson
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis