summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-05-19ice: ptp: serialize E825 PHY timer start with PTP lockGrzegorz Nitka1-2/+13
2026-05-19ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-05-19ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-05-19ice: fix locking around wait_event_interruptible_locked_irqJacob Keller1-5/+4
2026-05-19Merge tag 'for-net-2026-05-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-19/+18
2026-05-19net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()Weiming Shi2-4/+5
2026-05-19net/mlx5e: xsk: Fix unlocked writing to ICOSQDragos Tatulea1-1/+1
2026-05-19drm/v3d: Release indirect CSD GEM reference on CPU job freeMaíra Canal1-0/+3
2026-05-19drm/v3d: Fix use-after-free of CPU job query arrays on error pathMaíra Canal2-18/+17
2026-05-18HID: core: Fix size_t specifier in hid_report_raw_event()Nathan Chancellor1-2/+2
2026-05-18spi: ti-qspi: fix use-after-free after DMA setup failureJohan Hovold1-0/+1
2026-05-18spi: sprd: fix error pointer deref after DMA setup failureJohan Hovold1-1/+2
2026-05-18spi: qup: fix error pointer deref after DMA setup failureJohan Hovold1-0/+3
2026-05-18nfc: nxp-nci: i2c: use rising-edge IRQ on ACPI systemsCarl Lee1-1/+20
2026-05-18Merge tag 'media/v7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2026-05-18Merge branch '20260518-qcom-ice-fix-v7-0-2a595382185b@oss.qualcomm.com' into ...Bjorn Andersson3-23/+46
2026-05-18scsi: ufs: ufs-qcom: Remove NULL check from devm_of_qcom_ice_get()Manivannan Sadhasivam1-5/+5
2026-05-18mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()Manivannan Sadhasivam1-5/+5
2026-05-18soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead...Manivannan Sadhasivam1-5/+4
2026-05-18soc: qcom: ice: Return -ENODEV if the ICE platform device is not foundManivannan Sadhasivam1-1/+1
2026-05-18soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()Manivannan Sadhasivam1-7/+31
2026-05-18drm/mediatek: mtk_hdmi_ddc: Fix non-static global variableLouis-Alexis Eyraud1-1/+1
2026-05-18drm/mediatek: mtk_cec: Fix non-static global variableLouis-Alexis Eyraud1-1/+1
2026-05-18drm/mediatek: mtk_hdmi_v2: Fix non-static global variableLouis-Alexis Eyraud1-1/+1
2026-05-18drm/mediatek: mtk_hdmi_ddc_v2: Fix non-static global variableLouis-Alexis Eyraud1-1/+1
2026-05-18wifi: ath12k: fix EHT TX MCS limitation due to wrong 20 MHz-only parsingBaochen Qiang1-2/+6
2026-05-18wifi: ath11k: clear shared SRNG pointer state on restartKyle Farnung1-3/+11
2026-05-18wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()Willmar Knikker1-2/+4
2026-05-18wifi: ath11k: fix peer resolution on rx path when peer_id=0Matthew Leach2-6/+2
2026-05-18drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN4Gustavo Sousa3-3/+4
2026-05-18drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN1Gustavo Sousa2-1/+2
2026-05-18drm/xe: Define CACHE_MODE_1 as MCR registerGustavo Sousa1-1/+1
2026-05-18drm/xe/pf: Fix CFI failure in debugfs accessMohanram Meenakshisundaram2-2/+6
2026-05-18drm/xe/vf: Fix signature of print functionsMichal Wajdeczko2-9/+21
2026-05-18drm/xe/gsc: Fix double-free of managed BO in error pathShuicheng Lin1-4/+1
2026-05-18drm/xe/memirq: Update interrupt handler logicMichal Wajdeczko1-4/+22
2026-05-18usb: core: Clean up SuperSpeed/eUSB2 descriptor validation loggingMichal Pecio1-26/+11
2026-05-18usb: core: Fix up Interrupt IN endpoints with bogus wBytesPerIntervalMichal Pecio1-1/+8
2026-05-18usb: core: Fix SuperSpeed root hub wMaxPacketSizeMichal Pecio1-3/+1
2026-05-18drm/gem: Make the GEM LRU lock part of drm_deviceBoris Brezillon9-64/+53
2026-05-18usb: typec: ucsi: ccg: reject firmware images without a ':' record headerGreg Kroah-Hartman1-0/+5
2026-05-18usb: gadget: composite: fix integer underflow in WebUSB GET_URL handlingJeremy Erazo1-1/+4
2026-05-18usb: typec: tipd: Fix error code in tps6598x_probe()Dan Carpenter1-0/+1
2026-05-18ata: libata-scsi: do not needlessly defer commands when using PMP with FBSNiklas Cassel4-26/+39
2026-05-18ata: libata-scsi: do not use the deferred QC feature on PMPs with CBSNiklas Cassel3-2/+25
2026-05-18ata: libata-scsi: do not use the deferred QC feature for ATA_DEFER_PORTNiklas Cassel1-2/+3
2026-05-18ata: libata-scsi: improve readability of ata_scsi_qc_issue()Niklas Cassel1-22/+21
2026-05-18regulator: tps65219: fix irq_data.rdev not being assignedAlexander Sverdlin1-40/+95
2026-05-18drm/bridge: it66121: acquire reset GPIO in probeJulien Chauveau1-0/+5
2026-05-18Merge tag 'i2c-host-fixes-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang1-10/+9