summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1443-1359/+7337
|\
| * crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-074-0/+555
| * crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-074-0/+487
| * crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel2016-12-074-0/+535
| * crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel2016-12-074-0/+495
| * crypto: aes-ce - Make aes_simd_algs staticHerbert Xu2016-12-011-1/+1
| * crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu2016-12-011-2/+2
| * crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel2016-11-301-1/+1
| * 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 - Add missing SIMD select for aesbsHerbert Xu2016-11-301-3/+3
| * crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-292-3/+3
| * crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel2016-11-291-0/+2
| * crypto: aesbs - Convert to skcipherHerbert Xu2016-11-281-228/+152
| * crypto: aes-ce - Convert to skcipherHerbert Xu2016-11-281-233/+157
| * crypto: arm64/aes - Convert to skcipherHerbert Xu2016-11-281-224/+158
| * crypto: aesni - Convert to skcipherHerbert Xu2016-11-282-569/+343
| * crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-282-2/+111
| * crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu2016-11-281-37/+13
| * crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare2016-11-281-1/+1
| * crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel2016-11-287-0/+4228
| * crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker2016-11-176-6/+6
| * crypto: arm/aes-ce - fix for big endianArd Biesheuvel2016-10-211-0/+5
| * 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-146-7/+7
|\ \
| * | Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-142-2/+2
| * | treewide: Fix printk() message errorsMasanari Iida2016-12-144-5/+5
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-1380-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