summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-151-3/+0Star
|\
| * ARM: 7715/1: MCPM: adapt to GIC changes after upstream mergeNicolas Pitre2013-05-101-3/+0Star
* | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-16/+124
|\ \
| * | ARM: integrator-cp: convert use CLKSRC_OF for timer initRob Herring2013-04-111-0/+35
| * | ARM: timer-sp: convert to use CLKSRC_OF initRob Herring2013-04-111-16/+89
* | | Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-042-0/+20
|\ \ \ | |_|/ |/| |
| * | ARM: Add interface for registering and calling firmware-specific operationsTomasz Figa2013-04-082-0/+20
| |/
* | ARM: 7709/1: mcpm: Add explicit AFLAGS to support v6/v7 multiplatform kernelsDave Martin2013-05-021-0/+2
* | ARM: mcpm: provide an interface to set the SMP ops at run timeNicolas Pitre2013-04-241-1/+6
* | ARM: mcpm: generic SMP secondary bringup and hotplug supportNicolas Pitre2013-04-242-1/+88
* | ARM: mcpm_head.S: vlock-based first man electionDave Martin2013-04-242-6/+37
* | ARM: mcpm: Add baremetal voting mutexesDave Martin2013-04-242-0/+137
* | ARM: mcpm: introduce helpers for platform coherency exit/setupDave Martin2013-04-242-2/+254
* | ARM: mcpm: introduce the CPU/cluster power APINicolas Pitre2013-04-241-0/+91
* | ARM: multi-cluster PM: secondary kernel entry codeNicolas Pitre2013-04-243-0/+109
|/
* irqchip: Move ARM VIC to drivers/irqchipRob Herring2013-01-123-500/+0Star
* ARM: remove mach .handle_irq for VIC usersRob Herring2013-01-121-34/+36
* ARM: VIC: set handle_arch_irq in VIC initializationRob Herring2013-01-121-0/+1
* ARM: VIC: shrink down vic.hRob Herring2013-01-121-0/+17
* irqchip: Move ARM GIC to drivers/irqchipRob Herring2013-01-123-826/+0Star
* ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-121-1/+1
* ARM: GIC: set handle_arch_irq in GIC initializationRob Herring2013-01-101-0/+3
* ARM: GIC: remove direct use of gic_raise_softirqRob Herring2013-01-101-21/+24
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-01-091-2/+7
|\
| * ARM: 7611/1: VIC: fix bug in VIC irqdomain codeLinus Walleij2013-01-021-2/+7
* | ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-6/+5Star
|/
* Merge branch 'devel-stable' into for-linusRussell King2012-12-111-9/+36
|\
| * ARM: gic: use a private mapping for CPU target interfacesNicolas Pitre2012-11-191-9/+36
| |
| \
*-. \ Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-112-14/+7Star
|\ \ \ | |_|/ |/| |
| | * ARM: vic: fix build warning caused by previous commitRussell King2012-11-081-1/+0Star
| | * ARM: 7554/1: VIC: use irq_domain_add_simple()Linus Walleij2012-10-181-12/+6Star
| |/ |/|
| * ARM: 7586/1: sp804: set cpumask to cpu_possible_mask for clock event deviceWill Deacon2012-11-281-1/+1
|/
* ARM: config: sort select statements alphanumericallyRussell King2012-10-131-2/+2
* ARM: pxa: armcore: fix PCI PIO warningsArnd Bergmann2012-10-091-3/+9
* ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski2012-07-301-0/+1
* ARM: dma-mapping: fix debug messages in dmabounce codeMarek Szyprowski2012-06-131-8/+8
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-19/+65
|\
| * ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski2012-05-211-0/+3
| * ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski2012-05-211-13/+49
| * ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski2012-05-211-3/+10
| * ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski2012-05-211-3/+3
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-222-509/+0Star
|\ \
| * | Merge tag 'at91-3.5-cleanup' of git://github.com/at91linux/linux-at91 into ne...Arnd Bergmann2012-04-221-5/+4Star
| |\|
| * | ARM: remove ixp23xx and ixp2000 platformsRob Herring2012-04-062-509/+0Star
* | | Merge branch 'misc' into for-linusRussell King2012-05-211-25/+31
|\ \ \
| * | | ARM: 7395/1: VIC: use the domain mapping function to assign handlersLinus Walleij2012-04-251-20/+24
| * | | ARM: 7394/1: VIC: respect list of valid sourcesLinus Walleij2012-04-251-5/+7
| | |/ | |/|
* / | ARM: PCI: provide a default bus scan implementationRussell King2012-05-132-16/+2Star
|/ /
* / ARM: 7377/1: vic: re-read status register before dispatching each IRQ handlerWill Deacon2012-04-101-5/+4Star
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-7/+6Star
|\