summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-06-20scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times outKaran Tilak Kumar3-29/+87
2025-06-20scsi: mpt3sas: Correctly handle ATA device errorsDamien Le Moal1-0/+19
2025-06-20scsi: mpi3mr: Correctly handle ATA device errorsDamien Le Moal1-1/+19
2025-06-20scsi: pm80xx: Free allocated tags after failureFrancisco Gutierrez1-2/+10
2025-06-20scsi: ufs: Clear ucd_rsp_ptr for UPIU requests onceAvri Altman1-4/+2
2025-06-20scsi: ufs: core: Fix clk scaling to be conditional in reset and restoreanvithdosapati1-1/+2
2025-06-20scsi: megaraid_sas: Fix invalid node indexChen Yu1-1/+5
2025-06-20Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie211-1407/+1375
2025-06-20clk: add a clk_hw helpers to get the clock device or device_nodeJerome Brunet1-0/+12
2025-06-20net: ti: icssg-prueth: Add prp offload support to ICSSG driverHimanshu Mittal2-1/+16
2025-06-20clk: pwm: Make use of non-sleeping PWMsUwe Kleine-König1-1/+29
2025-06-20clk: pwm: Don't reconfigure running PWM at probe timeUwe Kleine-König1-6/+0
2025-06-20clk: pwm: Convert to use pwm_apply_might_sleep()Uwe Kleine-König1-7/+9
2025-06-20clk: pwm: Let .get_duty_cycle() return the real duty cycleUwe Kleine-König1-1/+4
2025-06-20Merge tag 'spi-fix-v6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+0
2025-06-20Merge tag 'regulator-fix-v6.16-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+14
2025-06-20clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_dataXiaolei Wang1-4/+8
2025-06-20clk: scmi: Handle case where child clocks are initialized before their parentsSascha Hauer1-8/+10
2025-06-20Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski3-3/+6
2025-06-20ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton3-3/+3
2025-06-20ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton3-3/+6
2025-06-20clk: sophgo: Use div64* for 64-by-32 division to simplifyPei Xiao1-2/+2
2025-06-20clk: davinci: Add NULL check in davinci_lpsc_clk_register()Henry Martin1-0/+5
2025-06-20netdevsim: account dropped packet length in stats on queue freeBreno Leitao1-4/+7
2025-06-20netdevsim: collect statistics at RX sideBreno Leitao1-2/+10
2025-06-20netdevsim: migrate to dstats stats collectionBreno Leitao2-32/+6
2025-06-20Merge tag 'drm-xe-next-2025-06-18' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie81-1134/+3159
2025-06-20Merge tag 'drm-xe-fixes-2025-06-19' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie6-4/+23
2025-06-20Merge tag 'drm-misc-fixes-2025-06-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie9-14/+26
2025-06-20net: mana: Record doorbell physical address in PF modeLong Li1-0/+3
2025-06-20net: mana: Set tx_packets to post gso processing packet countShradha Gupta1-3/+7
2025-06-20net: sfp: add quirk for Potron SFP+ XGSPON ONU StickChris Morgan1-1/+20
2025-06-20net: usb: Convert tasklet API to new bottom half workqueue mechanismJun Miao1-18/+18
2025-06-20igc: Make the const read-only array supported_sizes staticColin Ian King1-1/+1
2025-06-20net: usb: lan78xx: remove unused struct membersOleksij Rempel1-4/+0
2025-06-20net: usb: lan78xx: Integrate EEE support with phylink LPI APIOleksij Rempel1-44/+79
2025-06-20net: usb: lan78xx: port link settings to phylink APIOleksij Rempel1-32/+2
2025-06-20net: usb: lan78xx: Use ethtool_op_get_link to reflect current link statusOleksij Rempel1-13/+1
2025-06-20net: usb: lan78xx: Rename EVENT_LINK_RESET to EVENT_PHY_INT_ACKOleksij Rempel1-5/+5
2025-06-20net: usb: lan78xx: Convert to PHYLINK for improved PHY and MAC managementOleksij Rempel2-288/+262
2025-06-20net: gianfar: Use device_get_named_child_node_count()Matti Vaittinen1-13/+4
2025-06-20net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate functio...Marc Kleine-Budde1-13/+19
2025-06-20net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()Marc Kleine-Budde1-12/+4
2025-06-20net: fec: fec_enet_rx_queue(): reduce scope of dataMarc Kleine-Budde1-3/+3
2025-06-20net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with sk...Marc Kleine-Budde1-2/+1
2025-06-20net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()Marc Kleine-Budde1-2/+2
2025-06-20net: fec: fec_restart(): introduce a define for FEC_ECR_SPEEDMarc Kleine-Budde1-1/+2
2025-06-20net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_infoMarc Kleine-Budde1-2/+2
2025-06-20net: fec: sort the includes by alphabetic orderMarc Kleine-Budde3-57/+57
2025-06-20net: fec: switch from asm/cacheflush.h to linux/cacheflush.hMarc Kleine-Budde1-2/+1