summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-08-22Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown1-6/+3
2013-08-22Merge remote-tracking branch 'asoc/topic/pxa' into asoc-nextMark Brown1-57/+114
2013-08-22Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-nextMark Brown2-17/+11
2013-08-16Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds8-33/+69
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+5
2013-08-16ARM: dts: Change i2s compatible string on exynos5250Padmavathi Venna1-6/+3
2013-08-16ASoC: samsung: Fix DTS breakage from missing dependenciesMark Brown2-22/+16
2013-08-15Merge branch 'topic/dma' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown173-667/+893
2013-08-14ARM: pxa: ssp: add pxa_ssp_request_of()Daniel Mack1-0/+25
2013-08-14ARM: pxa: ssp: use devm_ functionsDaniel Mack1-28/+12
2013-08-14ARM: pxa: ssp: add DT bindingsDaniel Mack1-21/+69
2013-08-14ARM: pxa: ssp: add shortcut for &pdev->devDaniel Mack1-7/+8
2013-08-14ARM: pxa: ssp: remove unnecessary warning on kzalloc() failureDaniel Mack1-3/+2
2013-08-13perf/arm: Fix armpmu_map_hw_event()Stephen Boyd1-1/+6
2013-08-13Merge branch 'security-fixes' into fixesRussell King4-9/+14
2013-08-13ARM: 7807/1: kexec: validate CPU hotplug supportStephen Warren3-4/+29
2013-08-13ARM: 7812/1: rwlocks: retry trylock operation if strex fails on free lockWill Deacon1-19/+30
2013-08-13ARM: 7811/1: locks: use early clobber in arch_spin_trylockWill Deacon1-1/+1
2013-08-13ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()Stephen Boyd1-1/+6
2013-08-13ARM: 7809/1: perf: fix event validation for software group leadersWill Deacon1-0/+3
2013-08-13ARM: dts: Change i2s compatible string on exynos5250Padmavathi Venna2-6/+3
2013-08-13ARM: dts: exynos5250: move common i2s properties to exynos5 dtsiPadmavathi Venna2-12/+21
2013-08-09Merge tag 'fbdev-fixes-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-107/+146
2013-08-08ARM: Fix FIQ code on VIVT CPUsRussell King1-6/+2
2013-08-07ARM: Fix !kuser helpers caseRussell King1-1/+2
2013-08-07ARM: Fix the world famous typo with is_gate_vma()Russell King1-1/+1
2013-08-05ASoC: kirkwood: combine kirkwood-i2s and kirkwood-dma driversRussell King2-17/+11
2013-08-04ARM: tegra: enable ULPI phy on Colibri T20Lucas Stach1-0/+1
2013-08-04ARM: STi: remove sti_secondary_start from INIT section.Srinivas Kandagatla1-2/+0
2013-08-04ARM: STi: Fix cpu nodes with correct device_type.Srinivas Kandagatla1-0/+2
2013-08-04Merge tag 'renesas-fixes2-for-v3.11' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson3-5/+8
2013-08-04Merge tag 'for-v3.11-rc/omap-fixes-b' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson9-24/+83
2013-08-04Merge tag 'omap-for-v3.11/fixes-omap5' of git://git.kernel.org/pub/scm/linux/...Olof Johansson1-29/+49
2013-08-04Merge tag 'msm-3.11-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Olof Johansson4-47/+3
2013-08-03Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-28/+31
2013-08-03Merge branch 'security-fixes' into fixesRussell King3-28/+31
2013-08-03ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King2-2/+7
2013-08-03ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King2-26/+24
2013-08-02Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds34-234/+385
2013-08-02ARM: OMAP: dss-common: fix Panda's DVI DDC channelTomi Valkeinen1-1/+1
2013-08-01Merge branch 'security-fixes' into fixesRussell King13-99/+253
2013-08-01ARM: Add .text annotations where required after __CPUINIT removalRussell King2-0/+2
2013-08-01ARM: 7803/1: Fix deadlock scenario with smp_send_stop()Stephen Boyd1-0/+3
2013-08-01ARM: make vectors page inaccessible from userspaceRussell King3-1/+12
2013-08-01ARM: move signal handlers into a vdso-like pageRussell King6-31/+87
2013-07-31ARM: allow kuser helpers to be removed from the vector pageRussell King3-9/+51
2013-07-31ARM: update FIQ support for relocation of vectorsRussell King2-5/+17
2013-07-31ARM: use linker magic for vectors and vector stubsRussell King2-18/+27
2013-07-31ARM: move vector stubsRussell King4-30/+37