aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Merge branch 'dma_complete' into nextVinod Koul1-2/+2
2013-10-30Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/delta/linux into devel-stableRussell King2-7/+33
2013-10-30dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul1-2/+2
2013-10-29ARM: 7848/1: mcpm: Implement cpu_kill() to synchronise on powerdownDave Martin2-0/+25
2013-10-29ARM: 7847/1: mcpm: Factor out logical-to-physical CPU translationDave Martin1-4/+13
2013-10-29ARM: 7856/1: timer-sp: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-28Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson1-7/+31
2013-10-19ARM: mcpm: fix big endian issue in mcpm startup codeVictor Kamensky1-0/+2
2013-10-14Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+8
2013-10-03ARM: 7845/1: sharpsl_param.c: fix invalid memory access for pxa devicesAndrea Adami1-1/+4
2013-10-03ARM: 7842/1: MCPM: don't explode if invoked without being initialized firstNicolas Pitre1-2/+4
2013-09-30ARM: edma: Fix clearing of unused list for DT DMA resourcesJoel Fernandes1-7/+31
2013-09-23ARM: bL_switcher: Add query interface to discover CPU affinitiesDave Martin1-0/+20
2013-09-23ARM: bL_switcher/trace: Add kernel trace trigger interfaceDave Martin1-1/+2
2013-09-23ARM: bL_switcher/trace: Add trace trigger for trace bootstrappingDave Martin1-0/+36
2013-09-23ARM: bL_switcher: Basic trace events supportDave Martin1-0/+17
2013-09-23ARM: bL_switcher: wait until inbound is alive before performing a switchNicolas Pitre1-7/+23
2013-09-23ARM: mcpm: add a simple poke mechanism to the early entry codeNicolas Pitre2-2/+26
2013-09-23ARM: bL_switcher: synchronize the outbound with the inboundNicolas Pitre1-2/+22
2013-09-23ARM: bL_switcher: Add switch completion callback for bL_switch_request()Dave Martin1-5/+48
2013-09-23ARM: bL_switcher: Add runtime control notifierDave Martin1-10/+50
2013-09-23ARM: bL_switcher: Add synchronous enable/disable interfaceDave Martin1-2/+25
2013-09-17Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into devel-stableRussell King3-0/+679
2013-09-17ARM: delete mach-sharkLinus Walleij2-84/+0
2013-09-16Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+17
2013-09-04ARM: edma: Add function to manually trigger an EDMA channelJoel Fernandes1-0/+17
2013-08-22ARM: timer-sp: Set dynamic irq affinityViresh Kumar1-1/+2
2013-08-12ARM: mcpm: use -st dsb option prior to sev instructionsWill Deacon2-3/+3
2013-08-05ARM: bL_switcher: add a simple /dev user interface for debugging purposesNicolas Pitre2-0/+72
2013-08-05ARM: bL_switcher: filter CPU hotplug requests when the switcher is activeNicolas Pitre1-0/+22
2013-08-04ARM: bL_switcher: remove assumptions between logical and physical CPUsNicolas Pitre1-72/+104
2013-07-30ARM: bL_switcher: add kernel cmdline param to disable the switcher on bootNicolas Pitre1-3/+9
2013-07-30ARM: bL_switcher: ability to enable and disable the switcher via sysfsNicolas Pitre1-11/+160
2013-07-30ARM: bL_switcher: do not hardcode GIC IDs in the codeNicolas Pitre1-1/+13
2013-07-30ARM: bL_switcher: hot-unplug half of the available CPUsNicolas Pitre1-1/+77
2013-07-30ARM: bL_switcher: simplify stack isolationNicolas Pitre1-15/+8
2013-07-30ARM: bL_switcher: move to dedicated threads rather than workqueuesNicolas Pitre1-23/+78
2013-07-30ARM: bL_switcher: add clockevent save/restore supportLorenzo Pieralisi1-0/+20
2013-07-30ARM: b.L: core switcher codeNicolas Pitre2-0/+242
2013-07-22Merge tag 'davinci-fixes-for-v3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixesOlof Johansson1-1/+0
2013-07-16ARM: edma: remove duplicated include from edma.cWei Yongjun1-1/+0
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-2/+2
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-7/+2
2013-06-24ARM: edma: Add EDMA crossbar event mux supportMatt Porter1-0/+78
2013-06-24ARM: edma: Add DT and runtime PM support to the private EDMA APIMatt Porter1-13/+173
2013-06-18ARM: edma: Convert to devm_* apiLad, Prabhakar1-45/+20
2013-06-18ARM: edma: remove unused transfer controller handlersMatt Porter1-37/+0
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter3-0/+1595