summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2026-03-04media: venus: vdec: fix error state assignment for zero bytesusedRenjiang Han1-3/+3
2026-03-04media: i2c/tw9906: Fix potential memory leak in tw9906_probe()Abdun Nihaal1-0/+1
2026-03-04media: i2c/tw9903: Fix potential memory leak in tw9903_probe()Abdun Nihaal1-0/+1
2026-03-04media: cx25821: Add missing unmap in snd_cx25821_hw_params()Haoxiang Li1-0/+1
2026-03-04media: cx23885: Add missing unmap in snd_cx23885_hw_params()Haoxiang Li1-1/+3
2026-03-04media: cx88: Add missing unmap in snd_cx88_hw_params()Haoxiang Li1-1/+3
2026-03-04media: radio-keene: fix memory leak in error pathShaurya Rane1-1/+1
2026-03-04media: mtk-mdp: Fix a reference leak bug in mtk_mdp_remove()Haoxiang Li1-0/+1
2026-03-04media: mtk-mdp: Fix error handling in probe functionHaoxiang Li1-2/+14
2026-03-04media: cx25821: Fix a resource leak in cx25821_dev_setup()Haoxiang Li1-0/+1
2026-03-04media: solo6x10: Check for out of bounds chip_idKees Cook1-1/+7
2026-03-04media: pvrusb2: fix URB leak in pvr2_send_request_exSzymon Wilczek1-0/+5
2026-03-04media: adv7180: fix frame interval in progressive modeThorsten Schmelzer1-0/+7
2026-03-04media: omap3isp: set initial formatHans Verkuil1-0/+8
2026-03-04media: omap3isp: isppreview: always clamp in preview_try_format()Hans Verkuil1-13/+8
2026-03-04media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixesHans Verkuil1-3/+3
2026-03-04media: dvb-core: dmxdevfilter must always flush bufsHans Verkuil2-6/+7
2026-01-19media: samsung: exynos4-is: fix potential ABBA deadlock on initMarek Szyprowski1-4/+6
2026-01-19media: vpif_capture: fix section mismatchJohan Hovold1-2/+2
2026-01-19media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()Haoxiang Li1-1/+3
2026-01-19media: renesas: rcar_drif: fix device node reference leak in rcar_drif_bond_e...Miaoqian Lin1-0/+1
2026-01-19media: i2c: adv7842: Remove redundant cancel_delayed_work in probeDuoming Zhou1-3/+1
2026-01-19media: i2c: ADV7604: Remove redundant cancel_delayed_work in probeDuoming Zhou1-3/+1
2026-01-19media: TDA1997x: Remove redundant cancel_delayed_work in probeDuoming Zhou1-1/+0
2026-01-19media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread()Ivan Abramov1-0/+2
2026-01-19media: cec: Fix debugfs leak on bus_register() failureHaotian Zhang1-0/+1
2026-01-19media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log...Ivan Abramov1-2/+5
2026-01-19media: rc: st_rc: Fix reset control resource leakHaotian Zhang1-1/+1
2026-01-19media: vidtv: initialize local pointers upon transfer of memory ownershipJeongjun Park1-0/+3
2026-01-19media: pvrusb2: Fix incorrect variable used in trace messageColin Ian King1-1/+1
2026-01-19media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()Jeongjun Park1-0/+5
2025-12-07media: redrat3: use int type to store negative error codesQianfeng Rong1-1/+1
2025-12-07media: fix uninitialized symbol warningsChelsy Ratnawat3-13/+13
2025-12-07media: imon: make send_packet() more robustTetsuo Handa1-24/+37
2025-12-07media: pci: ivtv: Don't create fake v4l2_fhLaurent Pinchart4-14/+13
2025-10-29media: s5p-mfc: remove an unused/uninitialized variableArnd Bergmann1-22/+13
2025-10-29media: lirc: Fix error handling in lirc_register()Ma Ke1-4/+5
2025-10-29media: rc: Directly use ida_free()keliu2-6/+6
2025-10-29media: pci: ivtv: Add check for DMA map resultMikhail Kobuk3-3/+17
2025-10-29media: cx18: Add missing check after DMA mapThomas Fourier1-2/+10
2025-10-29media: pci: ivtv: Add missing check after DMA mapThomas Fourier2-2/+8
2025-10-29media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET5-30/+41
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+3
2025-10-29media: mc: Clear minor number before put deviceEdward Adam Davis1-5/+1
2025-10-29media: i2c: mt9v111: fix incorrect type for retQianfeng Rong1-1/+1
2025-10-29media: rj54n1cb0c: Fix memleak in rj54n1_probe()Zhang Shurong1-3/+6
2025-10-29media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probeDuoming Zhou1-2/+2
2025-10-29media: tuner: xc5000: Fix use-after-free in xc5000_releaseDuoming Zhou1-1/+1
2025-10-29media: tunner: xc5000: Refactor firmware loadRicardo Ribalda1-22/+17
2025-10-29media: rc: fix races with imon_disconnect()Larshin Sergey1-7/+20