summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* crypto: mips/chacha - import 32r2 ChaCha code from ZincJason A. Donenfeld2019-11-171-0/+424
* crypto: arm/chacha - expose ARM ChaCha routine as library functionArd Biesheuvel2019-11-172-1/+41
* crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel2019-11-176-240/+340
* crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha codeArd Biesheuvel2019-11-171-0/+461
* crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel2019-11-172-11/+43
* crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-172-19/+23
* crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel2019-11-171-25/+66
* crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-171-55/+35
* crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-173-3/+3
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-012-7/+7
* crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_...Yunfeng Ye2019-11-011-1/+1
* crypto: powerpc/spe-xts - implement support for ciphertext stealingArd Biesheuvel2019-10-261-2/+79
* crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers2019-10-261-216/+165
* crypto: powerpc - don't set ivsize for AES-ECBEric Biggers2019-10-261-1/+0
* crypto: powerpc - don't unnecessarily use atomic scatterwalkEric Biggers2019-10-261-7/+0
* crypto: s390/des - convert to skcipher APIEric Biggers2019-10-231-247/+172
* crypto: s390/paes - convert to skcipher APIEric Biggers2019-10-231-240/+174
* crypto: s390/aes - convert to skcipher APIEric Biggers2019-10-231-375/+234
* crypto: sparc/des - convert to skcipher APIEric Biggers2019-10-231-272/+227
* crypto: sparc/camellia - convert to skcipher APIEric Biggers2019-10-231-122/+95
* crypto: sparc/aes - convert to skcipher APIEric Biggers2019-10-231-167/+143
* crypto: arm - use Kconfig based compiler checks for crypto opcodesArd Biesheuvel2019-10-237-33/+19
* hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2019-10-052-11/+7
* ARM: OMAP2+: Check omap3-rom-rng for GP device instead of HS deviceTony Lindgren2019-10-051-1/+1
* crypto: arm64/gcm-ce - implement 4 way interleaveArd Biesheuvel2019-10-052-327/+467
* Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\
| * csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49
| * csky: Support kernel non-aligned accessGuo Ren2019-08-201-17/+45
| * csky: Fixup defer cache flush for 610Guo Ren2019-08-202-25/+29
| * csky: Fixup arch_get_unmapped_area() implementationGuo Ren2019-08-202-37/+43
| * csky: Fixup ioremap function losingGuo Ren2019-08-152-17/+29
| * csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-064-5/+19
| * csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren2019-08-061-45/+26
| * csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-312-4/+12
| * csky: Fixup mb() synchronization problemGuo Ren2019-07-311-8/+7
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-09-306-65/+27
|\ \
| * \ Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-09-295-64/+27
| |\ \
| | * | ARM: dts: logicpd-som-lv: Fix i2c2 and i2c3 Pin muxAdam Ford2019-09-061-12/+14
| | * | ARM: dts: am3517-evm: Fix missing videoAdam Ford2019-09-061-19/+4
| | * | ARM: dts: logicpd-torpedo-baseboard: Fix missing videoAdam Ford2019-09-061-31/+6
| | * | ARM: omap2plus_defconfig: Fix missing videoAdam Ford2019-09-061-0/+1
| | * | bus: ti-sysc: Fix handling of invalid clocksTony Lindgren2019-09-051-2/+2
| * | | ARM: aspeed: ast2500 is ARMv6KArnd Bergmann2019-09-201-1/+0
* | | | Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-294-9/+25
|\ \ \ \
| * | | | libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-1/+16