summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* 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-092-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/+0
* 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/+0
* 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-032-6/+5
|/
* 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/+7
|\ \ \ | |_|/ |/| |
| | * ARM: vic: fix build warning caused by previous commitRussell King2012-11-081-1/+0
| | * ARM: 7554/1: VIC: use irq_domain_add_simple()Linus Walleij2012-10-181-12/+6
| |/ |/|
| * 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/+0
|\ \
| * \ Merge tag 'at91-3.5-cleanup' of git://github.com/at91linux/linux-at91 into ne...Arnd Bergmann2012-04-221-5/+4
| |\ \ | | |/
| * | ARM: remove ixp23xx and ixp2000 platformsRob Herring2012-04-062-509/+0
* | | 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/+2
|/ /
* | ARM: 7377/1: vic: re-read status register before dispatching each IRQ handlerWill Deacon2012-04-101-5/+4
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-7/+6
|\
| * ARM: 7318/1: gic: refactor irq_start assignmentWill Deacon2012-03-241-7/+6
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-293-1964/+0
|\ \
OpenPOWER on IntegriCloud