summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-11-29crypto: x86/chacha20 - Add a 4-block AVX-512VL variantMartin Willi2-0/+279
2018-11-29crypto: x86/chacha20 - Add a 2-block AVX-512VL variantMartin Willi2-0/+178
2018-11-29crypto: x86/chacha20 - Add a 8-block AVX-512VL variantMartin Willi3-0/+427
2018-11-20crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers4-0/+200
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers1-9/+11
2018-11-20crypto: arm/chacha - add XChaCha12 supportEric Biggers2-2/+21
2018-11-20crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers3-48/+56
2018-11-20crypto: arm/chacha20 - add XChaCha20 supportEric Biggers3-49/+126
2018-11-20crypto: arm/chacha20 - limit the preemption-disabled sectionEric Biggers1-3/+3
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers3-64/+64
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-11-20crypto: remove useless initializations of cra_listEric Biggers3-15/+0
2018-11-16crypto: x86/chacha20 - Add a 4-block AVX2 variantMartin Willi2-0/+317
2018-11-16crypto: x86/chacha20 - Add a 2-block AVX2 variantMartin Willi2-0/+204
2018-11-16crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi1-15/+24
2018-11-16crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi2-61/+133
2018-11-16crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi2-40/+128
2018-11-16crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi2-22/+63
2018-11-16crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-11-09crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers2-10/+61
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds37-141/+148
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar962-8120/+40565
2018-11-03Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-8/+13
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-8/+23
2018-11-03Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds6-17/+7
2018-11-02Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/l...Olof Johansson1-6/+2
2018-11-02ARM: dts: stm32: update HASH1 dmas property on stm32mp157cAlexandre Torgue1-1/+1
2018-11-02ARM: orion: avoid VLA in orion_mpp_confArnd Bergmann1-1/+6
2018-11-02ARM: defconfig: Update multi_v7 to use PREEMPTLinus Walleij1-0/+1
2018-11-02arm64: defconfig: Enable some IPMI configsJohn Garry1-0/+3
2018-11-02arm64: fix warnings without CONFIG_IOMMU_DMAChristoph Hellwig1-0/+2
2018-11-02arm64: kprobe: make page to RO mode when allocate itAnders Roxell1-7/+20
2018-11-02arm64: kdump: fix small typoYangtao Li1-1/+1
2018-11-02arm64: makefile fix build of .i file in external module caseVictor Kamensky1-0/+2
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-111/+137
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada3-4/+4
2018-11-01RISC-V: refresh defconfigAnup Patel1-8/+8
2018-11-01Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds4-36/+7
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-22/+37
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds1-0/+3
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-7/+2
2018-11-01Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linuxLinus Torvalds3-31/+2
2018-11-02powerpc: PCI_MSI needs PCIChristoph Hellwig2-0/+3
2018-11-02powerpc: remove CONFIG_MCA leftoversChristoph Hellwig1-4/+0
2018-11-02powerpc: remove CONFIG_PCI_QSPANChristoph Hellwig1-9/+0
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov6-14/+20
2018-11-01csky: use common dtb build rulesGuo Ren2-13/+1
2018-11-01csky: remove builtin-dtb KbuildGuo Ren3-18/+1
2018-10-31sparc64: Wire up compat getpeername and getsockname.David S. Miller1-2/+2