summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-02-09media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil1-1/+1
2023-01-07media: dvb-core: Fix UAF due to refcount races at releasingTakashi Iwai1-0/+8
2023-01-07media: dvb-core: Fix double free in dvb_register_device()Keita Suzuki1-0/+1
2023-01-07media: s5p-mfc: Fix in register read and write for H264Smitha T Murthy1-7/+7
2023-01-07media: s5p-mfc: Clear workbit to handle error conditionSmitha T Murthy1-1/+3
2023-01-07media: s5p-mfc: Fix to handle reference queue during finishingSmitha T Murthy1-2/+10
2023-01-07media: stv0288: use explicitly signed charJason A. Donenfeld1-3/+2
2022-12-31media: dvbdev: fix refcnt bugLin Ma1-1/+1
2022-12-31media: si470x: Fix use-after-free in si470x_int_in_callback()Shigeru Yoshida1-1/+3
2022-12-31media: mediatek: vcodec: Can't set dst buffer to done when lat decode errorYunfei Dong1-1/+1
2022-12-31media: dvb-usb: fix memory leak in dvb_usb_adapter_init()Mazin Al Haddad1-1/+3
2022-12-31media: dvbdev: adopts refcnt to avoid UAFLin Ma3-9/+27
2022-12-31media: dvb-frontends: fix leak of memory fwYan Lei1-0/+1
2022-12-31media: imx-jpeg: Disable useless interrupt to avoid kernel panicMing Qian1-1/+3
2022-12-31media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil1-0/+1
2022-12-31media: coda: Add check for kmallocJiasheng Jiang1-2/+8
2022-12-31media: coda: Add check for dcoda_iram_allocJiasheng Jiang1-2/+2
2022-12-31media: c8sectpfe: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-12-31media: ov5640: set correct default link frequencyGuoniu.zhou1-1/+2
2022-12-31media: saa7164: fix missing pci_disable_device()Liu Shixin1-1/+3
2022-12-31media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoCAakarsh Jain1-2/+15
2022-12-31media: mediatek: vcodec: Core thread depends on core_listYunfei Dong1-1/+1
2022-12-31media: mediatek: vcodec: Setting lat buf to lat_list when lat decode errorYunfei Dong1-5/+10
2022-12-31media: mediatek: vcodec: Fix h264 set lat buffer errorYunfei Dong1-11/+17
2022-12-31media: mediatek: vcodec: Fix getting NULL pointer for dst bufferYunfei Dong1-4/+7
2022-12-31media: amphion: lock and check m2m_ctx in event handlerMing Qian2-2/+8
2022-12-31media: amphion: cancel vpu before release instanceMing Qian1-4/+7
2022-12-31media: amphion: try to wakeup vpu core to avoid failureMing Qian4-4/+38
2022-12-31media: sun8i-a83t-mipi-csi2: Register async subdev with no sensor attachedPaul Kocialkowski1-5/+12
2022-12-31media: sun6i-mipi-csi2: Register async subdev with no sensor attachedPaul Kocialkowski1-5/+12
2022-12-31media: sun8i-a83t-mipi-csi2: Require both pads to be connected for streamingPaul Kocialkowski1-2/+4
2022-12-31media: sun6i-mipi-csi2: Require both pads to be connected for streamingPaul Kocialkowski1-2/+4
2022-12-31media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()Baisong Zhong1-0/+4
2022-12-31media: dvb-core: Fix ignored return value in dvb_register_frontend()Chen Zhongjin1-1/+7
2022-12-31media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_...Marek Vasut1-1/+0
2022-12-31media: imon: fix a race condition in send_packet()Gautam Menghani1-3/+3
2022-12-31media: vimc: Fix wrong function called when vimc_init() failsChen Zhongjin1-1/+1
2022-12-31media: videobuf-dma-contig: use dma_mmap_coherentChristoph Hellwig1-14/+8
2022-12-31media: amphion: Fix error handling in vpu_driver_init()Yuan Can1-1/+5
2022-12-31media: platform: exynos4-is: Fix error handling in fimc_md_init()Yuan Can2-2/+6
2022-12-31media: solo6x10: fix possible memory leak in solo_sysfs_init()Yang Yingliang1-0/+1
2022-12-31media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()Chen Zhongjin1-14/+8
2022-12-31media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian1-9/+2
2022-12-31media: amphion: add lock around vdec_g_fmtMing Qian1-0/+2
2022-12-31media: camss: Do not attach an already attached power domain on MSM8916 platformVladimir Zapolskiy1-0/+11
2022-12-31media: camss: Clean up received buffers on failed start of streamingVladimir Zapolskiy1-1/+2
2022-12-31media: platform: exynos4-is: fix return value check in fimc_md_probe()Yang Yingliang1-1/+1
2022-12-31media: vivid: fix compose size exceed boundaryLiu Shixin1-0/+1
2022-12-31media: platform: mtk-mdp3: fix error handling in mdp_probe()Moudy Ho1-7/+8
2022-12-31media: platform: mtk-mdp3: fix error handling about components clock_onMoudy Ho2-9/+19