summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-025-5/+5
* crypto: x86/curve25519 - disable gcovJoe Fradley2022-12-021-0/+3
* crypto: arm/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2022-11-252-10/+3
* crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers2022-11-251-1/+2
* crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2022-11-252-11/+5
* crypto: x86/sm4 - fix crash with CFI enabledEric Biggers2022-11-252-6/+8
* crypto: x86/sm3 - fix possible crash with CFI enabledEric Biggers2022-11-251-1/+2
* crypto: x86/sha512 - fix possible crash with CFI enabledEric Biggers2022-11-253-3/+6
* crypto: x86/sha256 - fix possible crash with CFI enabledEric Biggers2022-11-254-4/+8
* crypto: x86/sha1 - fix possible crash with CFI enabledEric Biggers2022-11-252-2/+4
* crypto: x86/nhpoly1305 - eliminate unnecessary CFI wrappersEric Biggers2022-11-254-22/+10
* crypto: x86/aria - fix crash with CFI enabledEric Biggers2022-11-251-6/+7
* crypto: x86/aegis128 - fix possible crash with CFI enabledEric Biggers2022-11-251-4/+5
* crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang2022-11-182-2/+2
* hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-112-2/+2
* crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang2022-11-044-0/+1046
* crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang2022-11-044-0/+650
* crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang2022-11-042-1/+336
* crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang2022-11-043-2/+504
* crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang2022-11-042-0/+196
* crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang2022-11-042-0/+21
* crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang2022-11-042-24/+24
* crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang2022-11-043-400/+519
* crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang2022-11-042-346/+456
* crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang2022-11-044-0/+717
* crypto: arm64/sm3 - raise the priority of the CE implementationTianjia Zhang2022-11-041-1/+1
* crypto: x86/polyval - Fix crashes when keys are not 16-byte alignedNathan Huckleberry2022-10-211-5/+14
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1723-26/+26
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-121-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-124-5/+5
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-121-1/+1
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-122-2/+2
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1216-17/+17
* | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-10-161-8/+8
|\ \
| * | openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn2022-10-081-8/+8
* | | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-1513-57/+58
|\ \ \
| * | | uml: Remove the initialization of statics to 0Shaomin Deng2022-09-191-1/+1
| * | | um: Do not initialise statics to 0.Xin Gao2022-09-194-4/+4
| * | | um: Fix comment typoJason Wang2022-09-191-1/+1
| * | | um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli2022-09-192-8/+7
| * | | um: remove unused reactivate_chan() declarationGaosheng Cui2022-09-191-1/+0
| * | | um: mmaper: add __exit annotations to module exit funcsXiu Jianfeng2022-09-191-1/+1
| * | | um: virt-pci: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-191-2/+2
| * | | um: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-193-3/+3
| * | | um: increase default virtual physical memory to 64 MiBChristian Lamparter2022-09-191-1/+1
| * | | UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-09-191-1/+1
| * | | um: read multiple msg from virtio slave request fdBenjamin Beichler2022-09-191-34/+37
* | | | Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-141-1/+1
|\ \ \ \
| * | | | alpha: fix marvel_ioread8 build regressionArnd Bergmann2022-10-101-1/+1