summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-10-30Merge tag 'thunderbolt-for-v6.18-rc4' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman-0/+3
2025-10-30pinctrl: mpfs-iomux0: fix compile-time constant warning for LLVM prior to 17Conor Dooley-18/+18
2025-10-30accel/ivpu: Disallow setting sched mode OS starting from NPU6Karol Wachowski-1/+7
2025-10-30accel/ivpu: Add support for userptr buffer objectsJacek Lawrynowicz-3/+218
2025-10-30accel/ivpu: Fix race condition when unbinding BOsTomasz Rusinowicz-1/+2
2025-10-30wifi: zd1211rw: fix potential memory leak in __zd_usb_enable_rx()Abdun Nihaal-0/+1
2025-10-30accel/ivpu: replace use of system_wq with system_percpu_wqMarco Crivellari-5/+6
2025-10-30accel/ivpu: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2025-10-30wifi: rt2x00: add nvmem eeprom supportRosen Penev-1/+41
2025-10-30net: wireless: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-60/+0
2025-10-29lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers-22/+22
2025-10-29lib/crypto: blake2s: Adjust parameter order of blake2s()Eric Biggers-6/+6
2025-10-29scsi: ufs: core: Fix invalid probe error return valueAdrian Hunter-2/+2
2025-10-29scsi: ufs: ufs-pci: Set UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE for Intel ADLAdrian Hunter-1/+2
2025-10-29scsi: ufs: core: Add a quirk to suppress link_startup_againAdrian Hunter-1/+2
2025-10-29scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllersAdrian Hunter-2/+65
2025-10-29scsi: ufs: core: Revert "Make HID attributes visible"Bart Van Assche-4/+1
2025-10-29Merge patch series "ufs: Add support for AMD Versal Gen2 UFS"Martin K. Petersen-1/+789
2025-10-29scsi: ufs: amd-versal2: Add UFS support for AMD Versal Gen 2 SoCSai Krishna Potthuri-0/+624
2025-10-29scsi: firmware: xilinx: Add APIs for UFS PHY initializationAjay Neeli-1/+119
2025-10-29scsi: firmware: xilinx: Add support for secure read/write ioctl interfaceIzhar Ameer Shaikh-0/+46
2025-10-29net: phy: use new iterator mdiobus_for_each_phy in mdiobus_prevent_c45_scanHeiner Kallweit-9/+4
2025-10-29net: davinci_mdio: use new iterator mdiobus_for_each_phyHeiner Kallweit-9/+5
2025-10-29net: fec: use new iterator mdiobus_for_each_phyHeiner Kallweit-6/+2
2025-10-29net: phy: add iterator mdiobus_for_each_phyHeiner Kallweit-7/+9
2025-10-29net: stmmac: mdio: fix incorrect phy address checkHeiner Kallweit-7/+2
2025-10-29net: wwan: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-9/+0
2025-10-29net: ipa: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-10/+0
2025-10-29net: ethernet: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-26/+1
2025-10-29net: stmmac: est: Fix GCL bounds checksRohan G Thomas-2/+2
2025-10-29net: stmmac: Consider Tx VLAN offload tag length for maxSDURohan G Thomas-4/+10
2025-10-29net: stmmac: vlan: Disable 802.1AD tag insertion offloadRohan G Thomas-15/+5
2025-10-29net: enetc: add standalone ENETC support for i.MX94Wei Fang-0/+7
2025-10-29net: enetc: add basic support for the ENETC with pseudo MAC for i.MX94Wei Fang-2/+142
2025-10-29net: enetc: add ptp timer binding support for i.MX94Clark Wang-0/+100
2025-10-29net: enetc: add preliminary i.MX94 NETC blocks control supportWei Fang-0/+104
2025-10-30gpu: nova-core: replace `as` with `from` conversions where possibleAlexandre Courbot-27/+25
2025-10-29net/mlx5e: kTLS, Cancel RX async resync request in error flowsShahar Shitrit-5/+37
2025-10-29net: tls: Change async resync helpers argumentShahar Shitrit-2/+7
2025-10-29net: phy: dp83869: fix STRAP_OPMODE bitmaskThanh Quan-2/+2
2025-10-29net: mctp: Fix tx queue stallJinliang Wang-3/+5
2025-10-29net/mlx5: Don't zero user_count when destroying FDB tablesCosmin Ratiu-2/+0
2025-10-29net: usb: asix_devices: Check return value of usbnet_get_endpointsMiaoqian Lin-3/+9
2025-10-29netconsole: Fix race condition in between reader and writer of userdataGustavo Luiz Duarte-8/+13
2025-10-29nfp: xsk: fix memory leak in nfp_net_alloc()Abdun Nihaal-2/+4
2025-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-7/+42
2025-10-29net: stmmac: reorganise stmmac_hwif_init()Russell King (Oracle)-34/+38
2025-10-29net: stmmac: use != rather than ^ for comparing dev_idRussell King (Oracle)-1/+1
2025-10-29net: stmmac: provide function to lookup hwifRussell King (Oracle)-12/+28
2025-10-29net: stmmac: use FIELD_GET() for version registerRussell King (Oracle)-4/+7