summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-31/+4
|\
| * arm: define __smp_xxxMichael S. Tsirkin2016-01-121-9/+3
| * arm: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-22/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-171-1/+14
|\ \
| * \ Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-2425-96/+197
| |\ \
| * | | ARM: dts: Use OF graph for DP to panel connection in exynos5800-peach-piJavier Martinez Canillas2015-12-131-1/+14
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-176-40/+12
|\ \ \ \
| * | | | Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-5/+0
| * | | | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-152-7/+8
| * | | | arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THPMinchan Kim2016-01-151-0/+1
| * | | | mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-1/+1
| * | | | arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-27/+2
* | | | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-175-5/+5
|\ \ \ \ \
| * | | | | gpio: generic: factor into gpio_chip structLinus Walleij2016-01-055-5/+5
| | |_|/ / | |/| | |
* | | | | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-01-173-47/+75
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-linus' into for-nextTakashi Iwai2016-01-0612-45/+59
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/t...Mark Brown2015-12-233-47/+75
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | ASoC: samsung: pass filter function as pointerArnd Bergmann2015-11-212-0/+12
| | * | | | | | ASoC: s3c24xx-i2s: pass DMA channels as platform dataArnd Bergmann2015-11-181-0/+6
| | * | | | | | ASoC: samsung: pass DMA channels as pointersArnd Bergmann2015-11-183-47/+57
| | |/ / / / /
* | | | | | | Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-151-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Merge commit 'fe5fa8fbd4d47f40a45fa29ee1abdb10cb061ec2' into clk-nextMichael Turquette2015-12-221-0/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | clk: ti: omap5+: dpll: implement errata i810Tero Kristo2015-11-301-0/+4
| | |/ / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-152-2/+10
|\ \ \ \ \ \
| * | | | | | arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-142-2/+10
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-1/+1
* | | | | | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-132-14/+1
|\ \ \ \ \ \ \
| * | | | | | | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-092-14/+1
* | | | | | | | Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2016-01-131-9/+10
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/...Mark Brown2016-01-111-9/+10
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| | | * | | | | | spi: s3c64xx: pass DMA arguments in platform dataArnd Bergmann2015-11-181-9/+10
| | |/ / / / / /
* | | | | | | | Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds2016-01-139-15/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-2/+2
| * | | | | | | | ARM: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-079-13/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-01-131-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: configs: Add STM32 DMA support in STM32 defconfigM'boumba Cedric Madianga2015-11-161-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-14/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-opp'Rafael J. Wysocki2016-01-121-14/+14
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz>Viresh Kumar2015-11-231-14/+14
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-129-60/+117
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin2015-12-181-2/+20
| * | | | | | | | | arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-183-3/+14
| * | | | | | | | | arm: KVM: Make kvm_arm.h friendly to assembly codeVladimir Murzin2015-12-181-16/+17
| * | | | | | | | | arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin2015-12-182-4/+3
| * | | | | | | | | ARM: KVM: Cleanup exception injectionMarc Zyngier2015-12-181-36/+38
| * | | | | | | | | arm64: KVM: Map the kernel RO section into HYPMarc Zyngier2015-12-141-0/+7
| * | | | | | | | | KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-145-0/+19
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-128-0/+172
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xen/arm: set the system time in Xen via the XENPF_settime64 hypercallStefano Stabellini2015-12-211-0/+48
OpenPOWER on IntegriCloud