summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gic/cleanup' into next/socOlof Johansson2013-04-2822-165/+10
|\
| * irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas2013-03-2615-123/+0
| * arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-266-37/+5
| * arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.hCatalin Marinas2013-03-262-5/+5
* | ARM: tegra: pm: fix build error w/o PM_SLEEPJoseph Lo2013-04-181-1/+1
* | Merge tag 'davinci-for-v3.10/soc-2-v2' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2013-04-176-5/+97
|\ \
| * | ARM: davinci: ensure global variables are declaredSekhar Nori2013-04-172-0/+2
| * | ARM: davinci: sram.c: fix incorrect type in assignmentSekhar Nori2013-04-171-2/+2
| * | ARM: davinci: da8xx dt: make file local symbols staticSekhar Nori2013-04-171-2/+2
| * | ARM: davinci: da8xx: add remoteproc supportRobert Tivy2013-04-172-1/+91
* | | Merge tag 'msm-core-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Olof Johansson2013-04-143-86/+66
|\ \ \
| * | | ARM: msm: Wait for timer clear to completeStephen Boyd2013-03-221-18/+23
| * | | ARM: msm: Rework timer binding to be more generalStephen Boyd2013-03-223-73/+48
* | | | ARM: socfpga: Upgrade clk driver for socfpga to make use of dts clock entriesDinh Nguyen2013-04-141-0/+6
* | | | ARM: socfpga: Add clock entries into device treeDinh Nguyen2013-04-143-0/+173
* | | | ARM: socfpga: Enable soft resetDinh Nguyen2013-04-143-4/+20
* | | | Merge tag 'devel-samsung-for-v3.10' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2013-04-097-39/+44
|\ \ \ \
| * | | | ARM: EXYNOS: replace cpumask by the corresponding macroDaniel Lezcano2013-04-101-1/+1
| * | | | ARM: EXYNOS: handle properly the return valuesDaniel Lezcano2013-04-101-5/+10
| * | | | ARM: EXYNOS: factor out the idle statesDaniel Lezcano2013-04-101-28/+17
| * | | | ARM: SAMSUNG: check processor type before cache restoration in resumeInderpal Singh2013-04-041-0/+9
| * | | | ARM: S3C64XX: Slow down mic detection rate for wm5102Charles Keepax2013-04-041-0/+1
| * | | | ARM: S3C64XX: Clear DMA flags on channel requestCharles Keepax2013-04-041-0/+1
| * | | | ARM: EXYNOS: Clear ENABLE_WAKEUP_SW bit when entering suspendJonathan Kliegman2013-04-041-6/+1
| * | | | ARM: EXYNOS: Remove hardcode wakeup unmask for EINT_0Jonathan Kliegman2013-04-041-1/+1
| * | | | ARM: EXYNOS: Add support for rtc wakeupInderpal Singh2013-03-071-0/+2
| * | | | ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functionsSylwester Nawrocki2013-03-071-0/+3
* | | | | Merge tag 'tegra-for-3.10-defconfig' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2013-04-091-8/+10
|\ \ \ \ \
| * | | | | ARM: tegra: defconfig updatesStephen Warren2013-04-031-8/+10
| |/ / / /
* | | | | Merge tag 'omap-for-v3.10/soc-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2013-04-0948-156/+498
|\ \ \ \ \
| * | | | | ARM: OMAP4: Enable fix for Cortex-A9 erratasSricharan R2013-04-081-0/+2
| * | | | | ARM: OMAP2+: Export SoC information to userspaceRuslan Bilovol2013-04-084-0/+75
| * | | | | ARM: OMAP2+: SoC name and revision unificationRuslan Bilovol2013-04-081-8/+22
| * | | | | ARM: OMAP2+: Move common part of late init into common functionRuslan Bilovol2013-04-081-18/+15
| * | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-04-0317-72/+230
| |\ \ \ \ \
| | * | | | | ARM: 7690/1: mm: fix CONFIG_LPAE typosPaul Bolle2013-04-032-2/+2
| | * | | | | ARM: 7689/1: add unwind annotations to ftrace asmRabin Vincent2013-04-031-0/+12
| | * | | | | ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon2013-04-033-7/+6
| | * | | | | ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas2013-04-036-1/+102
| | * | | | | ARM: 7682/1: cache-l2x0: fix masking of RTL revision numbering and set_debug ...Rob Herring2013-04-031-7/+4
| | * | | | | ARM: iWMMXt: always enable iWMMXt support with PJ4 CPUsRussell King2013-04-031-2/+2
| | * | | | | ARM: 7681/1: hw_breakpoint: use warn_once to avoid spam from reset_ctrl_regs()Santosh Shilimkar2013-03-221-3/+3
| | * | | | | ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUsStepan Moskovchenko2013-03-221-0/+15
| | * | | | | ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 registerStephen Boyd2013-03-222-2/+22
| | * | | | | ARM: 7679/1: Clear IDIVT hwcap if CONFIG_ARM_THUMB=nStephen Boyd2013-03-221-1/+1
| | * | | | | ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addressesSricharan R2013-03-221-26/+47
| | * | | | | Merge branch 'kvm-arm/vgic-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Russell King2013-03-221-21/+14
| | |\ \ \ \ \
| | | * | | | | ARM: KVM: vgic: take distributor lock on sync_hwstate pathMarc Zyngier2013-02-221-18/+6
| | | * | | | | ARM: KVM: vgic: force EOIed LRs to the empty stateMarc Zyngier2013-02-221-3/+8
| * | | | | | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-04-0229-58/+154
| |\ \ \ \ \ \ \