summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-04-25md/raid10: fix missing discard IO accountingYu Kuai1-0/+1
2025-04-25scsi: iscsi: Fix missing scsi_host_put() in error pathMiaoqian Lin1-2/+5
2025-04-25wifi: wl1251: fix memory leak in wl1251_tx_workAbdun Nihaal1-1/+3
2025-04-25wifi: at76c50x: fix use after free access in at76_disconnectAbdun Nihaal1-1/+1
2025-04-25scsi: hisi_sas: Enable force phy when SATA disk directly connectedXingui Yang2-4/+19
2025-04-25HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Du...Kaixin Wang1-0/+1
2025-04-25Bluetooth: hci_uart: Fix another race during initializationArseniy Krasnov2-6/+15
2025-04-25ACPI: platform-profile: Fix CFI violation when accessing sysfs filesNathan Chancellor1-10/+10
2025-04-25pinctrl: qcom: Clear latched interrupt status when changing IRQ typeStephan Gerhold1-6/+6
2025-04-25PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
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-25thermal/drivers/rockchip: Add missing rk3328 mapping entryTrevor Woerner1-0/+1
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-25mfd: ene-kb3930: Fix a potential NULL pointer dereferenceChenyuan Yang1-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-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: 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: streamzap: prevent processing IR data on URB failureMurad Masimov1-30/+38