aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-02enic: make enic_dev_enable/disable ref-countedSatish Kharat3-5/+30
2026-04-02enic: detect SR-IOV VF type from PCI capabilitySatish Kharat2-0/+45
2026-04-02enic: add V2 SR-IOV VF device IDSatish Kharat1-1/+4
2026-04-02enic: extend resource discovery for SR-IOV admin channelSatish Kharat3-0/+16
2026-04-02net: phy: microchip: enable downshift by default on LAN88xxNicolai Buchwitz1-2/+15
2026-04-02net: phy: microchip: add downshift tunable support for LAN88xxNicolai Buchwitz1-0/+64
2026-04-02r8152: Add helper functions for SRAM2Chih Kai Hsu1-102/+74
2026-04-02net: phy: bcm84881: add LED framework support for BCM84891/BCM84892Daniel Wagner1-0/+156
2026-04-02macvlan: avoid spinlock contention in macvlan_broadcast_enqueue()Eric Dumazet1-0/+3
2026-04-02macvlan: annotate data-races around port->bc_queue_len_usedEric Dumazet1-3/+5
2026-04-03crypto: qat - add support for zstdGiovanni Cabiddu17-30/+773
2026-04-03crypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
2026-04-03crypto: img-hash - drop redundant return variableThorsten Blum1-4/+1
2026-04-03crypto: img-hash - use list_first_entry_or_null to simplify digestThorsten Blum1-15/+6
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers3-0/+4
2026-04-03crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()Paul Louvel1-2/+1
2026-04-03crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a helpThorsten Blum1-2/+2
2026-04-03crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()Eric Biggers1-13/+4
2026-04-03crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()Eric Biggers1-10/+2
2026-04-03crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu1-1/+1
2026-04-03crypto: qat - replace scnprintf() with sysfs_emit()Atharv Dubey1-3/+3
2026-04-03crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
2026-04-03crypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
2026-04-03crypto: qat - use acomp_tfm_ctx()Giovanni Cabiddu1-5/+3
2026-04-03crypto: ccp - Replace snprintf("%s") with strscpyThorsten Blum6-18/+15
2026-04-03crypto: hifn_795x - Replace snprintf("%s") with strscpyThorsten Blum1-3/+3
2026-04-03crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta1-2/+18
2026-04-03crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta1-2/+12
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen19-80/+169
2026-04-02Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-19/+28
2026-04-02virt: coco: change tsm_class to a const structJori Koolstra1-10/+9
2026-04-03power: supply: qcom_smbx: allow disabling chargingCasey Connolly1-0/+7
2026-04-03power: reset: drop unneeded dependencies on OF_GPIOBartosz Golaszewski1-4/+4
2026-04-02vfio/pci: Require vfio_device_ops.nameAlex Williamson1-0/+4
2026-04-03power: supply: bd71828: add input current limit propertyAndreas Kemnade1-0/+62
2026-04-02Merge tag 'qcom-drivers-for-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann13-134/+420
2026-04-02Merge tag 'reset-for-v7.1' of https://git.pengutronix.de/git/pza/linux into soc/driversArnd Bergmann15-367/+884
2026-04-02Merge tag 'tegra-for-7.1-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/driversArnd Bergmann1-0/+34
2026-04-02Merge tag 'tegra-for-7.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/driversArnd Bergmann4-252/+604
2026-04-02firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini XBjorn Andersson1-0/+1
2026-04-02HSI: omap_ssi_port: remove depends on ARMRosen Penev1-1/+1
2026-04-02HSI: omap_ssi_port: remove set but unused variablesRosen Penev1-5/+2
2026-04-02accel: ethosu: Add hardware dependency hintJean Delvare1-0/+1
2026-04-02accel/ivpu: Trigger recovery on TDR with OS schedulingKarol Wachowski1-0/+6
2026-04-02drm/amd/display: Wire up dcn10_dio_construct() for all pre-DCN401 generationsIonut Nechita17-0/+699
2026-04-02ata: libata-transport: remove static variable ata_scsi_transport_templateHeiner Kallweit3-9/+4
2026-04-02ata: libata-transport: split struct ata_internalHeiner Kallweit1-28/+25
2026-04-02ata: libata-transport: use static struct ata_transport_internal to simplify match functionsHeiner Kallweit1-21/+23
2026-04-02ata: libata-transport: inline ata_attach|release_transportHeiner Kallweit3-28/+11
2026-04-02ata: libata-transport: instantiate struct ata_internal staticallyHeiner Kallweit3-42/+28