summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-01-02virtio-blk: don't keep queue frozen during system suspendMing Lei1-2/+5
2025-01-02drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req()Imre Deak1-6/+18
2025-01-02spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()Purushothama Siddaiah1-3/+3
2025-01-02ACPI/IORT: Add PMCG platform information for HiSilicon HIP09AQinxin Xia1-0/+2
2025-01-02scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN a...Cathy Avery1-1/+6
2025-01-02scsi: mpi3mr: Handling of fault code for insufficient powerRanjan Kumar1-0/+40
2025-01-02scsi: mpi3mr: Start controller indexing from 0Ranjan Kumar1-1/+1
2025-01-02scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfsRanjan Kumar2-77/+13
2025-01-02scsi: mpi3mr: Synchronize access to ioctl data bufferRanjan Kumar1-11/+25
2025-01-02scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...Ranjan Kumar1-1/+6
2025-01-02spi: intel: Add Panther Lake SPI controller supportAapo Vienamo1-0/+2
2025-01-02platform/x86: asus-nb-wmi: Ignore unknown event 0xCFArmin Wolf1-0/+1
2025-01-02regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2025-01-02scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2025-01-02scsi: qla1280: Fix hw revision numbering for ISP1020/1040Magnus Lindholm1-6/+6
2025-01-02watchdog: mediatek: Add support for MT6735 TOPRGU/WDTYassine Oudjana1-0/+6
2025-01-02Revert "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU...Peter Griffin2-4/+5
2025-01-02watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handlerClaudiu Beznea1-2/+18
2025-01-02watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04James Hilliard1-0/+39
2025-01-02power: supply: bq24190: Fix BQ24296 Vbus regulator supportHans de Goede1-3/+9
2025-01-02mtd: rawnand: fix double free in atmel_pmecc_create_user()Dan Carpenter1-3/+1
2025-01-02platform/chrome: cros_ec_lpc: fix product identity for early Framework LaptopsDustin L. Howett1-2/+2
2025-01-02dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong1-0/+2
2025-01-02dmaengine: apple-admac: Avoid accessing registers in probeSasha Finkelstein1-5/+2
2025-01-02dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori2-5/+37
2025-01-02dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou1-16/+12
2025-01-02dmaengine: tegra: Return correct DMA status when pausedAkhil R1-0/+10
2025-01-02dmaengine: dw: Select only supported masters for ACPI devicesAndy Shevchenko3-4/+14
2025-01-02dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco1-0/+2
2025-01-02phy: rockchip: naneng-combphy: fix phy resetChukun Pan1-1/+1
2025-01-02phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PMCristian Ciocaltea1-1/+2
2025-01-02phy: usb: Toggle the PHY power during initJustin Chen1-0/+6
2025-01-02phy: core: Fix that API devm_phy_destroy() fails to destroy the phyZijun Hu1-1/+1
2025-01-02phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister...Zijun Hu1-3/+3
2025-01-02phy: core: Fix that API devm_phy_put() fails to release the phyZijun Hu1-1/+1
2025-01-02phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()Zijun Hu1-1/+3
2025-01-02phy: core: Fix an OF node refcount leakage in _of_phy_get()Zijun Hu1-2/+5
2025-01-02phy: qcom-qmp: Fix register name in RX Lane config of SC8280XPKrishna Kurapati1-1/+1
2025-01-02mtd: rawnand: arasan: Fix missing de-registration of NANDMaciej Andrzejewski1-0/+7
2025-01-02mtd: rawnand: arasan: Fix double assertion of chip-selectMaciej Andrzejewski1-2/+2
2025-01-02mtd: diskonchip: Cast an operand to prevent potential overflowZichen Xie1-1/+1
2025-01-02media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_regNikita Zhandarovich1-1/+1
2024-12-27of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu1-1/+1
2024-12-27of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
2024-12-27of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta1-1/+2
2024-12-27of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland1-2/+0
2024-12-27udmabuf: also check for F_SEAL_FUTURE_WRITEJann Horn1-1/+1
2024-12-27udmabuf: fix racy memfd sealing checkJann Horn1-4/+9
2024-12-27of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu1-0/+1
2024-12-27of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()Zijun Hu1-0/+1