summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2025-06-04media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe()Markus Elfring1-2/+1
2025-05-02media: vim2m: print device name after registering deviceMatthew Majewski1-3/+3
2025-05-02media: venus: hfi_parser: add check to avoid out of bound accessVikash Garodia1-0/+2
2025-05-02media: venus: hfi: add check to handle incorrect queue sizeVikash Garodia1-0/+6
2025-05-02media: venus: hfi: add a check to handle OOB in sfr regionVikash Garodia1-2/+10
2025-03-13media: camif-core: Add check for clk_enable()Jiasheng Jiang1-2/+11
2025-03-13media: mipi-csis: Add check for clk_enable()Jiasheng Jiang1-2/+8
2024-12-14media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-11-17media: s5p-jpeg: prevent buffer overflowsMauro Carvalho Chehab1-6/+11
2024-11-08media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang1-0/+1
2024-11-08media: sun4i_csi: Implement link validate for sun4i_csi subdevLaurent Pinchart1-0/+5
2024-09-12media: qcom: camss: Add check for v4l2_fwnode_endpoint_parseChen Ni1-1/+4
2024-08-19media: venus: fix use after free in vdec_closeDikshita Agarwal1-0/+1
2024-08-19media: renesas: vsp1: Store RPF partition configuration per RPF instanceLaurent Pinchart2-4/+6
2024-08-19media: renesas: vsp1: Fix _irqsave and _irq mixLaurent Pinchart1-12/+8
2024-02-23media: rockchip: rga: fix swizzling for RGB formatsMichael Tretter1-12/+3
2023-11-28media: venus: hfi: add checks to handle capabilities from firmwareVikash Garodia1-0/+12
2023-11-28media: venus: hfi: fix the check to handle session buffer requirementVikash Garodia1-1/+1
2023-11-28media: venus: hfi_parser: Add check to keep the number of codecs within rangeVikash Garodia1-0/+3
2023-11-28media: venus: hfi: add checks to perform sanity on queue pointersVikash Garodia1-0/+10
2023-11-28media: vivid: avoid integer overflowHans Verkuil1-1/+1
2023-11-20media: s3c-camif: Avoid inappropriate kfree()Katya Orlova1-4/+2
2023-09-23media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang1-2/+3
2023-08-30media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-30media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
2023-06-09media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATENiklas Söderlund1-0/+1
2023-05-17media: rcar_fdp1: Fix refcount leak in probe and remove functionMiaoqian Lin1-3/+8
2023-05-17media: rcar_fdp1: Fix the correct variable assignmentsTang Bin1-4/+3
2023-05-17media: rcar_fdp1: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing1-3/+1
2023-05-17media: rcar_fdp1: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-2/+11
2023-05-17media: rcar_fdp1: simplify error check logic at fdp_open()Mauro Carvalho Chehab1-7/+8
2023-05-17media: bdisp: Add missing check for create_workqueueJiasheng Jiang1-0/+2
2023-03-11media: platform: ti: Add missing check for devm_regulator_getJiasheng Jiang1-0/+9
2023-01-18media: s5p-mfc: Fix in register read and write for H264Smitha T Murthy1-7/+7
2023-01-18media: s5p-mfc: Clear workbit to handle error conditionSmitha T Murthy1-1/+3
2023-01-18media: s5p-mfc: Fix to handle reference queue during finishingSmitha T Murthy1-2/+10
2023-01-18media: coda: Add check for kmallocJiasheng Jiang1-2/+8
2023-01-18media: coda: Add check for dcoda_iram_allocJiasheng Jiang1-2/+2
2023-01-18media: c8sectpfe: Add of_node_put() when breaking out of loopLiang He1-0/+1
2023-01-18media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoCAakarsh Jain1-2/+15
2023-01-18media: platform: exynos4-is: Fix error handling in fimc_md_init()Yuan Can2-2/+6
2023-01-18media: camss: Clean up received buffers on failed start of streamingVladimir Zapolskiy1-1/+2
2023-01-18media: vivid: fix compose size exceed boundaryLiu Shixin1-0/+1
2022-11-10media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-11-10media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-11-03media: vivid: dev->bitmap_cap wasn't freed in all casesHans Verkuil1-5/+13
2022-11-03media: vivid: s_fbuf: add more sanity checksHans Verkuil3-1/+32
2022-10-29media: venus: dec: Handle the case where find_format failsBryan O'Donoghue1-0/+2
2022-10-26media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_initMiaoqian Lin1-4/+5
2022-10-26media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loopLiang He1-0/+1