aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-18ARM: 7962/2: Make all mcpm functions notraceDave Martin1-0/+1
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-4/+3
2013-12-29ARM: 7921/1: mcpm: remove redundant dsb instructions prior to sevWill Deacon1-2/+2
2013-12-29ARM: 7918/1: clean up cache handling in core codeNicolas Pitre1-2/+1
2013-12-11arm/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-2/+2
2013-12-06Merge branch 'soc/sched_clock' into next/socKevin Hilman1-2/+2
2013-11-21ARM: timer-sp: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-7/+962
2013-11-12Merge branch 'devel-stable' into for-nextRussell King5-2/+923
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-84/+0
2013-11-07ARM: 7874/2: bL_switcher: Remove cpu_hotplug_driver_{lock,unlock}()Tushar Behera1-5/+5
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