summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
Commit message (Expand)AuthorAgeFilesLines
* media: videobuf2-core: drop obsolete sanity check in __vb2_queue_free()Hans Verkuil2023-02-061-22/+3
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-1/+1
|\
| * mm/frame-vector: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-1/+1
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-133-42/+25
|\ \
| * | media: videobuf2: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-113-0/+9
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-1814-4530/+13
| |\|
| * | media: videobuf2: Stop using internal dma-buf lockDmitry Osipenko2022-10-183-30/+3
| * | media: videobuf2: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-183-12/+13
* | | Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-12-136-14/+39
|\ \ \
| * | | media: videobuf2: revert "get_userptr: buffers are always writable"Hans Verkuil2022-12-065-8/+19
| * | | media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driverHans Verkuil2022-11-251-3/+0
| * | | media: vb2: add (un)prepare_streaming queue opsHans Verkuil2022-11-251-4/+21
| | |/ | |/|
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-4/+4
|\ \ \
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-4/+4
| |/ /
* | | media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()Hans Verkuil2022-12-071-29/+73
* | | v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds2022-12-021-56/+12
|/ /
* | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia2022-08-301-13/+0
* | media: saa7146: deprecate hexium_gemini/orion, mxb and ttpciHans Verkuil2022-08-2910-4505/+1
* | media: vb2: videobuf -> videobuf2Hans Verkuil2022-08-293-11/+11
|/
* media: videobuf2: Introduce vb2_find_buffer()Ezequiel Garcia2022-07-171-0/+12
* media: v4l2-tpg: Add support for the new YUVA and YUVX formatsLaurent Pinchart2022-07-151-0/+6
* media: v4l2-tpg: add HDMI Video Guard Band test patternHans Verkuil2022-06-201-0/+38
* media: videobuf2-dma-sg.c: kvmalloc_array -> kvcallocHans Verkuil2022-05-131-2/+1
* media: videobuf2-v4l2: Expose vb2_queue_is_busy() to driversLaurent Pinchart2022-05-131-16/+10
* media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus2022-04-241-1/+0
* Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-243-13/+15
|\
| * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-073-13/+15
* | media: media/*/Kconfig: sort entriesMauro Carvalho Chehab2022-03-181-8/+8
* | media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
* | media: Makefiles: sort entries where it fitsMauro Carvalho Chehab2022-03-142-5/+10
* | media: videobuf2-dma-contig: Invalidate vmap range before DMA rangeSergey Senozhatsky2022-03-071-6/+6
|/
* media: saa7146: fix error logic at saa7146_vv_init()Mauro Carvalho Chehab2021-12-141-0/+3
* media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2021-12-141-1/+1
* media: b2c2: flexcop: Convert to SPDX identifierCai Huoqing2021-12-071-10/+1
* Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab2021-12-071-0/+2
|\
| * Merge tag 'media/v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-11-221-0/+2
| |\
| | * media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereferenceHans de Goede2021-11-101-0/+2
* | | media: vb2: frame_vector.c: don't overwrite error codeHans Verkuil2021-11-301-1/+14
* | | media: videobuf2: Fix the size printk formatDillon Min2021-11-151-4/+4
|/ /
* | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-044-0/+4
|\ \ | |/ |/|
| * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-254-0/+4
* | media: videobuf2: always set buffer vb2 pointerSergey Senozhatsky2021-10-191-0/+3
* | media: videobuf2: handle non-contiguous DMA allocationsSergey Senozhatsky2021-09-301-31/+130
* | media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky2021-09-302-5/+30
* | media: videobuf2: add queue memory coherency parameterSergey Senozhatsky2021-09-302-8/+34
* | media: videobuf2: move cache_hints handling to allocatorsSergey Senozhatsky2021-09-303-6/+12
* | media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky2021-09-302-18/+22
* | media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky2021-09-302-33/+15
* | media: videobuf2: rework vb2_mem_ops APISergey Senozhatsky2021-09-304-62/+79