summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorLines
2025-10-14media: ivtv: Fix invalid access to file *Jacopo Mondi-14/+25
2025-10-14media: cx18: Fix invalid access to file *Jacopo Mondi-20/+27
2025-10-14media: cec: Fix debugfs leak on bus_register() failureHaotian Zhang-0/+1
2025-10-14media: c8sectpfe: remove support of STi c8sectpfe driverRaphael Gallais-Pou-2328/+0
2025-10-14media: pci: mg4b: use iio_push_to_buffers_with_ts()David Lechner-1/+1
2025-10-14media: pci: mg4b: use aligned_s64David Lechner-1/+2
2025-10-14media: vidtv: initialize local pointers upon transfer of memory ownershipJeongjun Park-0/+3
2025-10-14media: pvrusb2: Fix incorrect variable used in trace messageColin Ian King-1/+1
2025-10-14media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread()Ivan Abramov-0/+2
2025-10-14media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log...Ivan Abramov-2/+5
2025-10-14media: i2c: ADV7604: Remove redundant cancel_delayed_work in probeDuoming Zhou-3/+1
2025-10-14media: i2c: adv7842: Remove redundant cancel_delayed_work in probeDuoming Zhou-3/+1
2025-10-14media: TDA1997x: Remove redundant cancel_delayed_work in probeDuoming Zhou-1/+0
2025-10-14media: dvb: Use int type to store negative error codesQianfeng Rong-3/+4
2025-10-14media: dvb-frontends: Remove redundant ternary operatorsLiao Yuanhong-3/+2
2025-10-14media: synopsys: hdmirx: media: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-10-14media: vivid: use vmalloc_array and vcalloc to simplify codeQianfeng Rong-3/+3
2025-10-14media: pt1: use vmalloc_array to simplify codeQianfeng Rong-1/+1
2025-10-14media: dvb-core: use vmalloc_array to simplify codeQianfeng Rong-6/+6
2025-10-14Revert "media: xc2028: avoid use-after-free in load_firmware_cb()"Dmitry Antipov-8/+1
2025-10-14media: dvb-core: dvb_demux: Fix assignments in if conditionsDarshan Rathod-7/+13
2025-10-14media: dvb-core: dvb_ringbuffer: Fix various coding style issuesDarshan Rathod-15/+21
2025-10-14media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()Jeongjun Park-0/+5
2025-10-04Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-26/+6
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-8595/+15310
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds-2/+4
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2025-09-24media: venus: pm_helpers: add fallback for the opp-tableRenjiang Han-1/+8
2025-09-24media: qcom: camss: vfe: Fix BPL alignment for QCM2290Loic Poulain-1/+0
2025-09-17media: tuner: xc5000: Fix use-after-free in xc5000_releaseDuoming Zhou-1/+1
2025-09-17media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probeDuoming Zhou-2/+2
2025-09-17media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_removeDuoming Zhou-1/+1
2025-09-17media: vsp1: Export missing vsp1_isp_free_buffer symbolLaurent Pinchart-0/+1
2025-09-17media: renesas: vsp1: Convert to SYSTEM_SLEEP/RUNTIME_PM_OPS()Geert Uytterhoeven-7/+7
2025-09-17media: renesas: ceu: Convert to RUNTIME_PM_OPS()Geert Uytterhoeven-6/+4
2025-09-17media: renesas: fdp1: Convert to RUNTIME_PM_OPS()Geert Uytterhoeven-6/+4
2025-09-17media: renesas: rcar-vin: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-4/+4
2025-09-17media: renesas: rcar_drif: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-6/+6
2025-09-15Merge tag 'qcom-drivers-for-6.18' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-2/+2
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman-97/+12
2025-09-13media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_IDThadeu Lima de Souza Cascardo-27/+48
2025-09-13media: uvcvideo: Support UVC_CROSXU_CONTROL_IQ_PROFILERicardo Ribalda-0/+34
2025-09-13media: uvcvideo: Run uvc_ctrl_init_ctrl for all controlsRicardo Ribalda-9/+0
2025-09-13media: uvcvideo: Shorten the transfer size non compliance messageMichal Pecio-1/+1
2025-09-13media: uvcvideo: Do not re-reference dev->udevRicardo Ribalda-1/+1
2025-09-13media: uvcvideo: Use intf instead of udev for printksRicardo Ribalda-24/+24
2025-09-13media: uvcvideo: Move video_device under video_queueRicardo Ribalda-15/+12
2025-09-13media: uvcvideo: Drop stream->mutexRicardo Ribalda-50/+11
2025-09-13media: uvcvideo: Move MSXU_CONTROL_METADATA definition to headerLaurent Pinchart-6/+5
2025-09-13media: uvcvideo: Add missing curly bracesLaurent Pinchart-1/+2