aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-21crypto: omap - Avoid redundant copy when using truncated sg listBen Hutchings1-1/+1
2021-08-12crypto: wp512 - correct a non-kernel-doc commentRandy Dunlap1-1/+1
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63
2021-08-12crypto: hisilicon - enable sec device clock gatingWeili Qian1-5/+41
2021-08-12crypto: hisilicon - enable zip device clock gatingWeili Qian1-0/+26
2021-08-12lib/mpi: use kcalloc in mpi_resizeHongbo Li1-1/+1
2021-08-12padata: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-7/+7
2021-08-12crypto: virtio - Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-12crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive dataJason Wang2-8/+4
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara3-0/+138
2021-08-06firmware: smccc: Register smccc_trng platform deviceAndre Przywara1-0/+17
2021-08-06crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2-26/+35
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageTony Lindgren1-1/+0
2021-08-06crypto: omap-sham - drop suspend and resume functionsTony Lindgren1-21/+0
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITTony Lindgren1-21/+5
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Tony Lindgren1-0/+2
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Tony Lindgren1-2/+2
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren1-1/+1
2021-07-30crypto: atmel-aes - use swap()Salah Triki1-6/+2
2021-07-30crypto: ecc - handle unaligned input buffer in ecc_swap_digitsMian Yousaf Kaukab1-2/+3
2021-07-30padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang2-5/+6
2021-07-30crypto: sun8i-ss - Use kfree_sensitiveJason Wang1-6/+3
2021-07-30crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus1-33/+43
2021-07-30crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus1-4/+51
2021-07-30crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus2-2/+2
2021-07-30crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraintTudor Ambarus1-0/+3
2021-07-30crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus1-0/+7
2021-07-30crypto: atmel-aes - Add XTS input length constraintTudor Ambarus1-0/+3
2021-07-30crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus1-1/+6
2021-07-30crypto: atmel-tdes - Handle error messagesTudor Ambarus1-17/+16
2021-07-30crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfmTudor Ambarus1-19/+9
2021-07-30crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang1-1/+25
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang4-0/+1072
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang5-30/+30
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang6-152/+208
2021-07-23crypto: x86/aes-ni - add missing error checks in XTS codeArd Biesheuvel1-0/+5
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap3-12/+12
2021-07-16hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap4-16/+16
2021-07-16crypto: arm/curve25519 - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap1-4/+4
2021-07-16crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson1-27/+9
2021-07-16crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson1-10/+35
2021-07-16crypto: drbg - select SHA512Stephan Mueller1-1/+1
2021-07-11Linux 5.14-rc1Linus Torvalds1-2/+2
2021-07-11mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins1-3/+3
2021-07-11mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins1-6/+5
2021-07-11mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins1-5/+8
2021-07-11mm/rmap: fix comments left over from recent changesHugh Dickins2-7/+2
2021-07-11Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-12/+31
2021-07-11Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+18
2021-07-11Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+21