summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-247-17/+44
|\
| * Merge tag 'omap-for-v4.11/fixes-not-urgent-signed' of git://git.kernel.org/pu...Olof Johansson2017-01-306-12/+25
| |\
| | * ARM: OMAP3: Fix SoC detection of OMAP36/37 FamilyAdam Ford2017-01-201-1/+9
| | * ARM: OMAP5: Add HWMOD_SWSUP_SIDLE_ACT flag for UARTVignesh R2017-01-201-2/+6
| | * ARM: dts: Fix compatible for ti81xx uarts for 8250Tony Lindgren2017-01-062-6/+6
| | * ARM: dts: Fix am335x and dm814x scm syscon to probe childrenTony Lindgren2017-01-062-2/+4
| | * ARM: OMAP2+: Fix init for multiple quirks for the same SoCTony Lindgren2017-01-061-1/+0
| * | ARM: davinci: da850: fix da850_set_pll0rate()Bartosz Golaszewski2017-01-021-4/+18
| * | ARM: davinci: da850: coding style fixBartosz Golaszewski2017-01-021-1/+1
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-2316-6669/+2392
|\ \
| * | crypto: arm/aes - don't use IV buffer to return final keystream blockArd Biesheuvel2017-02-032-11/+14
| * | crypto: arm/chacha20 - remove cra_alignmaskArd Biesheuvel2017-02-031-1/+0
| * | crypto: arm/aes-ce - remove cra_alignmaskArd Biesheuvel2017-02-032-52/+47
| * | crypto: arm/aes-neonbs - fix issue with v2.22 and older assemblerArd Biesheuvel2017-01-231-4/+4
| * | crypto: arm/aes - avoid reserved 'tt' mnemonic in asm codeArd Biesheuvel2017-01-131-5/+5
| * | crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel2017-01-139-6499/+1429
| * | crypto: arm/aes - replace scalar AES cipherArd Biesheuvel2017-01-125-119/+256
| * | crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-124-0/+659
* | | Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-231-3/+1
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'aso...Mark Brown2017-02-191-3/+1
| |\ \ \ \
| | | * \ \ Merge tag 'v4.10-rc1' into asoc-samsungMark Brown2017-01-10639-21027/+23025
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * / | ASoC: samsung: Remove tests of member addressKrzysztof Kozlowski2016-12-151-3/+1
| | |/ / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-238-34/+71
|\ \ \ \ \
| * | | | | KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-0/+4
| * | | | | KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2017-02-081-1/+2
| * | | | | KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim2017-02-081-1/+8
| * | | | | KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim2017-02-081-1/+1
| * | | | | KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2017-02-082-4/+0
| * | | | | arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier2017-01-301-9/+0
| * | | | | arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-302-9/+5
| * | | | | arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-301-8/+1
| * | | | | KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K2017-01-301-0/+6
| * | | | | KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2017-01-303-2/+40
| * | | | | KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K2017-01-301-0/+4
| * | | | | KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall2017-01-251-0/+1
| |/ / / /
* | | | | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-223-4/+16
|\ \ \ \ \
| * | | | | ARM: dts: STiH410-b2260: Enable HW flow-controlLee Jones2017-02-061-0/+1
| * | | | | ARM: dts: STiH407-family: Use new Pinctrl groupsLee Jones2017-02-062-3/+5
| * | | | | ARM: dts: STiH407-pinctrl: Add Pinctrl group for HW flow-controlLee Jones2017-02-061-2/+10
| * | | | | ARM: dts: STiH410-b2260: Identify the UART RTS lineLee Jones2017-02-061-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-222-10/+12
|\ \ \ \ \
| * \ \ \ \ Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-0626-37/+90
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | ARM: da850: add the nand dev_id to the clock lookup tableBartosz Golaszewski2017-01-192-10/+12
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-225-23/+13
|\ \ \ \ \
| * | | | | arm: perf: use builtin_platform_driverGeliang Tang2017-02-033-15/+3
| * | | | | arm: kernel: Add SMC structure parameterAndy Gross2017-02-032-8/+10
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-2215-46/+32
|\ \ \ \ \
| * | | | | arch: add ARCH_HAS_SET_MEMORY configDaniel Borkmann2017-02-211-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-193-13/+34
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-1125-12/+137
| |\ \ \ \ \ \