summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2023-05-24media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou
2023-05-24media: pvrusb2: fix DVB_CORE dependencyArnd Bergmann
2023-05-24media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen
2023-05-24media: Prefer designated initializers over memset for subdev pad opsLaurent Pinchart
2023-05-24media: ipu3-cio2: support multiple sensors and VCMs with same HIDBingbu Cao
2023-05-24media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbolsTom Rix
2023-05-24media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finishharperchen
2023-05-24media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()harperchen
2023-05-24media: imx-jpeg: Bounds check sizeimage accessKees Cook
2023-05-11media: ov5670: Fix probe on ACPISakari Ailus
2023-05-11media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong
2023-05-11media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong
2023-05-11media: venus: dec: Fix capture formats enumeration orderJavier Martinez Canillas
2023-05-11media: venus: dec: Fix handling of the start cmdMichał Krawczyk
2023-05-11media: rc: gpio-ir-recv: Fix support for wake-upFlorian Fainelli
2023-05-11media: hi846: Fix memleak in hi846_init_controls()Wei Chen
2023-05-11media: v4l: async: Return async sub-devices to subnotifier listSakari Ailus
2023-05-11media: rcar_fdp1: Fix refcount leak in probe and remove functionMiaoqian Lin
2023-05-11media: rcar_fdp1: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-11media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()Laurent Pinchart
2023-05-11media: platform: mtk-mdp3: fix potential frame size overflow in mdp_try_fmt_m...Moudy Ho
2023-05-11media: saa7134: fix use after free bug in saa7134_finidev due to race conditionZheng Wang
2023-05-11media: dm1105: Fix use after free bug in dm1105_remove due to race conditionZheng Wang
2023-05-11media: mediatek: vcodec: change lat thread decode error conditionYunfei Dong
2023-05-11media: mediatek: vcodec: making sure queue_work successfullyYunfei Dong
2023-05-11media: mediatek: vcodec: remove unused lat_bufYunfei Dong
2023-05-11media: mediatek: vcodec: add core decode done eventYunfei Dong
2023-05-11media: mediatek: vcodec: move lat_buf to the top of core listYunfei Dong
2023-05-11media: mediatek: vcodec: using each instance lat_buf count replace core ready...Yunfei Dong
2023-05-11media: mediatek: vcodec: add params to record lat and core lat_buf countYunfei Dong
2023-05-11media: mediatek: vcodec: Force capture queue format to MM21Yunfei Dong
2023-05-11media: mediatek: vcodec: Make MM21 the default capture formatYunfei Dong
2023-05-11media: mediatek: vcodec: Use 4K frame size when supported by stateful decoderPin-yen Lin
2023-05-11media: mtk-jpeg: Fixes jpeg enc&dec worker sw flowkyrie wu
2023-05-11media: mtk-jpeg: Fixes jpeghw multi-core judgementkyrie wu
2023-05-11media: max9286: Free control handlerLaurent Pinchart
2023-05-11media: amphion: decoder implement display delay enableMing Qian
2023-05-11media: platform: mtk-mdp3: Add missing check and free for ida_allocJiasheng Jiang
2023-05-11media: bdisp: Add missing check for create_workqueueJiasheng Jiang
2023-05-11media: v4l: subdev: Make link validation saferSakari Ailus
2023-05-11media: ov8856: Do not check for for module versionRicardo Ribalda
2023-04-02Revert "venus: firmware: Correct non-pix start and end addresses"Javier Martinez Canillas
2023-03-31media: i2c: imx290: fix conditional function defintionsArnd Bergmann
2023-03-18media: m5mols: fix off-by-one loop termination errorLinus Torvalds
2023-03-09media: i2c: ov2685: convert to i2c's .probe_new()Uwe Kleine-König
2023-03-09media: i2c: ov5695: convert to i2c's .probe_new()Uwe Kleine-König
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-02-26media: imx-mipi-csis: Check csis_fmt validity before useMarek Vasut
2023-02-26media: v4l2-subdev.c: clear stream fieldHans Verkuil