summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/smp.c
AgeCommit message (Expand)Author
2010-12-22ARM: pgtable: collect up identity mapping functionsRussell King
2010-12-22ARM: pgtable: remove L2 cache flushes for SMP page table bring-upRussell King
2010-12-20ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplugRussell King
2010-12-20ARM: SMP: split out software TLB maintainence broadcastingRussell King
2010-12-20ARM: localtimer: clean up local timer on hot unplugRussell King
2010-12-20ARM: smp: improve CPU bringup failure diagnosticsRussell King
2010-12-20ARM: CPU hotplug: ensure correct ordering of unplugRussell King
2010-12-20ARM: CPU hotplug: move cpu_killed completion to core codeRussell King
2010-12-20ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King
2010-12-20ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King
2010-12-20ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King
2010-12-20ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King
2010-12-20ARM: SMP: provide individual IPI interrupt statisticsRussell King
2010-12-20ARM: fix /proc/interrupts formattingRussell King
2010-12-20ARM: SMP: move ipi_count into irq_stat structureRussell King
2010-12-20ARM: SMP: provide accessors for irq_stat dataRussell King
2010-12-20ARM: include local timer irq stats only when local timers configuredRussell King
2010-12-20ARM: SMP: remove send_ipi_message()Russell King
2010-12-18ARM: smp: avoid incrementing mm_users on CPU startupRussell King
2010-12-03ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King
2010-12-03ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King
2010-11-19ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent
2010-10-18Merge branch 'hotplug' into develRussell King
2010-10-08ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUsRussell King
2010-10-04ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPUTony Lindgren
2010-07-27ARM: call machine_shutdown() from machine_halt(), etcRussell King
2010-07-27ARM: SMP: Always enable clock event broadcast supportRussell King
2010-05-17Merge branch 'devel-stable' into develRussell King
2010-05-15ARM: rename mach_cpu_disable() to platform_cpu_disable()Russell King
2010-05-01ARM: 6066/1: Fix "BUG: scheduling while atomic: swapper/0/0x00000002Santosh Shilimkar
2010-03-14ARM: Add L2 cache handling to smp boot supportRussell King
2009-09-28ARM: Fix __cpuexit section mismatch warningsRussell King
2009-09-28ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcastRussell King
2009-09-24cpumask: use mm_cpumask() wrapper: armRusty Russell
2009-06-11Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King
2009-05-30Check whether the TLB operations need broadcasting on SMP systemsCatalin Marinas
2009-05-28[ARM] smp: use new cpumask functionsRussell King
2009-05-17[ARM] smp: move core localtimer support out of platform specific filesRussell King
2009-05-17[ARM] smp: fix cpumask usage in ARM SMP codeRussell King
2009-02-12[ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPUCatalin Marinas
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-12-01RealView: Use only the shadow mapping of ARM11MPCore local timersCatalin Marinas
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul
2008-08-07[ARM] Fix SMP booting with non-zero PHYS_OFFSETRussell King
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-26arm: convert to generic helpers for IPI function callsJens Axboe
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-04[ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCoreCatalin Marinas