summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-11-305-9/+28
|\
| * Merge branch 'v3.7-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2012-11-291-4/+5
| |\
| | * ARM: S3C24XX: Fix potential NULL pointer dereference errorSachin Kamat2012-11-211-4/+5
| * | Merge tag 'orion_fixes_for_3.7' of git://git.infradead.org/users/jcooper/linu...Olof Johansson2012-11-264-5/+23
| |\ \
| | * | ARM: Kirkwood: Update PCI-E fixupJason Gunthorpe2012-11-212-3/+9
| | * | Dove: Fix irq_to_pmu()Russell King - ARM Linux2012-11-211-1/+1
| | * | Dove: Attempt to fix PMU/RTC interruptsRussell King - ARM Linux2012-11-211-1/+13
| | |/
* | | Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2012-11-308-56/+44Star
|\ \ \
| * | | IXP4xx: use __iomem for MMIOArnd Bergmann2012-11-222-8/+8
| * | | IXP4xx: map CPU config registers within VMALLOC region.Krzysztof Hałasa2012-11-223-38/+21Star
| * | | IXP4xx: Always ioremap() Queue Manager MMIO region at boot.Krzysztof Hałasa2012-11-224-21/+17Star
| * | | ixp4xx: Declare MODULE_FIRMWARE usageTim Gardner2012-11-221-1/+8
| * | | IXP4xx: Remove time limit for PCI TRDY to enable use of slow devices.Krzysztof Hałasa2012-11-221-0/+1
| * | | IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.Krzysztof Hałasa2012-11-221-1/+1
| * | | IXP4xx: Fix Goramo MultiLink platform compilation.Krzysztof Hałasa2012-11-221-0/+1
| | |/ | |/|
* | | ARM: 7586/1: sp804: set cpumask to cpu_possible_mask for clock event deviceWill Deacon2012-11-281-1/+1
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-11-272-2/+14
|\ \ \
| * | | ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and aboveDave Martin2012-11-231-1/+13
| * | | ARM: 7572/1: proc-v6.S: fix commentNicolas Pitre2012-11-121-1/+1
| * | | ARM: 7570/1: quiet down the non make -s outputJosh Cartwright2012-11-122-6/+6
* | | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-11-231-0/+21
|\ \ \ \
| * | | | Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley2012-11-141-0/+21
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-11-232-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'v3.7-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-11-232-0/+4
| |\ \ \ \
| | * | | | ARM: EXYNOS: PL330 MDMA1 fix for revision 0 of Exynos4210 SOCBartlomiej Zolnierkiewicz2012-11-202-0/+4
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-11-231-14/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ARM - OMAP: ads7846: fix pendown debounce settingIgor Grinberg2012-11-211-14/+20
* | | | | Merge tag 'omap-for-v3.7-rc5/fixes-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2012-11-212-0/+6
|\ \ \ \ \
| * | | | | ARM: OMAP4: TWL: mux sys_drm_msecure as output for PMICKevin Hilman2012-11-121-0/+1
| * | | | | ARM: OMAP3: igep0020: Set WIFI/BT GPIO pins in correct mux modeAnders Hedlund2012-11-071-0/+5
* | | | | | ARM: davinci: dm644x: fix out range signal for EDLad, Prabhakar2012-11-191-2/+1Star
| |_|/ / / |/| | | |
* | | | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann2012-11-165-10/+10
|\ \ \ \ \
| * | | | | ARM: at91/usbh: fix overcurrent gpio setupJohan Hovold2012-11-164-4/+4
| * | | | | ARM: at91/AT91SAM9G45: fix crypto peripherals irq issue due to sparse irq sup...Nicolas Royer2012-11-161-6/+6
* | | | | | Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Arnd Bergmann2012-11-1611-32/+35
|\ \ \ \ \ \
| * | | | | | ARM: imx: ehci: fix host power mask bitChristoph Fritz2012-11-162-2/+2
| * | | | | | ARM i.MX: fix error-valued pointer dereference in clk_register_gate2()Wei Yongjun2012-11-161-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-101-0/+11
| |\ \ \ \ \
| | * | | | | xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini2012-11-091-0/+6
| | * | | | | xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk2012-11-071-0/+5
| * | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-11-077-29/+21Star
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar2012-11-041-1/+1
| | * | | | ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon2012-10-291-2/+2
| | * | | | ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley2012-10-293-10/+14
| | * | | | ARM: 7565/1: sched: stop sched_clock() during suspendFelipe Balbi 22012-10-292-16/+4Star
* | | | | | ARM: boot: Fix usage of kechoFabio Estevam2012-11-122-6/+6
* | | | | | Merge tag 'omap-for-v3.7-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2012-11-126-17/+66
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'omap-fixes-b2-for-3.7-rc' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren2012-11-064-15/+64
| |\ \ \ \ \ \
| | * | | | | | ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel initPaul Walmsley2012-10-311-0/+8
| | * | | | | | ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block dur...Paul Walmsley2012-10-312-0/+9