summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-06-16crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj
2023-06-16crypto: qat - unmap buffer before free for DHHareshx Sankar Raj
2023-06-09dm crypt: Avoid using MAX_CIPHER_BLOCKSIZEHerbert Xu
2023-06-09crypto: qat - update slice mask for 4xxx devicesKarthikeyan Gopal
2023-06-09crypto: qat - set deprecated capabilities as reservedKarthikeyan Gopal
2023-06-06crypto: qat - add missing function declaration in adf_dbgfs.hGiovanni Cabiddu
2023-06-02crypto: qat - move dbgfs init to separate fileDamian Muszynski
2023-06-02crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-06-02hwrng: cn10k - Add extended trng register supportBharat Bhushan
2023-06-02crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann
2023-06-02crypto: ccp - Add support for PCI device 0x156EJohn Allen
2023-06-02crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello
2023-06-02crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello
2023-05-24crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap
2023-05-24hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser
2023-05-24hwrng: imx-rngc - mark the probe function as __initMartin Kaiser
2023-05-24hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser
2023-05-24hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser
2023-05-24hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser
2023-05-24crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu
2023-05-22crypto: starfive - Fix driver dependenciesJia Jie Ho
2023-05-19crypto: starfive - Add hash and HMAC supportJia Jie Ho
2023-05-19crypto: starfive - Add crypto engine supportJia Jie Ho
2023-05-19crypto: caam - Fix soc_id matchingPankaj Gupta
2023-05-19crypto: sa2ul - change unsafe data size limit to 255 bytesTero Kristo
2023-05-12hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2023-05-12crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa
2023-05-12crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang
2023-05-12crypto: ixp4xx - silence uninitialized variable warningDan Carpenter
2023-05-12hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu
2023-05-12crypto: caam - refactor RNG initializationHoria GeantA
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-05-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-05Merge tag 'i2c-for-6.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-05Merge tag 'acpi-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2023-05-05Merge tag 'thermal-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-05Merge tag 'phy-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-05-05Merge tag 'drm-next-2023-05-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-05-05net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()Florian Fainelli
2023-05-05pds_core: fix mutex double unlock in error pathShannon Nelson
2023-05-05net: fec: correct the counting of XDP sent framesShenwei Wang