aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21ARM: SMP: wait for CPU to be marked activeRussell King1-1/+5
2011-05-26ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7Catalin Marinas1-0/+1
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidateRussell King1-0/+7
2011-05-23ARM: consolidate SMP cross call implementationRussell King1-0/+7
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar1-1/+1
2011-04-27ARM: 6887/1: Mark broadcast_timer_setup() __cpuinitStephen Boyd1-1/+1
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-4/+1
2011-02-23ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar1-4/+3
2011-01-06Merge branch 'pgt' (early part) into develRussell King1-36/+0
2011-01-06Merge branch 'misc' into develRussell King1-252/+157
2011-01-05Merge branch 'clksrc' into develRussell King1-2/+3
2010-12-22ARM: pgtable: collect up identity mapping functionsRussell King1-34/+0
2010-12-22ARM: pgtable: remove L2 cache flushes for SMP page table bring-upRussell King1-2/+0
2010-12-20ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplugRussell King1-0/+1
2010-12-20ARM: SMP: split out software TLB maintainence broadcastingRussell King1-126/+0
2010-12-20ARM: localtimer: clean up local timer on hot unplugRussell King1-1/+18
2010-12-20ARM: smp: improve CPU bringup failure diagnosticsRussell King1-9/+5
2010-12-20ARM: CPU hotplug: ensure correct ordering of unplugRussell King1-1/+3
2010-12-20ARM: CPU hotplug: move cpu_killed completion to core codeRussell King1-1/+13
2010-12-20ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King1-0/+1
2010-12-20ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King1-11/+38
2010-12-20ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King1-3/+15
2010-12-20ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King1-0/+15
2010-12-20ARM: SMP: provide individual IPI interrupt statisticsRussell King1-6/+19
2010-12-20ARM: fix /proc/interrupts formattingRussell King1-7/+7
2010-12-20ARM: SMP: move ipi_count into irq_stat structureRussell King1-12/+2
2010-12-20ARM: SMP: provide accessors for irq_stat dataRussell King1-2/+2
2010-12-20ARM: include local timer irq stats only when local timers configuredRussell King1-12/+12
2010-12-20ARM: SMP: remove send_ipi_message()Russell King1-13/+5
2010-12-18ARM: smp: avoid incrementing mm_users on CPU startupRussell King1-1/+0
2010-12-03ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King1-6/+0
2010-12-03ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King1-61/+26
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King1-8/+2
2010-11-19ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent1-2/+3
2010-10-18Merge branch 'hotplug' into develRussell King1-8/+55
2010-10-08ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUsRussell King1-8/+55
2010-10-04ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPUTony Lindgren1-1/+2
2010-07-27ARM: call machine_shutdown() from machine_halt(), etcRussell King1-4/+7
2010-07-27ARM: SMP: Always enable clock event broadcast supportRussell King1-1/+5
2010-05-17Merge branch 'devel-stable' into develRussell King1-0/+6
2010-05-15ARM: rename mach_cpu_disable() to platform_cpu_disable()Russell King1-1/+1
2010-05-01ARM: 6066/1: Fix "BUG: scheduling while atomic: swapper/0/0x00000002Santosh Shilimkar1-0/+6
2010-03-14ARM: Add L2 cache handling to smp boot supportRussell King1-1/+3
2009-09-28ARM: Fix __cpuexit section mismatch warningsRussell King1-3/+3
2009-09-28ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcastRussell King1-6/+1
2009-09-24cpumask: use mm_cpumask() wrapper: armRusty Russell1-5/+5
2009-06-11Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King1-26/+43
2009-05-30Check whether the TLB operations need broadcasting on SMP systemsCatalin Marinas1-26/+43
2009-05-28[ARM] smp: use new cpumask functionsRussell King1-3/+3
2009-05-17[ARM] smp: move core localtimer support out of platform specific filesRussell King1-8/+48