summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2024-12-09media: uvcvideo: Stop stream during unregisterRicardo Ribalda1-1/+31
2024-12-09media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_in...Gaosheng Cui1-1/+3
2024-12-09media: ov08x40: Fix burst write sequenceBryan O'Donoghue1-5/+28
2024-12-09media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate()Jinjie Ruan1-1/+1
2024-12-09media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-09media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-09media: platform: exynos4-is: Fix an OF node reference leak in fimc_md_is_isp_...Joe Hattori1-2/+3
2024-12-09media: ts2020: fix null-ptr-deref in ts2020_probe()Li Zetao1-1/+7
2024-12-09media: verisilicon: av1: Fix reference video buffer pointer assignmentBenjamin Gaignard1-2/+1
2024-12-09media: platform: rga: fix 32-bit DMA limitationJohn Keeping1-1/+1
2024-12-09media: imx-jpeg: Ensure power suppliers be suspended before detach themMing Qian1-0/+2
2024-12-09media: i2c: tc358743: Fix crash in the probe error path when using pollingAlexander Shiyan1-1/+3
2024-12-09media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-5/+5
2024-12-09media: mtk-jpeg: Fix null-ptr-deref during unload moduleGuoqing Jiang2-11/+10
2024-12-09media: imx-jpeg: Set video drvdata before register video deviceMing Qian1-1/+1
2024-12-09media: amphion: Set video drvdata before register video deviceMing Qian1-1/+1
2024-12-09media: qcom: camss: fix error path on configuration of power domainsVladimir Zapolskiy1-11/+8
2024-12-05media: v4l2-core: v4l2-dv-timings: check cvt/gtf resultHans Verkuil4-70/+95
2024-12-05media: intel/ipu6: do not handle interrupts when device is disabledStanislaw Gruszka2-4/+12
2024-12-05media: wl128x: Fix atomicity violation in fmc_send_cmd()Qiu-ji Chen1-1/+2
2024-12-05media: ipu6: remove architecture DMA ops dependency in KconfigBingbu Cao1-6/+0
2024-12-05media: ipu6: not override the dma_ops of device in driverBingbu Cao6-132/+156
2024-12-05media: ipu6: Fix DMA and physical address debugging messages for 32-bitSakari Ailus2-14/+21
2024-12-05media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read callColin Ian King1-1/+1
2024-12-05media: i2c: vgxy61: Fix an error handling path in vgxy61_detect()Christophe JAILLET1-1/+1
2024-12-05media: i2c: max96717: clean up on error in max96717_subdev_init()Dan Carpenter1-2/+4
2024-11-22media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...Benoit Sevens1-1/+1
2024-11-08Merge tag 'media/v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds18-54/+98
2024-11-07media: videobuf2-core: copy vb planes unconditionallyTudor Ambarus1-13/+15
2024-11-06media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not setMauro Carvalho Chehab1-11/+4
2024-10-28media: vivid: fix buffer overwrite when using > 32 buffersHans Verkuil4-4/+6
2024-10-18media: pulse8-cec: fix data timestamp at pulse8_setup()Mauro Carvalho Chehab1-1/+1
2024-10-18media: cec: extron-da-hd-4k-plus: don't use -1 as an error codeMauro Carvalho Chehab1-3/+3
2024-10-18media: stb0899_algo: initialize cfr before using itMauro Carvalho Chehab1-1/+1
2024-10-18media: adv7604: prevent underflow condition when reporting colorspaceMauro Carvalho Chehab1-9/+17
2024-10-18media: cx24116: prevent overflows on SNR calculusMauro Carvalho Chehab1-1/+6
2024-10-18media: ar0521: don't overflow when checking PLL valuesMauro Carvalho Chehab1-2/+2
2024-10-18media: s5p-jpeg: prevent buffer overflowsMauro Carvalho Chehab1-6/+11
2024-10-18media: mgb4: protect driver against spectreMauro Carvalho Chehab1-0/+2
2024-10-18media: dvb_frontend: don't play tricks with underflow valuesMauro Carvalho Chehab1-2/+2
2024-10-18media: dvbdev: prevent the risk of out of memory accessMauro Carvalho Chehab1-2/+15
2024-10-18media: v4l2-tpg: prevent the risk of a division by zeroMauro Carvalho Chehab1-0/+3
2024-10-18media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()Mauro Carvalho Chehab1-6/+11
2024-10-15media: dvb-core: add missing buffer index checkHans Verkuil1-1/+7
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro44-44/+44
2024-09-27[tree-wide] finally take no_llseek outAl Viro5-5/+0
2024-09-23Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds226-893/+5546
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+7
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds3-6/+8
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1