summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg Roedel1-0/+2
2016-12-06arm64: Work around broken .inst when defective gas is detectedMarc Zyngier1-4/+25
2016-12-06arm64: Add detection code for broken .inst support in binutilsMarc Zyngier1-2/+8
2016-12-05arm64: Remove reference to asm/opcodes.hMarc Zyngier1-2/+0
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+4
2016-12-02arm/arm64: xen: Move shared architecture headers to include/xen/armMarc Zyngier5-5/+5
2016-12-02ARM64: dts: marvell: Add network support for Armada 3700Gregory CLEMENT2-0/+46
2016-12-02arm64: dts: juno: fix cluster sleep state entry latency on all SoC versionsSudeep Holla3-3/+3
2016-12-02arm64: Get rid of asm/opcodes.hMarc Zyngier4-13/+14
2016-12-02arm64: smp: Prevent raw_smp_processor_id() recursionRobin Murphy1-1/+3
2016-12-02arm64/cpuinfo: Convert to hotplug state machineAnna-Maria Gleixner1-28/+9
2016-12-02arm64/cpuinfo: Make hotplug notifier symmetricAnna-Maria Gleixner1-1/+2
2016-12-02ACPI / APEI / ARM64: APEI initial support for ARM64Tomasz Nowicki2-1/+23
2016-12-01crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu1-2/+2
2016-11-30arm64: dts: juno: Correct PCI IO windowJeremy Linton1-1/+1
2016-11-30Merge tag 'amlogic-dt64-2-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann10-4/+636
2016-11-30Merge tag 'zte-dt64-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann1-0/+24
2016-11-30Merge tag 'berlin64-dt-for-v4.10-1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-3/+3
2016-11-30Merge tag 'v4.10-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-1/+85
2016-11-30Merge tag 'v4.10-rockchip-defconfig64' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-0/+11
2016-11-30arm64: defconfig: drop GPIO_SYSFS on multiplatformsLinus Walleij1-1/+0
2016-11-30Merge tag 'qcom-arm64-for-4.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-8/+12
2016-11-30Merge tag 'samsung-dt64-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann4-105/+306
2016-11-30Merge tag 'arm-soc/for-4.10/defconfig-arm64' of http://github.com/Broadcom/st...Arnd Bergmann1-0/+18
2016-11-30Merge tag 'arm-soc/for-4.10/devicetree-arm64' of http://github.com/Broadcom/s...Arnd Bergmann5-9/+108
2016-11-30Merge tag 'tegra-for-4.10-arm64-dt-numeric-ids' of git://git.kernel.org/pub/s...Arnd Bergmann4-0/+471
2016-11-30arm64: defconfig: Do not lower CONFIG_LOG_BUF_SHIFTGeert Uytterhoeven1-1/+0
2016-11-30Merge tag 'renesas-arm64-dt2-for-v4.10' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann6-6/+371
2016-11-30Merge tag 'renesas-soc-match-for-v4.10' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-0/+1
2016-11-30arm64: dts: fix build errors from missing dependenciesArnd Bergmann2-20/+18
2016-11-30crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel1-0/+1
2016-11-30crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel1-1/+1
2016-11-29Merge Will Deacon's for-next/perf branch into for-next/coreCatalin Marinas3-42/+124
2016-11-29arm64: head.S: Fix CNTHCTL_EL2 access on VHE systemJintack1-1/+12
2016-11-29irqchip/gic-v3-its: Specialise readq and writeq accessesVladimir Murzin1-0/+14
2016-11-29irqchip/gic-v3-its: Specialise flush_dcache operationVladimir Murzin1-0/+3
2016-11-29irqchip/gic-v3: Use nops macro for Cavium ThunderX erratum 23154Will Deacon1-7/+2
2016-11-29irqchip/gic-v3: Convert arm64 GIC accessors to {read,write}_sysreg_sWill Deacon1-28/+17
2016-11-29ARM64: dts: ls2080a: add device configuration nodeyangbo lu1-0/+6
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu1-2/+2
2016-11-29crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel1-0/+2
2016-11-28ARM64: dts: meson-gxbb: add SCPI pre-1.0 compatibleKevin Hilman1-1/+1
2016-11-28ARM64: dts: meson-gxl: Add support for Nexbox A95XNeil Armstrong2-0/+206
2016-11-28ARM64: dts: meson-gxm: Add support for the Nexbox A1Neil Armstrong2-0/+170
2016-11-28crypto: arm64/aes - Convert to skcipherHerbert Xu1-224/+158
2016-11-28crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu1-37/+13
2016-11-28crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel7-0/+4228
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman5-17/+23
2016-11-26Merge tag 'mvebu-dt64-4.10-2' of git://git.infradead.org/linux-mvebu into nex...Arnd Bergmann6-6/+6
2016-11-25arm64: dts: berlin4ct-dmp: add missing unit name to /memory nodeJisheng Zhang1-1/+1