summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-153-24/+132
|\
| * Merge branch 'pci/host-tegra' into nextBjorn Helgaas2016-12-122-0/+89
| |\
| | * arm64: tegra: Enable PCIe on Jetson TX1Thierry Reding2016-12-071-0/+26
| | * arm64: tegra: Add PCIe host bridge on Tegra210Thierry Reding2016-12-071-0/+63
| * | PCI/ACPI: Extend pci_mcfg_lookup() to return ECAM config accessorsTomasz Nowicki2016-12-061-12/+5
| * | arm64: PCI: Exclude ACPI "consumer" resources from host bridge windowsBjorn Helgaas2016-12-061-0/+14
| * | arm64: PCI: Manage controller-specific data on per-controller basisTomasz Nowicki2016-12-061-7/+10
| * | arm64: PCI: Search ACPI namespace to ensure ECAM space is reservedBjorn Helgaas2016-12-061-1/+11
| * | arm64: PCI: Add local struct device pointersBjorn Helgaas2016-12-061-6/+5
| |/
* | Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-151-0/+2
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg Roedel2016-12-061-0/+2
| |\ \ \ \
| | | | * | arm64: Wire up iommu_dma_{map, unmap}_resource()Robin Murphy2016-11-141-0/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1424-316/+5468
|\ \ \ \ \
| * | | | | crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-074-0/+487
| * | | | | crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel2016-12-074-0/+495
| * | | | | crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu2016-12-011-2/+2
| * | | | | crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel2016-11-301-0/+1
| * | | | | crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel2016-11-301-1/+1
| * | | | | crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-291-2/+2
| * | | | | crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel2016-11-291-0/+2
| * | | | | crypto: arm64/aes - Convert to skcipherHerbert Xu2016-11-281-224/+158
| * | | | | crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu2016-11-281-37/+13
| * | | | | crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel2016-11-287-0/+4228
| * | | | | crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2016-10-212-1/+3
| * | | | | crypto: arm64/aes-neon - fix for big endianArd Biesheuvel2016-10-211-10/+15
| * | | | | crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel2016-10-211-26/+27
| * | | | | crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel2016-10-211-2/+2
| * | | | | crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel2016-10-211-2/+2
| * | | | | crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel2016-10-211-3/+3
| * | | | | crypto: arm64/aes-ce - fix for big endianArd Biesheuvel2016-10-211-10/+15
| * | | | | arm64: dts: marvell: add TRNG description for Armada 8K CPRomain Perier2016-10-212-0/+16
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-2/+2
|\ \ \ \ \
| * | | | | treewide: Fix printk() message errorsMasanari Iida2016-12-141-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-1480-471/+1730
|\ \ \ \ \
| * | | | | arm64: Disable PAN on uaccess_enable()Marc Zyngier2016-12-121-1/+1
| * | | | | arm64: Work around broken .inst when defective gas is detectedMarc Zyngier2016-12-061-4/+25
| * | | | | arm64: Add detection code for broken .inst support in binutilsMarc Zyngier2016-12-061-2/+8
| * | | | | arm64: Remove reference to asm/opcodes.hMarc Zyngier2016-12-051-2/+0
| * | | | | arm64: Get rid of asm/opcodes.hMarc Zyngier2016-12-024-13/+14
| * | | | | arm64: smp: Prevent raw_smp_processor_id() recursionRobin Murphy2016-12-021-1/+3
| * | | | | Merge Will Deacon's for-next/perf branch into for-next/coreCatalin Marinas2016-11-293-42/+124
| |\ \ \ \ \
| | * | | | | arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand2016-11-182-0/+40
| | * | | | | arm64: hw_breakpoint: Handle inexact watchpoint addressesPavel Labath2016-11-181-27/+69
| | * | | | | arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand2016-11-183-28/+28
| | | |_|/ / | | |/| | |
| * | | | | arm64: head.S: Fix CNTHCTL_EL2 access on VHE systemJintack2016-11-291-1/+12
| * | | | | arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas2016-11-232-8/+5
| * | | | | arm64: Enable HIBERNATION in defconfigCatalin Marinas2016-11-231-0/+1
| * | | | | arm64: Enable CONFIG_ARM64_SW_TTBR0_PANCatalin Marinas2016-11-211-0/+8
| * | | | | arm64: xen: Enable user access before a privcmd hvc callCatalin Marinas2016-11-211-0/+15
| * | | | | arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas2016-11-211-4/+10