summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-231-0/+6
|\
| * arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DTMasahiro Yamada2017-01-291-0/+2
| * arm64: defconfig: enable CONFIG_MTD_BLOCKMasahiro Yamada2017-01-291-0/+1
| * arm64: defconfig: Enable NUMA and NUMA_BALANCINGKefeng Wang2017-01-201-0/+2
| * arm64: defconfig: enable SMMUv3 configZhou Wang2017-01-201-0/+1
* | Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-02-232-0/+10
|\ \
| * | arm64: add ARCH_THUNDER2 to defconfigJayachandran C2017-02-091-0/+1
| * | arm64: add THUNDER2 processor familyJayachandran C2017-02-091-0/+7
| * | arm64: defconfig: enable CONFIG_MMC_SDHCI_CADENCEMasahiro Yamada2017-01-291-0/+1
| * | Merge tag 'mvebu-defconfig64-4.11-1' of git://git.infradead.org/linux-mvebu i...Olof Johansson2017-01-161-0/+1
| |\ \ | | |/ | |/|
| | * arm64: defconfig: enable XORv2 for Marvell Armada 7K/8KThomas Petazzoni2017-01-031-0/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-2315-465/+2632
|\ \ \
| * | | crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel2017-02-112-2/+267
| * | | crypto: arm64/crc32 - merge CRC32 and PMULL instruction based driversArd Biesheuvel2017-02-115-312/+41
| * | | crypto: arm64/aes - don't use IV buffer to return final keystream blockArd Biesheuvel2017-02-032-18/+28
| * | | crypto: arm64/aes - replace scalar fallback with plain NEON fallbackArd Biesheuvel2017-02-032-11/+29
| * | | crypto: arm64/aes-neon-blk - tweak performance for low end coresArd Biesheuvel2017-02-032-135/+102
| * | | crypto: arm64/aes - performance tweakArd Biesheuvel2017-02-031-33/+19
| * | | crypto: arm64/aes - avoid literals for cross-module symbol referencesArd Biesheuvel2017-02-031-5/+2
| * | | crypto: arm64/chacha20 - remove cra_alignmaskArd Biesheuvel2017-02-031-1/+0
| * | | crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel2017-02-032-15/+9
| * | | crypto: arm64/aes-ce-ccm - remove cra_alignmaskArd Biesheuvel2017-02-031-1/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-02-031-46/+42
| |\ \ \
| * | | | crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel2017-01-134-0/+1393
| * | | | crypto: arm64/aes - add scalar implementationArd Biesheuvel2017-01-134-0/+203
| * | | | crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as wellArd Biesheuvel2017-01-131-2/+23
| * | | | crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-134-0/+586
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-228-20/+457
|\ \ \ \
| * | | | KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-081-3/+34
| * | | | KVM: arm64: Add the EL1 physical timer access handlerJintack Lim2017-02-081-0/+34
| * | | | KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim2017-02-081-1/+8
| * | | | KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2017-02-081-3/+0
| * | | | arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-301-2/+1
| * | | | arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-301-2/+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-1/+351
| * | | | KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K2017-01-302-11/+20
| * | | | 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 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-2/+4
|\ \ \ \ \
| * | | | | arm64: dts: mt8173: add reference clock for usbChunfeng Yun2017-02-081-2/+4
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-2259-354/+945
|\ \ \ \ \ \
| * | | | | | arm64/kprobes: consistently handle MRS/MSR with XZRMark Rutland2017-02-151-12/+6
| * | | | | | arm64: cpufeature: correctly handle MRS to XZRMark Rutland2017-02-151-1/+1
| * | | | | | arm64: traps: correctly handle MRS/MSR with XZRMark Rutland2017-02-151-2/+4
| * | | | | | arm64: ptrace: add XZR-safe regs accessorsMark Rutland2017-02-151-0/+20
| * | | | | | arm64: include asm/assembler.h in entry-ftrace.SArnd Bergmann2017-02-151-0/+1
| * | | | | | arm64: fix warning about swapper_pg_dir overflowArnd Bergmann2017-02-151-1/+1
| * | | | | | arm64: Work around Falkor erratum 1003Christopher Covington2017-02-107-2/+71
| * | | | | | arm64: head.S: Enable EL1 (host) access to SPE when entered at EL2Will Deacon2017-02-091-4/+15
OpenPOWER on IntegriCloud