summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-1413-881/+1571
|\
| * ARM: removing support for etb/etm in "arch/arm/kernel/"Mathieu Poirier2014-11-078-881/+2
| * coresight: adding basic support for D01 boardXia Kaixu2014-11-071-0/+717
| * coresight: adding basic support for Vexpress TC2Mathieu Poirier2014-11-071-0/+199
| * coresight: adding support for beagle and beagleXMMathieu Poirier2014-11-072-0/+56
| * coresight-etm: add CoreSight ETM/PTM driverPratik Patel2014-11-072-0/+551
| * coresight-etb: add CoreSight ETB driverPratik Patel2014-11-071-0/+8
| * coresight-tpiu: add CoreSight TPIU driverPratik Patel2014-11-071-0/+9
| * coresight-tmc: add CoreSight TMC driverPratik Patel2014-11-071-0/+20
| * coresight: add CoreSight core layer frameworkPratik Patel2014-11-071-0/+9
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1416-16/+0
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0317-17/+0
| |\ \ | | |/ | |/|
| | * ARM: plat-samsung: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * ARM: plat-pxa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * ARM: mach-u300: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * ARM: mach-sa1100: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * ARM: mach-s3c24xx: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * ARM: mach-pxa: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
| | * ARM: mach-prima2: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0
| | * ARM: mach-omap2: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * ARM: mach-msm: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
| | * ARM: mach-imx: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * ARM: mach-davinci: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
| | * ARM: common: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-142-11/+5
|\ \ \
| * | | arm: omap3: twl: remove usb phy init dataHeikki Krogerus2014-12-101-11/+1
| * | | Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman2014-11-3054-118/+175
| |\ \ \
| * \ \ \ Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-11-251-0/+4
| |\ \ \ \
| | * | | | arm: boot: dts: am4372: enable dwc3 suspend PHY quirkFelipe Balbi2014-11-101-0/+4
| | | |/ / | | |/| |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-135-7/+14
|\ \ \ \ \
| * | | | | crypto: arm - replace memset by memzero_explicitJulia Lawall2014-12-021-1/+1
| * | | | | crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-244-6/+6
| * | | | | ARM: at91/dt: add trng node to at91sam9g45Boris Brezillon2014-11-201-0/+7
| |/ / / /
* | | | | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-131-0/+1
|\ \ \ \ \
| * | | | | gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio2014-12-131-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-121-0/+4
|\ \ \ \ \ \
| * | | | | | arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-0/+4
* | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-12-1280-832/+1417
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'devel-stable' into for-nextRussell King2014-12-0514-56/+393
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/l...Russell King2014-11-0314-56/+393
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | ARM: mm: allow text and rodata sections to be read-onlyKees Cook2014-10-166-1/+92
| | | * | | | | ARM: mm: allow non-text sections to be non-executableKees Cook2014-10-164-2/+133
| | | * | | | | arm: kgdb: Handle read-only text / modulesDoug Anderson2014-10-162-1/+30
| | | * | | | | ARM: kexec: Make .text R/W in machine_kexecNikolay Borisov2014-10-161-4/+4
| | | * | | | | arm: use fixmap for text patching when text is RORabin Vincent2014-10-164-21/+89
| | | * | | | | arm: fixmap: implement __set_fixmap()Kees Cook2014-10-162-0/+26
| | | * | | | | ARM: expand fixmap region to 3MBRob Herring2014-10-163-11/+12
| | | * | | | | arm: use generic fixmap.hMark Salter2014-10-162-19/+10
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-nextRussell King2014-12-0570-779/+1027
| |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | ARM: 8243/1: sa1100: add a clock alias for sa1111 pcmcia deviceDmitry Eremin-Solenikov2014-12-051-0/+2