summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-04-25PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()Stanimir Varbanov1-4/+9
2025-04-25of/irq: Fix device node refcount leakages in of_irq_init()Zijun Hu1-0/+3
2025-04-25of/irq: Fix device node refcount leakage in API irq_of_parse_and_map()Zijun Hu1-1/+5
2025-04-25of/irq: Fix device node refcount leakages in of_irq_count()Zijun Hu1-1/+3
2025-04-25of/irq: Fix device node refcount leakage in API of_irq_parse_raw()Zijun Hu1-0/+8
2025-04-25of/irq: Fix device node refcount leakage in API of_irq_parse_one()Zijun Hu1-32/+27
2025-04-25ntb: use 64-bit arithmetic for the MSI doorbell maskFedor Pchelkin1-1/+1
2025-04-25gve: handle overflow when reporting TX consumed descriptorsJoshua Washington1-1/+3
2025-04-25gpio: zynq: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-0/+1
2025-04-25gpio: tegra186: fix resource handling in ACPI probe pathGuixin Liu1-13/+14
2025-04-25dm-verity: fix prefetch-vs-suspend raceMikulas Patocka1-0/+8
2025-04-25dm-integrity: set ti->error on memory allocation failureMikulas Patocka1-0/+3
2025-04-25dm-ebs: fix prefetch-vs-suspend raceMikulas Patocka1-0/+7
2025-04-25crypto: ccp - Fix check for the primary ASP deviceTom Lendacky1-6/+9
2025-04-25clk: qcom: gdsc: Set retain_ff before moving to HW CTRLTaniya Das1-10/+11
2025-04-25clk: qcom: gdsc: Capture pm_genpd_add_subdomain result codeBryan O'Donoghue1-13/+27
2025-04-25clk: qcom: gdsc: Release pm subdomains in reverse add orderBryan O'Donoghue1-1/+1
2025-04-25clk: qcom: clk-branch: Fix invert halt status bit check for votable clocksAjit Pandey1-2/+2
2025-04-25thermal/drivers/rockchip: Add missing rk3328 mapping entryTrevor Woerner1-0/+1
2025-04-25x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne1-10/+24
2025-04-25iommufd: Fix uninitialized rc in iommufd_access_rw()Nicolin Chen1-1/+1
2025-04-25backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()Herve Codina1-1/+4
2025-04-25mtd: rawnand: Add status chack in r852_ready()Wentao Liang1-0/+3
2025-04-25mtd: inftlcore: Add error check for inftl_read_oob()Wentao Liang1-4/+5
2025-04-25mailbox: tegra-hsp: Define dimensioning masks in SoC dataKartik Rajput1-12/+60
2025-04-25mfd: ene-kb3930: Fix a potential NULL pointer dereferenceChenyuan Yang1-1/+1
2025-04-25leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMsAbel Vesa1-3/+3
2025-04-25leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMsAbel Vesa1-1/+1
2025-04-25i3c: Add NULL pointer check in i3c_master_queue_ibi()Manjunatha Venkatesh1-0/+3
2025-04-25i3c: master: svc: Use readsb helper for reading MDBStanley Chu1-1/+1
2025-04-25soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()Chenyuan Yang1-0/+2
2025-04-25tpm: do not start chip while suspendedThadeu Lima de Souza Cascardo2-7/+5
2025-04-25vdpa/mlx5: Fix oversized null mkey longer than 32bitSi-Wei Liu1-2/+5
2025-04-25bus: mhi: host: Fix race between unprepare and queue_bufJeff Hugo1-6/+10
2025-04-25wifi: mt76: Add check for devm_kstrdup()Haoxiang Li1-0/+4
2025-04-25clocksource/drivers/stm32-lptimer: Use wakeup capable instead of init wakeupAlexandre Torgue1-3/+1
2025-04-25mtd: Replace kcalloc() with devm_kcalloc()Jiasheng Jiang1-6/+3
2025-04-25net: dsa: mv88e6xxx: workaround RGMII transmit delay erratum for 6320 familyMarek BehĂșn1-0/+17
2025-04-25mtd: Add check for devm_kcalloc()Jiasheng Jiang1-0/+3
2025-04-25media: i2c: imx219: Rectify runtime PM handling in probe and removeSakari Ailus1-5/+8
2025-04-25media: venus: hfi_parser: refactor hfi packet parsing logicVikash Garodia1-26/+72
2025-04-25media: venus: hfi_parser: add check to avoid out of bound accessVikash Garodia1-0/+2
2025-04-25media: i2c: ov7251: Introduce 1 ms delay between regulators and en GPIOSakari Ailus1-0/+2
2025-04-25media: i2c: ov7251: Set enable GPIO low in probeSakari Ailus1-1/+1
2025-04-25media: i2c: ccs: Set the device's runtime PM status correctly in probeSakari Ailus1-0/+1
2025-04-25media: i2c: ccs: Set the device's runtime PM status correctly in removeSakari Ailus1-2/+3
2025-04-25media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf()Karina Yankevich1-2/+2
2025-04-25media: platform: stm32: Add check for clk_enable()Jiasheng Jiang1-1/+2
2025-04-25media: visl: Fix ERANGE error when setting enum controlsNicolas Dufresne1-0/+12
2025-04-25media: streamzap: prevent processing IR data on URB failureMurad Masimov1-30/+38