summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' into develRussell King2011-01-06138-1487/+1547
|\
| * Merge branch 'smp' into miscRussell King2011-01-06314-4657/+7419
| |\
| | * ARM: TWD: enable one-shot modeRussell King2011-01-021-0/+1
| | * ARM: 6539/1: ux500: remove unnecessary barrier from the secondary startupSrinidhi Kasagar2010-12-241-1/+0
| | * ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplugRussell King2010-12-201-0/+1
| | * ARM: SMP: split out software TLB maintainence broadcastingRussell King2010-12-203-127/+140
| | * ARM: localtimer: clean up local timer on hot unplugRussell King2010-12-204-24/+18
| | * ARM: CPU hotplug: fix hard-coded control register constantsRussell King2010-12-203-12/+12
| | * ARM: CPU hotplug: add Versatile Express hotplug CPU supportRussell King2010-12-202-0/+129
| | * ARM: CPU hotplug: fix reporting of spurious wakeupsRussell King2010-12-203-27/+33
| | * ARM: smp: improve CPU bringup failure diagnosticsRussell King2010-12-201-9/+5
| | * ARM: VFP: re-initialize VFP coprocessor access enables on CPU hotplugRussell King2010-12-201-1/+23
| | * ARM: Fix subtle race in CPU pen_release hotplug codeRussell King2010-12-204-21/+60
| | * ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin2010-12-204-9/+32
| | * ARM: SMP: remove smp_mpidr.hRussell King2010-12-207-23/+0
| | * ARM: CPU hotplug: ensure correct ordering of unplugRussell King2010-12-201-1/+3
| | * ARM: CPU hotplug: remove bug checks in platform_cpu_die()Russell King2010-12-205-48/+0
| | * ARM: CPU hotplug: move cpu_killed completion to core codeRussell King2010-12-206-35/+19
| | * ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King2010-12-207-12/+1
| | * ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King2010-12-208-169/+83
| | * ARM: SMP: get rid of references to poke_milo and MiloRussell King2010-12-202-39/+12
| | * ARM: SMP: get rid of get_core_count()Russell King2010-12-203-26/+8
| | * ARM: SMP: Clean up ncores sanity checksRussell King2010-12-206-33/+6
| | * ARM: SMP: move CPU number sanity checks to smp_init_cpus()Russell King2010-12-203-33/+34
| | * ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King2010-12-201-3/+15
| | * ARM: SMP: use more sane register allocation for __fixup_smp_on_upRussell King2010-12-201-17/+22
| | * ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King2010-12-202-0/+23
| | * ARM: SMP: provide individual IPI interrupt statisticsRussell King2010-12-203-7/+27
| | * ARM: fix /proc/interrupts formattingRussell King2010-12-205-18/+23
| | * ARM: SMP: move ipi_count into irq_stat structureRussell King2010-12-202-12/+5
| | * ARM: SMP: provide accessors for irq_stat dataRussell King2010-12-202-2/+5
| | * ARM: include local timer irq stats only when local timers configuredRussell King2010-12-203-12/+16
| | * ARM: SMP: remove send_ipi_message()Russell King2010-12-201-13/+5
| | * ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King2010-12-031-6/+0
| | * ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King2010-12-031-61/+26
| | * ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-0315-30/+24
| | * ARM: remove obsolete smp_cross_call_done()Russell King2010-12-031-7/+0
| * | ARM: DMA: add support for DMA debuggingRussell King2011-01-064-23/+83
| * | ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()Russell King2011-01-035-28/+32
| * | ARM: 6541/1: move sev definition to common system.h include fileShiraz Hashim2010-12-241-0/+7
| * | Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"Russell King2010-12-241-6/+2
| * | ARM: provide an early platform initialization hookRussell King2010-12-242-0/+4
| * | ARM: simplify early machine init hooksRussell King2010-12-246-19/+15
| * | ARM: 6538/1: Subarch IRQ handler macros V3Magnus Damm2010-12-242-29/+46
| * | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao2010-12-245-2/+30
| * | ARM: Ensure experimental options are so markedRussell King2010-12-053-5/+6
| * | ARM: move high-usage mostly read variables in setup.c to __read_mostlyRussell King2010-12-051-8/+8
| * | ARM: implement support for read-mostly sectionsRussell King2010-12-052-0/+3
| * | ARM: 6520/1: Kconfig: add new symbol MIGHT_HAVE_PCIHans Ulli Kroll2010-12-056-1/+11
| * | ARM: always build swp_emulate as ARMv7Russell King2010-11-261-0/+1