summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser2023-05-241-8/+3
* crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu2023-05-241-3/+2
* crypto: starfive - Fix driver dependenciesJia Jie Ho2023-05-221-2/+1
* crypto: starfive - Add hash and HMAC supportJia Jie Ho2023-05-195-4/+1003
* crypto: starfive - Add crypto engine supportJia Jie Ho2023-05-196-0/+287
* crypto: caam - Fix soc_id matchingPankaj Gupta2023-05-191-4/+13
* crypto: sa2ul - change unsafe data size limit to 255 bytesTero Kristo2023-05-191-1/+1
* hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu2023-05-121-5/+5
* crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa2023-05-1210-38/+261
* crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa2023-05-123-2/+98
* hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang2023-05-126-54/+53
* crypto: ixp4xx - silence uninitialized variable warningDan Carpenter2023-05-121-1/+1
* hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu2023-05-121-6/+8
* crypto: caam - refactor RNG initializationHoria GeantA2023-05-122-91/+115
* Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-05-071-1/+1
|\
| * crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-04-281-1/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-05-073-12/+2
|\ \
| * | clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified caseHal Feng2023-05-021-4/+1
| * | clk: sp7021: Adjust width of _m in HWM_FIELD_PREP()Nathan Chancellor2023-05-021-1/+1
| * | Revert "clk: imx: composite-8m: Add support to determine_rate"Adam Ford2023-05-021-7/+0
* | | Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2023-05-079-99/+136
|\ \ \
| * | | mailbox: qcom-apcs-ipc: do not grow the of_device_idKrzysztof Kozlowski2023-05-041-5/+6
| * | | mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley2023-05-041-1/+1
| * | | mailbox: bcm-pdc: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-05-041-1/+1
| * | | mailbox: rockchip: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-05-041-1/+1
| * | | mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones2023-05-041-0/+7
| * | | mailbox: mailbox-test: Explicitly include header for spinlock supportLee Jones2023-05-041-0/+1
| * | | mailbox: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-182-6/+2
| * | | mailbox: pcc: Use mbox_bind_clientElliot Berman2023-04-181-39/+45
| * | | mailbox: omap: Use mbox_bind_clientElliot Berman2023-04-181-18/+4
| * | | mailbox: Allow direct registration to a channelElliot Berman2023-04-181-28/+68
* | | | Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-072-21/+21
|\ \ \ \
| * | | | io_uring: Pass whole sqe to commandsBreno Leitao2023-05-042-14/+14
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-05-067-850/+43
|\ \ \ \ \
| * | | | | scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang2023-04-241-0/+3
| * | | | | scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issueAlice Chao2023-04-241-3/+3
| * | | | | scsi: ipr: Remove several unused variablesTom Rix2023-04-241-14/+0
| * | | | | scsi: pm80xx: Log device registrationAkshat Jain2023-04-241-3/+4
| * | | | | scsi: ipr: Remove SATA supportBrian King2023-04-183-830/+11
| * | | | | scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry2023-04-181-0/+22
* | | | | | Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-069-13/+82
|\ \ \ \ \ \
| * | | | | | ublk: add timeout handlerMing Lei2023-05-031-0/+31
| * | | | | | drbd: correctly submit flush bio on barrierChristoph Böhmwalder2023-05-031-1/+1
| * | | | | | md: Fix bitmap offset type in sb writerJonathan Derrick2023-04-281-3/+3
| * | | | | | md/raid5: Improve performance for sequential IOJan Kara2023-04-281-1/+44
| * | | | | | block nbd: use req.cookie instead of req.handleEric Blake2023-04-271-3/+3
| * | | | | | block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-255-5/+0
* | | | | | | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-0547-325/+604
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2023-05-054-15/+35
| |\ \ \ \ \ \ \
| | * | | | | | | bonding: add xdp_features supportLorenzo Bianconi2023-05-052-0/+31