summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: 7874/2: bL_switcher: Remove cpu_hotplug_driver_{lock,unlock}()Tushar Behera2013-11-071-5/+5
| | * | | Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King2013-10-302-7/+33
| | |\ \ \
| | | * | | ARM: mcpm: fix big endian issue in mcpm startup codeVictor Kamensky2013-10-191-0/+2
| | | | |/ | | | |/|
| | * | | ARM: bL_switcher: Add query interface to discover CPU affinitiesDave Martin2013-09-231-0/+20
| | * | | ARM: bL_switcher/trace: Add kernel trace trigger interfaceDave Martin2013-09-231-1/+2
| | * | | ARM: bL_switcher/trace: Add trace trigger for trace bootstrappingDave Martin2013-09-231-0/+36
| | * | | ARM: bL_switcher: Basic trace events supportDave Martin2013-09-231-0/+17
| | * | | ARM: bL_switcher: wait until inbound is alive before performing a switchNicolas Pitre2013-09-231-7/+23
| | * | | ARM: mcpm: add a simple poke mechanism to the early entry codeNicolas Pitre2013-09-232-2/+26
| | * | | ARM: bL_switcher: synchronize the outbound with the inboundNicolas Pitre2013-09-231-2/+22
| | * | | ARM: bL_switcher: Add switch completion callback for bL_switch_request()Dave Martin2013-09-231-5/+48
| | * | | ARM: bL_switcher: Add runtime control notifierDave Martin2013-09-231-10/+50
| | * | | ARM: bL_switcher: Add synchronous enable/disable interfaceDave Martin2013-09-231-2/+25
| | * | | Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...Russell King2013-09-173-0/+679
| | |\ \ \
| | | * | | ARM: bL_switcher: add a simple /dev user interface for debugging purposesNicolas Pitre2013-08-052-0/+72
| | | * | | ARM: bL_switcher: filter CPU hotplug requests when the switcher is activeNicolas Pitre2013-08-051-0/+22
| | | * | | ARM: bL_switcher: remove assumptions between logical and physical CPUsNicolas Pitre2013-08-041-72/+104
| | | * | | ARM: bL_switcher: add kernel cmdline param to disable the switcher on bootNicolas Pitre2013-07-301-3/+9
| | | * | | ARM: bL_switcher: ability to enable and disable the switcher via sysfsNicolas Pitre2013-07-301-11/+160
| | | * | | ARM: bL_switcher: do not hardcode GIC IDs in the codeNicolas Pitre2013-07-301-1/+13
| | | * | | ARM: bL_switcher: hot-unplug half of the available CPUsNicolas Pitre2013-07-301-1/+77
| | | * | | ARM: bL_switcher: simplify stack isolationNicolas Pitre2013-07-301-15/+8
| | | * | | ARM: bL_switcher: move to dedicated threads rather than workqueuesNicolas Pitre2013-07-301-23/+78
| | | * | | ARM: bL_switcher: add clockevent save/restore supportLorenzo Pieralisi2013-07-301-0/+20
| | | * | | ARM: b.L: core switcher codeNicolas Pitre2013-07-302-0/+242
| * | | | | ARM: 7848/1: mcpm: Implement cpu_kill() to synchronise on powerdownDave Martin2013-10-292-0/+25
| * | | | | ARM: 7847/1: mcpm: Factor out logical-to-physical CPU translationDave Martin2013-10-291-4/+13
| * | | | | ARM: 7856/1: timer-sp: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-291-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-112-84/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/...Olof Johansson2013-10-281-7/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ARM: delete mach-sharkLinus Walleij2013-09-172-84/+0
| | |/ / | |/| |
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-10-142-3/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: 7845/1: sharpsl_param.c: fix invalid memory access for pxa devicesAndrea Adami2013-10-031-1/+4
| * | | ARM: 7842/1: MCPM: don't explode if invoked without being initialized firstNicolas Pitre2013-10-031-2/+4
| |/ /
* / / ARM: edma: Fix clearing of unused list for DT DMA resourcesJoel Fernandes2013-09-301-7/+31
|/ /
* | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-09-161-1/+2
|\ \
| * | ARM: timer-sp: Set dynamic irq affinityViresh Kumar2013-08-221-1/+2
| |/
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-101-0/+17
|\ \
| * | ARM: edma: Add function to manually trigger an EDMA channelJoel Fernandes2013-09-041-0/+17
| |/
* / ARM: mcpm: use -st dsb option prior to sev instructionsWill Deacon2013-08-122-3/+3
|/
* Merge tag 'davinci-fixes-for-v3.11-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-07-221-1/+0
|\
| * ARM: edma: remove duplicated include from edma.cWei Yongjun2013-07-161-1/+0
* | arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-141-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-1/+1
|\
| * sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-1/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-032-7/+2
|\ \
| * | ARM: 7741/1: mcpm_platsmp.c: remove empty smp_init_cpus methodNicolas Pitre2013-06-051-5/+0
| * | ARM: 7740/1: MCPM: prettify debug outputNicolas Pitre2013-06-051-2/+2
| |/
* | ARM: edma: Add EDMA crossbar event mux supportMatt Porter2013-06-241-0/+78
* | ARM: edma: Add DT and runtime PM support to the private EDMA APIMatt Porter2013-06-241-13/+173