summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-28crypto: engine - fix crypto_queue backlog handlingOlivier Bacon
2023-04-28crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET
2023-04-20i2c: designware: Add doorbell support for MendocinoMario Limonciello
2023-04-20i2c: designware: Use PCI PSP driver for communicationMario Limonciello
2023-04-20powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10Danny Tsen
2023-04-20crypto: p10-aes-gcm - Remove POWER10_CPU dependencyDanny Tsen
2023-04-20crypto: testmgr - Add some test vectors for cmac(camellia)David Howells
2023-04-20crypto: cryptd - Add support for cloning hashesHerbert Xu
2023-04-20crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu
2023-04-20crypto: hmac - Add support for cloningHerbert Xu
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-04-20crypto: api - Add crypto_clone_tfmHerbert Xu
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu
2023-04-20crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeArd Biesheuvel
2023-04-20crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel
2023-04-20crypto: x86/sha256 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/des3 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/cast5 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/camellia - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/aria - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/aegis128 - Use RIP-relative addressingArd Biesheuvel
2023-04-14crypto: ixp4xx - fix building wiht 64-bit dma_addr_tArnd Bergmann
2023-04-14crypto: caam - OP-TEE firmware supportHoria GeantA
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA
2023-04-14crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello
2023-04-14crypto: ccp - Return doorbell status code as an argumentMario Limonciello
2023-04-14crypto: ccp - Bump up doorbell debug message to errorMario Limonciello
2023-04-14crypto: ccp - Drop extra doorbell checksMario Limonciello
2023-04-14crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu
2023-04-11crypto: ixp4xx - Do not check word size when compile testingHerbert Xu
2023-04-06crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang
2023-04-06crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner
2023-04-06crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner
2023-04-06crypto: atmel-tdes - Detecting in-place operations with two sg listsRyan Wanner
2023-04-06crypto: atmel-sha - Add zero length message digest support for hmacRyan Wanner
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi
2023-04-06crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi
2023-04-06crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi
2023-04-06crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu
2023-04-06crypto: algif_hash - Allocate hash state with kmallocHerbert Xu
2023-04-06crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu
2023-04-06crypto: jitter - permanent and intermittent health errorsStephan Müller
2023-03-31crypto: mxs-dcp - Use the devm_clk_get_optional_enabled() helperChristophe JAILLET