index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
/
videobuf2
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-18
/
+18
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-19
/
+19
2025-12-18
media: vb2: drop wait_prepare/finish callbacks
Hans Verkuil
-39
/
+10
2025-12-18
media: vb2: remove vb2_ops_wait_prepare/finish helpers
Hans Verkuil
-14
/
+0
2025-11-11
Merge tag 'v6.18-rc5' into media-next
Mauro Carvalho Chehab
-0
/
+5
2025-11-03
media: videobuf2: Fix device reference leak in vb2_dc_alloc error path
Haotian Zhang
-0
/
+1
2025-10-24
media: videobuf2: forbid remove_bufs when legacy fileio is active
Marek Szyprowski
-0
/
+5
2025-08-13
media: Drop V4L2_FL_USES_V4L2_FH checks
Laurent Pinchart
-8
/
+4
2025-08-13
media: Wrap file->private_data access with a helper function
Laurent Pinchart
-1
/
+1
2025-05-09
media: videobuf2: use sgtable-based scatterlist wrappers
Marek Szyprowski
-2
/
+2
2025-04-25
media: videobuf2: check constants during build time
Michał Mirosław
-6
/
+5
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-4
/
+4
2024-11-11
Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1
Mauro Carvalho Chehab
-13
/
+15
2024-11-07
media: videobuf2-core: copy vb planes unconditionally
Tudor Ambarus
-13
/
+15
2024-10-28
media: vb2: fix confusing log message
Hans Verkuil
-1
/
+1
2024-10-28
media: vb2: Fix comment
Ricardo Ribalda
-1
/
+1
2024-10-28
media: videobuf2-core: update vb2_thread if wait_finish/prepare are NULL
Hans Verkuil
-6
/
+20
2024-10-12
media: vb2: use lock if wait_prepare/finish are NULL
Hans Verkuil
-3
/
+10
2024-10-12
media: vb2: vb2_core_queue_init(): sanity check lock and wait_prepare/finish
Hans Verkuil
-0
/
+8
2024-09-23
Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-71
/
+95
2024-08-29
dma-mapping: don't return errors from dma_set_max_seg_size
Christoph Hellwig
-2
/
+1
2024-08-27
media: videobuf2: Drop minimum allocation requirement of 2 buffers
Laurent Pinchart
-7
/
+0
2024-08-14
media: videobuf2-core: attach once if multiple planes share the same dbuf
Yunke Cao
-4
/
+26
2024-08-14
media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put
Yunke Cao
-2
/
+8
2024-08-14
media: videobuf2-core: release all planes first in __prepare_dmabuf()
Yunke Cao
-56
/
+59
2024-08-14
media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()
Yunke Cao
-4
/
+4
2024-06-29
media: videobuf2: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-19
media: videobuf2: core: Drop unneeded forward declaration
Laurent Pinchart
-1
/
+0
2024-04-24
media: videobuf2: improve max_num_buffers sanity checks
Hans Verkuil
-1
/
+7
2024-03-25
media: v4l2: Add REMOVE_BUFS ioctl
Benjamin Gaignard
-1
/
+57
2024-03-25
media: core: Free range of buffers
Benjamin Gaignard
-30
/
+26
2024-03-25
media: core: Add bitmap manage bufs array entries
Benjamin Gaignard
-18
/
+53
2024-03-25
media: core: Rework how create_buf index returned value is computed
Benjamin Gaignard
-10
/
+22
2024-03-25
media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
Benjamin Gaignard
-15
/
+23
2024-03-25
media: videobuf2: Update vb2_is_busy() logic
Benjamin Gaignard
-0
/
+4
2024-01-24
media: vb2: refactor setting flags and caps, fix missing cap
Hans Verkuil
-28
/
+25
2024-01-24
media: media videobuf2: Stop direct calls to queue num_buffers field
Benjamin Gaignard
-2
/
+2
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
-14
/
+14
2023-12-09
media: videobuf2: request more buffers for vb2_read
Hans Verkuil
-2
/
+7
2023-12-07
media: videobuf2-dma-sg: fix vmap callback
Michael Grzeschik
-2
/
+8
2023-11-23
media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_API
Hans Verkuil
-2
/
+0
2023-11-23
media: core: Report the maximum possible number of buffers for the queue
Benjamin Gaignard
-0
/
+2
2023-11-23
media: media videobuf2: Be more flexible on the number of queue stored buffers
Benjamin Gaignard
-11
/
+41
2023-11-23
media: videobuf2: Use vb2_get_num_buffers() helper
Benjamin Gaignard
-46
/
+52
2023-11-23
media: videobuf2: Remove duplicated index vs q->num_buffers check
Benjamin Gaignard
-8
/
+0
2023-11-23
media: videobuf2: Access vb2_queue bufs array through helper functions
Benjamin Gaignard
-53
/
+149
2023-11-23
media: videobuf2: Use vb2_buffer instead of index
Benjamin Gaignard
-49
/
+42
2023-11-23
media: videobuf2: Stop spamming kernel log with all queue counter
Benjamin Gaignard
-35
/
+44
2023-11-23
media: videobuf2: Rework offset 'cookie' encoding pattern
Benjamin Gaignard
-38
/
+40
2023-11-23
media: videobuf2: Rename offset parameter
Benjamin Gaignard
-14
/
+14
[next]