summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-04-03crypto: img-hash - use list_first_entry_or_null to simplify digestThorsten Blum
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers
2026-04-03crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()Paul Louvel
2026-04-03crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a helpThorsten Blum
2026-04-03crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu
2026-04-03crypto: qat - replace scnprintf() with sysfs_emit()Atharv Dubey
2026-04-03crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu
2026-04-03crypto: qat - fix compression instance leakGiovanni Cabiddu
2026-04-03crypto: qat - use acomp_tfm_ctx()Giovanni Cabiddu
2026-04-03crypto: ccp - Replace snprintf("%s") with strscpyThorsten Blum
2026-04-03crypto: hifn_795x - Replace snprintf("%s") with strscpyThorsten Blum
2026-04-03crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta
2026-04-03crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen
2026-04-02Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-02virt: coco: change tsm_class to a const structJori Koolstra
2026-04-03power: supply: qcom_smbx: allow disabling chargingCasey Connolly
2026-04-03power: reset: drop unneeded dependencies on OF_GPIOBartosz Golaszewski
2026-04-02vfio/pci: Require vfio_device_ops.nameAlex Williamson
2026-04-03power: supply: bd71828: add input current limit propertyAndreas Kemnade
2026-04-02Merge tag 'qcom-drivers-for-7.1' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2026-04-02Merge tag 'reset-for-v7.1' of https://git.pengutronix.de/git/pza/linux into s...Arnd Bergmann
2026-04-02Merge tag 'tegra-for-7.1-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2026-04-02Merge tag 'tegra-for-7.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2026-04-02firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini XBjorn Andersson
2026-04-02HSI: omap_ssi_port: remove depends on ARMRosen Penev
2026-04-02HSI: omap_ssi_port: remove set but unused variablesRosen Penev
2026-04-02accel: ethosu: Add hardware dependency hintJean Delvare
2026-04-02accel/ivpu: Trigger recovery on TDR with OS schedulingKarol Wachowski
2026-04-02drm/amd/display: Wire up dcn10_dio_construct() for all pre-DCN401 generationsIonut Nechita
2026-04-02ata: libata-transport: remove static variable ata_scsi_transport_templateHeiner Kallweit
2026-04-02ata: libata-transport: split struct ata_internalHeiner Kallweit
2026-04-02ata: libata-transport: use static struct ata_transport_internal to simplify m...Heiner Kallweit
2026-04-02ata: libata-transport: inline ata_attach|release_transportHeiner Kallweit
2026-04-02ata: libata-transport: instantiate struct ata_internal staticallyHeiner Kallweit
2026-04-02net: stmmac: move "TSO supported" message to stmmac_set_gso_features()Russell King (Oracle)
2026-04-02net: stmmac: check txpbl for TSORussell King (Oracle)
2026-04-02net: stmmac: add warning when TSO is requested but unsupportedRussell King (Oracle)
2026-04-02net: stmmac: make stmmac_set_gso_features() more readableRussell King (Oracle)
2026-04-02net: stmmac: split out gso features setupRussell King (Oracle)
2026-04-02net: stmmac: simplify GSO/TSO test in stmmac_xmit()Russell King (Oracle)
2026-04-02net: stmmac: move check for hardware checksum supportedRussell King (Oracle)
2026-04-02net: stmmac: move TSO VLAN tag insertion to core codeRussell King (Oracle)
2026-04-02net: stmmac: add GSO MSS checksRussell King (Oracle)
2026-04-02net: stmmac: add TSO check for header lengthRussell King (Oracle)
2026-04-02net: stmmac: add stmmac_tso_header_size()Russell King (Oracle)
2026-04-02net: stmmac: fix TSO support when some channels have TBS availableRussell King (Oracle)
2026-04-02net: stmmac: fix .ndo_fix_features()Russell King (Oracle)