summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-10/+38
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2014-01-24Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-7/+7
2014-01-22Merge branch 'devel-stable' into for-nextRussell King1-0/+1
2014-01-21Merge tag 'sound-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-3/+1
2014-01-21Fix select-induced Kconfig warning for ZBOOT_ROMRussell King1-3/+3
2014-01-09Merge branch 'qcom/soc2' into next/socOlof Johansson1-2/+2
2014-01-09ARM: msm: Move MSM's DT based hardware to multi-platform supportStephen Boyd1-2/+2
2014-01-09Merge branch 'hisi/soc' into next/socKevin Hilman1-0/+2
2013-12-29ARM: 7929/1: Remove duplicate SCHED_HRTICK config optionAxel Lin1-3/+0
2013-12-29ARM: 7928/1: kconfig: select HAVE_EFFICIENT_UNALIGNED_ACCESS for CPUv6+ && MMUWill Deacon1-1/+2
2013-12-29ARM: 7927/1: dcache: select DCACHE_WORD_ACCESS for big-endian CPUsWill Deacon1-1/+1
2013-12-29ARM: 7877/1: use built-in byte swap functionKim Phillips1-0/+1
2013-12-23Merge tag 'samsung-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/kgen...Olof Johansson1-1/+1
2013-12-22ARM: moxart: add MOXA ART SoC platform filesJonas Jensen1-0/+2
2013-12-20Merge tag 'renesas-soc-for-v3.14' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman1-6/+8
2013-12-20ARM: s3c64xx: get rid of custom <mach/gpio.h>Linus Walleij1-2/+1
2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij1-2/+1
2013-12-20Merge branch 'efm32/soc' into next/socKevin Hilman1-1/+21
2013-12-20ARM: hisi: rename hi3xxx to hisiHaojian Zhuang1-2/+2
2013-12-20stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architecturesKees Cook1-12/+1
2013-12-18ARM: hi3xxx: add board support with device treeHaojian Zhuang1-0/+2
2013-12-16ARM: new platform for Energy Micro's EFM32 Cortex-M3 SoCsUwe Kleine-König1-1/+21
2013-12-15ARM: S3C64XX: Select CPU_V6K instead of CPU_V6Tomasz Figa1-1/+1
2013-12-13ARM: add initial support for Marvell Berlin SoCsSebastian Hesselbarth1-0/+2
2013-12-12ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameterMichael Opdenacker1-1/+0
2013-12-10ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACYLaurent Pinchart1-6/+8
2013-11-24ARM: s3c64xx: Add support for DMA using generic amba-pl08x driverTomasz Figa1-0/+1
2013-11-24ARM: mm: Remove bootmem code and switch to NO_BOOTMEMSantosh Shilimkar1-0/+1
2013-11-22Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+8
2013-11-21ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMERWill Deacon1-0/+1
2013-11-16Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-14ARM: 7888/1: seccomp: not compatible with ARM OABIKees Cook1-1/+6
2013-11-14ARM: 7886/1: make OABI default to offKees Cook1-2/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+30
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King1-1/+0
2013-11-12Merge branch 'devel-stable' into for-nextRussell King1-0/+29
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-5/+2
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2013-11-11Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+2
2013-10-31Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King1-0/+1
2013-10-29ARM: 7869/1: remove unused XSCALE_PMU Kconfig paramMichael Opdenacker1-5/+0
2013-10-29ARM: 7854/1: lockref: add support for lockless lockrefs using cmpxchg64Will Deacon1-0/+1
2013-10-29ARM: 7841/1: sa1100: remove complex GPIO interfaceLinus Walleij1-1/+0
2013-10-29ARM: gemini: convert to GENERIC_CLOCKEVENTSLinus Walleij1-1/+2
2013-10-29Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/...Olof Johansson1-2/+1