summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-06-16crypto: qat - unmap buffer before free for DHHareshx Sankar Raj1-3/+2
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet13-13/+13
2023-06-09crypto: qat - update slice mask for 4xxx devicesKarthikeyan Gopal1-1/+1
2023-06-09crypto: qat - set deprecated capabilities as reservedKarthikeyan Gopal1-2/+1
2023-06-06crypto: qat - add missing function declaration in adf_dbgfs.hGiovanni Cabiddu1-1/+1
2023-06-02crypto: qat - move dbgfs init to separate fileDamian Muszynski13-62/+156
2023-06-02crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-06-02crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-06-02crypto: ccp - Add support for PCI device 0x156EJohn Allen1-0/+15
2023-06-02crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello1-0/+28
2023-06-02crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello1-0/+5
2023-06-01crypto: hisilicon/qm: Fix to enable build with RISC-V clangSunil V L1-0/+5
2023-05-31bus: fsl-mc: Make remove function return voidUwe Kleine-König1-3/+1
2023-05-24crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-05-24crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu1-3/+2
2023-05-22crypto: starfive - Fix driver dependenciesJia Jie Ho1-2/+1
2023-05-19crypto: starfive - Add hash and HMAC supportJia Jie Ho5-4/+1003
2023-05-19crypto: starfive - Add crypto engine supportJia Jie Ho6-0/+287
2023-05-19crypto: caam - Fix soc_id matchingPankaj Gupta1-4/+13
2023-05-19crypto: sa2ul - change unsafe data size limit to 255 bytesTero Kristo1-1/+1
2023-05-19crypto: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2-9/+9
2023-05-12crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa10-38/+261
2023-05-12crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa3-2/+98
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang4-187/+1
2023-05-12crypto: ixp4xx - silence uninitialized variable warningDan Carpenter1-1/+1
2023-05-12crypto: caam - refactor RNG initializationHoria GeantA2-91/+115
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-04-28crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET1-1/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds167-677/+1194
2023-04-14crypto: ixp4xx - fix building wiht 64-bit dma_addr_tArnd Bergmann1-6/+8
2023-04-14crypto: caam - OP-TEE firmware supportHoria GeantA3-1/+26
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA7-58/+84
2023-04-14crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello1-2/+3
2023-04-14crypto: ccp - Return doorbell status code as an argumentMario Limonciello1-1/+3
2023-04-14crypto: ccp - Bump up doorbell debug message to errorMario Limonciello1-1/+1
2023-04-14crypto: ccp - Drop extra doorbell checksMario Limonciello1-20/+0
2023-04-14crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello1-1/+1
2023-04-11crypto: ixp4xx - Do not check word size when compile testingHerbert Xu1-1/+2
2023-04-06crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang4-1/+187
2023-04-06crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner1-1/+1
2023-04-06crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner1-10/+4
2023-04-06crypto: atmel-tdes - Detecting in-place operations with two sg listsRyan Wanner1-10/+5
2023-04-06crypto: atmel-sha - Add zero length message digest support for hmacRyan Wanner1-4/+30
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi110-2/+2
2023-04-06crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi7-16/+18
2023-04-06crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi13-2/+8
2023-04-06crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski1-3/+3
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2-4/+4