summaryrefslogtreecommitdiff
path: root/drivers/media/common/videobuf2
AgeCommit message (Expand)AuthorFilesLines
2023-06-21media: videobuf2: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko3-9/+0
2023-03-20media: vb2: set owner before calling vb2_readHans Verkuil1-2/+3
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-22/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-02-15Merge git://git.linuxtv.org/media_stage into media_treeMauro Carvalho Chehab1-22/+3
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2-2/+2
2023-02-06media: videobuf2-core: drop obsolete sanity check in __vb2_queue_free()Hans Verkuil1-22/+3
2023-01-24media: videobuf2: set q->streaming laterHans Verkuil1-3/+2
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-42/+25
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-14/+39
2022-12-07media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()Hans Verkuil1-29/+73
2022-12-06media: videobuf2: revert "get_userptr: buffers are always writable"Hans Verkuil5-8/+19
2022-12-03v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds1-56/+12
2022-12-01mm/frame-vector: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-11-25media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driverHans Verkuil1-3/+0
2022-11-25media: vb2: add (un)prepare_streaming queue opsHans Verkuil1-4/+21
2022-11-11media: videobuf2: Assert held reservation lock for dma-buf mmappingDmitry Osipenko3-0/+9
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard3-24/+11
2022-10-18media: videobuf2: Stop using internal dma-buf lockDmitry Osipenko3-30/+3
2022-10-18media: videobuf2: Prepare to dynamic dma-buf locking specificationDmitry Osipenko3-12/+13
2022-08-30media: videobuf2: Remove vb2_find_timestamp()Ezequiel Garcia1-13/+0
2022-08-29media: vb2: videobuf -> videobuf2Hans Verkuil3-11/+11
2022-07-17media: videobuf2: Introduce vb2_find_buffer()Ezequiel Garcia1-0/+12
2022-05-13media: videobuf2-dma-sg.c: kvmalloc_array -> kvcallocHans Verkuil1-2/+1
2022-05-13media: videobuf2-v4l2: Expose vb2_queue_is_busy() to driversLaurent Pinchart1-16/+10
2022-03-25Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-13/+15
2022-03-14media: Makefiles: sort entries where it fitsMauro Carvalho Chehab1-3/+5
2022-03-07media: videobuf2-dma-contig: Invalidate vmap range before DMA rangeSergey Senozhatsky1-6/+6
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi3-13/+15
2021-12-07Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab1-0/+2
2021-11-30media: vb2: frame_vector.c: don't overwrite error codeHans Verkuil1-1/+14
2021-11-23Merge tag 'media/v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-0/+2
2021-11-15media: videobuf2: Fix the size printk formatDillon Min1-4/+4
2021-11-10media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereferenceHans de Goede1-0/+2
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+4
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman4-0/+4
2021-10-19media: videobuf2: always set buffer vb2 pointerSergey Senozhatsky1-0/+3
2021-09-30media: videobuf2: handle non-contiguous DMA allocationsSergey Senozhatsky1-31/+130
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky2-5/+30
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky2-8/+34
2021-09-30media: videobuf2: move cache_hints handling to allocatorsSergey Senozhatsky3-6/+12
2021-09-30media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky2-18/+22
2021-09-30media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky2-33/+15
2021-09-30media: videobuf2: rework vb2_mem_ops APISergey Senozhatsky4-62/+79
2021-09-30media: videobuf2-core: sanity checks for requests and qbufHans Verkuil1-1/+22
2021-08-03Merge tag 'media/v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+12
2021-07-30media: videobuf2-core: dequeue if start_streaming failsHans Verkuil1-1/+12
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-06-29media: videobuf2: use vma_lookup() in get_vaddr_frames()Liam Howlett1-1/+1