summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds158-8694/+1721
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds42-122/+148
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-14/+1
2013-07-02Merge tag 'usb-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-29/+163
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+0
2013-06-29ARM: dt: Only print warning, not WARN() on bad cpu map in device treeOlof Johansson1-2/+3
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro2-9/+0
2013-06-27Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into next/fix...Arnd Bergmann15-27/+53
2013-06-26ARM: at91/PMC: use at91_usb_rate() for UTMI PLLNicolas Ferre1-2/+1
2013-06-26ARM: at91/PMC: fix at91sam9n12 USB FS initNicolas Ferre2-4/+24
2013-06-26ARM: at91/PMC: at91sam9n12 family has a PLLBNicolas Ferre1-1/+0
2013-06-26ARM: at91/PMC: sama5d3 family doesn't have a PLLBNicolas Ferre1-1/+2
2013-06-25ARM: tegra: fix section mismatch in tegra_pmc_parse_dtStephen Warren1-1/+1
2013-06-25Merge tag 'fixes-non-3.11-2' of git://git.infradead.org/users/jcooper/linux i...Olof Johansson1-1/+1
2013-06-24Merge 3.10-rc7 into usb-nextGreg Kroah-Hartman12-32/+106
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman12-32/+106
2013-06-24ARM: mxs: don't select HAVE_PWMArnd Bergmann1-2/+0
2013-06-24ARM: mxs: stub out mxs_pm_init for !CONFIG_PMArnd Bergmann1-0/+4
2013-06-24ARM: 7773/1: PJ4B: Add support for errata 4742Gregory CLEMENT4-3/+59
2013-06-24ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMUSimon Baatz1-0/+6
2013-06-24ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi4-3/+5
2013-06-24ARM: 7762/1: kernel: fix arm_dt_init_cpu_maps() to skip non-cpu nodesLorenzo Pieralisi1-0/+3
2013-06-24ARM: 7760/1: cpu_fa526_do_idle: remove WFIJonas Jensen1-1/+0
2013-06-23ARM: mvebu: fix length of ethernet registers in mv78260 dtsiEzequiel Garcia1-1/+1
2013-06-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2013-06-21ARM: at91: cpuidle: Fix target_residencyDaniel Lezcano1-1/+1
2013-06-21ARM: at91: fix at91_extern_irq usage for non-dt boardsJean-Christophe PLAGNIOL-VILLARD12-19/+26
2013-06-21Merge branch 'armsoc/for-3.11/cleanups' of git://github.com/broadcom/bcm11351...Arnd Bergmann1-2/+0
2013-06-20ARM: picoxcell: remove .nr_irqs referenceArnd Bergmann1-1/+0
2013-06-20ARM: s5p64x0: avoid build warning for uncompress.hArnd Bergmann1-2/+2
2013-06-20Merge tag 'samsung-cleanup-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann19-244/+161
2013-06-20Merge tag 'omap-for-v3.11/dma-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann16-355/+43
2013-06-20Merge tag 'omap-for-v3.11/pm-voltdomain-signed' of git://git.kernel.org/pub/s...Arnd Bergmann36-136/+176
2013-06-20Merge tag 'omap-for-v3.11/pm-serial-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann4-25/+2
2013-06-20Merge branch 'picoxcell-next' of git://github.com/jamieiles/linux-2.6-ji into...Arnd Bergmann2-24/+0
2013-06-20Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into next/fix...Arnd Bergmann3-2/+4
2013-06-20Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...Arnd Bergmann4-237/+0
2013-06-20Merge tag 'zynq-cleanup-for-3.11' of git://git.xilinx.com/linux-xlnx into nex...Arnd Bergmann2-28/+26
2013-06-20ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessaryArnd Bergmann1-1/+1
2013-06-19Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds10-29/+103
2013-06-19ARM: SAMSUNG: Remove unused plat/regs-watchdog.h headerTomasz Figa1-41/+0
2013-06-19ARM: SAMSUNG: Remove legacy watchdog reset codeTomasz Figa1-35/+0
2013-06-19ARM: SAMSUNG: Let platforms use the new watchdog reset driverTomasz Figa7-5/+21
2013-06-19ARM: SAMSUNG: Add watchdog reset driverTomasz Figa4-0/+113
2013-06-19ARM: SAMSUNG: Use local definitions of watchdog registersTomasz Figa1-3/+12
2013-06-19ARM: S5P64X0: Use common uncompress.h part for plat-samsungTomasz Figa1-156/+6
2013-06-19ARM: SAMSUNG: Consolidate uncompress subroutineTushar Behera6-7/+12
2013-06-18ARM: at91: drop rm9200dk board supportJean-Christophe PLAGNIOL-VILLARD4-237/+0
2013-06-18ARM: at91: Change the internal SRAM memory type MT_MEMORY_NONCACHEDWenyou Yang1-1/+1
2013-06-18ARM: at91: Fix link breakage when !CONFIG_PHYLIBAlexandre Belloni2-1/+3