summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-146-50/+78
|\
| * ARM: dts: add mipi dsi device node to exynos3250.dtsiInki Dae2014-09-191-0/+15
| * ARM: dts: add mipi_phy device node to exynos3250.dtsiInki Dae2014-09-191-0/+6
| * ARM: dts: add fimd device node to exynos3250.dstiInki Dae2014-09-191-0/+12
| * Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2014-09-185-50/+45Star
| |\
| | * drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart2014-09-155-50/+45Star
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-10-1419-72/+0Star
|\ \ \
| * | | kbuild: arm: Do not define "comma" twiceMasahiro Yamada2014-10-021-2/+0Star
| * | | kbuild: remove unnecessary variable initializaionsMasahiro Yamada2014-10-0218-69/+0Star
| * | | kbuild: remove unnecessary "obj- := dummy.o" trickMasahiro Yamada2014-10-021-1/+0Star
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-142-7/+7
|\ \ \ \
| * | | | ARM: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-6/+6
| * | | | ARM: dts: fix wrong compatible string of Exynos3250 RTC dt nodeChanwoo Choi2014-10-141-1/+1
* | | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-141-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-031-1/+6
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-2/+2
|\ \ \ \ \
| * | | | | ARM: topology: Use the new cpu_capacity interfaceVincent Guittot2014-09-191-2/+2
* | | | | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-183/+124Star
|\ \ \ \ \ \
| * | | | | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
| * | | | | | locking,arch,arm: Fold atomic_opsPeter Zijlstra2014-08-141-182/+123Star
* | | | | | | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen optionsJulien Grall2014-10-031-1/+1
* | | | | | | | Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-10-113-6/+2Star
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: dts: fix MMC2 regulators for Exynos5420 Arndale Octa boardBartlomiej Zolnierkiewicz2014-10-091-1/+2
| * | | | | | | | ARM: shmobile: remove MMC_CAP2_NO_MULTI_READ from lagerKuninori Morimoto2014-09-091-2/+0Star
| * | | | | | | | ARM: shmobile: remove MMC_CAP2_NO_MULTI_READ from koelschKuninori Morimoto2014-09-091-3/+0Star
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2014-10-101-16/+0Star
|\ \ \ \ \ \ \ \
| * | | | | | | | dma-mapping: Provide write-combine allocationsThierry Reding2014-08-261-16/+0Star
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-101-7/+5Star
|\ \ \ \ \ \ \ \
| * | | | | | | | arm/arm64: unexport restart handlersGuenter Roeck2014-09-261-1/+0Star
| * | | | | | | | arm: support restart through restart handler call chainGuenter Roeck2014-09-261-6/+5Star
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-109-161/+136Star
|\ \ \ \ \ \ \ \
| * | | | | | | | nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-101-2/+1Star
| * | | | | | | | arm: mm: enable RCU fast_gupSteve Capper2014-10-103-0/+27
| * | | | | | | | arm: mm: enable HAVE_RCU_TABLE_FREE logicSteve Capper2014-10-102-2/+37
| * | | | | | | | arm: mm: introduce special ptes for LPAESteve Capper2014-10-103-4/+11
| * | | | | | | | ARM: mm: don't limit default CMA region only to low memoryMarek Szyprowski2014-10-101-1/+1
| * | | | | | | | arm: use genalloc for the atomic poolLaura Abbott2014-10-102-104/+50Star
| * | | | | | | | common: dma-mapping: introduce common remapping functionsLaura Abbott2014-10-101-48/+9Star
* | | | | | | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-0924-115/+30Star
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-10-079-10/+10
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge back cpufreq material for v3.18.Rafael J. Wysocki2014-10-039-10/+10
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'Viresh Kumar2014-10-039-10/+10
| | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| * | | | | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-10-071-0/+23
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drivers: cpuidle: initialize big.LITTLE driver through DTLorenzo Pieralisi2014-09-251-0/+23
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2014-10-0717-109/+1Star
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: exynos: Move to generic PM domain DT bindingsTomasz Figa2014-09-221-77/+1Star
| | * | | | | | | | | | ARM: s3c64xx: Leave disabling of unused PM domains to genpdUlf Hansson2014-09-0913-29/+0Star
| | * | | | | | | | | | ARM: exynos: Leave disabling of unused PM domains to genpdUlf Hansson2014-09-091-1/+0Star
| | * | | | | | | | | | ARM: shmobile: Drop dev_irq_safe from R-mobile genpd configUlf Hansson2014-09-091-1/+0Star