summaryrefslogtreecommitdiff
path: root/drivers/media/common
AgeCommit message (Expand)Author
2023-10-13media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()Ma Ke
2023-10-13media: siano: Drop unnecessary error check for debugfs_create_dir/file()Jinjie Ruan
2023-10-13media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()Ma Ke
2023-09-27media: use struct_size() helperYu Liao
2023-09-27media: videobuf2: fix typo: vb2_dbuf -> vb2_qbufHans Verkuil
2023-09-14media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-07-19drivers/media/common/siano/smsendian.c : eliminate unnecessary type conversionsDong Chuanjian
2023-07-19media: siano: Convert to use sysfs_emit_at() APIye xingchen
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-06-21media: videobuf2: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko
2023-05-25media: common: saa7146: Avoid a leak in vmalloc_to_sg()Christophe JAILLET
2023-04-15media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_capHans Verkuil
2023-04-15media: common: saa7146: allow S_STD(G_STD)Hans Verkuil
2023-04-15media: common: saa7146: check minimum video format sizeHans Verkuil
2023-04-15media: common: saa7146: fix compliance problems with field handlingHans Verkuil
2023-04-15media: saa7146: convert to vb2Hans Verkuil
2023-04-15media: common: saa7146: use for_each_sg_dma_pageHans Verkuil
2023-04-15media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P supportHans Verkuil
2023-04-15media: common: saa7146: replace BUG_ON by WARN_ONHans Verkuil
2023-04-15media: common: saa7146: drop 'fmt' from struct saa7146_bufHans Verkuil
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil
2023-04-15media: common/saa7146: fix VFL direction for vbi outputHans Verkuil
2023-04-15media: common: saa7146: disable clippingHans Verkuil
2023-03-20media: saa7146: drop overlay supportHans Verkuil
2023-03-20media: common: btcx-risc.h: drop obsolete headerHans Verkuil
2023-03-19media: vb2: set owner before calling vb2_readHans Verkuil
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-15Merge git://git.linuxtv.org/media_stage into media_treeMauro Carvalho Chehab
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil
2023-02-06media: videobuf2-core: drop obsolete sanity check in __vb2_queue_free()Hans Verkuil
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman
2023-01-31usb: uvc: use v4l2_fill_fmtdesc instead of open coded format nameMichael Grzeschik
2023-01-31usb: uvc: make uvc_format_desc table constMichael Grzeschik
2023-01-31usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unitMichael Grzeschik
2023-01-24media: videobuf2: set q->streaming laterHans Verkuil
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-07media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()Hans Verkuil
2022-12-06media: videobuf2: revert "get_userptr: buffers are always writable"Hans Verkuil
2022-12-02v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds
2022-11-30mm/frame-vector: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-25media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driverHans Verkuil
2022-11-25media: vb2: add (un)prepare_streaming queue opsHans Verkuil
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld