summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-12-01crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu1-2/+2
2016-11-30crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel1-1/+1
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-30crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu1-3/+3
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu2-3/+3
2016-11-29crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel1-0/+2
2016-11-28crypto: aesbs - Convert to skcipherHerbert Xu1-228/+152
2016-11-28crypto: aes-ce - Convert to skcipherHerbert Xu1-233/+157
2016-11-28crypto: arm64/aes - Convert to skcipherHerbert Xu1-224/+158
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu2-569/+343
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu2-2/+111
2016-11-28crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu1-37/+13
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare1-1/+1
2016-11-28crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel7-0/+4228
2016-11-17crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker6-6/+6
2016-10-21crypto: arm/aes-ce - fix for big endianArd Biesheuvel1-0/+5
2016-10-21crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2-1/+3
2016-10-21crypto: arm64/aes-neon - fix for big endianArd Biesheuvel1-10/+15
2016-10-21crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel1-26/+27
2016-10-21crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel1-2/+2
2016-10-21crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel1-2/+2
2016-10-21crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel1-3/+3
2016-10-21crypto: arm64/aes-ce - fix for big endianArd Biesheuvel1-10/+15
2016-10-21arm64: dts: marvell: add TRNG description for Armada 8K CPRomain Perier2-0/+16
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+23
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds210-3399/+4748
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-78/+48
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro9-78/+47
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds247-1222/+707
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-2/+3
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds4-9/+4
2016-10-14Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds72-245/+233
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle5-6/+28
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds4-18/+329
2016-10-12Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds1-2/+0
2016-10-12MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski1-1/+1
2016-10-11Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-17/+29
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds30-251/+255
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-17/+72
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-36/+80
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada5-5/+0
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-7/+7
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier1-0/+3
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai4-1/+33
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai4-3/+26
2016-10-11powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-2/+4
2016-10-11unicore32: use simpler API for random address requestsJason Cooper1-2/+1