summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2023-11-28media: venus: hfi: fix the check to handle session buffer requirementVikash Garodia1-1/+1
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-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: 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: 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-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
2022-08-25media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignmentAngeloGioacchino Del Regno1-0/+2
2022-06-14media: exynos4-is: Change clk_disable to clk_disable_unprepareMiaoqian Lin1-1/+1
2022-06-14media: st-delta: Fix PM disable depth imbalance in delta_probeMiaoqian Lin1-2/+4
2022-06-14media: exynos4-is: Fix compile warningKwanghoon Son1-1/+1
2022-06-14media: venus: hfi: avoid null dereference in deinitLuca Weiss1-0/+3
2022-04-20media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin1-0/+1
2022-04-20media: davinci: vpif: fix unbalanced runtime PM getJohan Hovold1-0/+1
2022-01-27media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld1-1/+1
2021-11-26media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_pr...Christophe JAILLET1-1/+4
2021-11-26media: s5p-mfc: Add checking to s5p_mfc_probe().Nadezda Lutovinova1-0/+4
2021-11-26media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()Tuo Li1-1/+1
2021-07-20media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctxDillon Min1-0/+3
2021-07-20media: exynos4-is: Fix a use after free in isp_video_releaseLv Yunlong1-2/+5
2021-07-20media: s5p_cec: decrement usage count if disabledMauro Carvalho Chehab1-1/+1
2021-07-20media: st-hva: Fix potential NULL pointer dereferencesEvgeny Novikov1-2/+1
2021-05-26Revert "media: rcar_drif: fix a memory disclosure"Greg Kroah-Hartman1-1/+0
2021-05-22media: vivid: fix assignment of dev->fbuf_out_flagsColin Ian King1-1/+1
2021-05-22media: vivid: update EDIDHans Verkuil1-3/+3
2021-03-03media: pxa_camera: declare variable when DEBUG is definedTom Rix1-0/+3
2021-03-03media: vsp1: Fix an error handling path in the probe functionChristophe JAILLET1-1/+3
2020-12-29media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai1-0/+1
2020-11-05media: platform: Improve queue set up flow for bug fixingXia Jiang1-0/+7
2020-10-29media: venus: core: Fix runtime PM imbalance in venus_probeDinghao Liu1-1/+4
2020-10-29media: bdisp: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-10-29media: platform: sti: hva: Fix runtime PM imbalance on errorDinghao Liu1-1/+1
2020-10-29media: platform: s3c-camif: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-10-29media: vsp1: Fix runtime PM imbalance on errorDinghao Liu1-3/+8
2020-10-29media: exynos4-is: Fix a reference count leakQiushi Wu1-1/+3
2020-10-29media: exynos4-is: Fix a reference count leak due to pm_runtime_get_syncQiushi Wu1-1/+3