index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2024-09-24
3
-91
/
+100
|
\
|
*
media: siano: Remove unused declarations
Yue Haibing
2024-08-31
1
-6
/
+0
|
*
media: videobuf2: Drop minimum allocation requirement of 2 buffers
Laurent Pinchart
2024-08-27
1
-7
/
+0
|
*
media: videobuf2-core: attach once if multiple planes share the same dbuf
Yunke Cao
2024-08-14
1
-4
/
+26
|
*
media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put
Yunke Cao
2024-08-14
1
-2
/
+8
|
*
media: videobuf2-core: release all planes first in __prepare_dmabuf()
Yunke Cao
2024-08-14
1
-56
/
+59
|
*
media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()
Yunke Cao
2024-08-14
1
-4
/
+4
|
*
media: siano: Simplify smscore_load_firmware_from_file
Ricardo Ribalda
2024-08-05
2
-14
/
+5
*
|
dma-mapping: don't return errors from dma_set_max_seg_size
Christoph Hellwig
2024-08-29
1
-2
/
+1
|
/
*
media: videobuf2: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-29
1
-0
/
+1
*
usb: uvc: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-29
1
-0
/
+1
*
media: videobuf2: core: Drop unneeded forward declaration
Laurent Pinchart
2024-06-19
1
-1
/
+0
*
media: siano: Use flex arrays for sms_firmware
Ricardo Ribalda
2024-05-31
1
-1
/
+1
*
media: siano: Remove unused structures
Ricardo Ribalda
2024-05-31
1
-14
/
+0
*
media: siano: Refactor struct sms_msg_data
Ricardo Ribalda
2024-05-31
4
-11
/
+13
*
media: common: saa7146: Use min macro
Ricardo Ribalda
2024-05-03
1
-4
/
+4
*
media: videobuf2: improve max_num_buffers sanity checks
Hans Verkuil
2024-04-24
1
-1
/
+7
*
media: v4l2: Add REMOVE_BUFS ioctl
Benjamin Gaignard
2024-03-25
2
-1
/
+57
*
media: core: Free range of buffers
Benjamin Gaignard
2024-03-25
1
-30
/
+26
*
media: core: Add bitmap manage bufs array entries
Benjamin Gaignard
2024-03-25
1
-18
/
+53
*
media: core: Rework how create_buf index returned value is computed
Benjamin Gaignard
2024-03-25
2
-10
/
+22
*
media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
Benjamin Gaignard
2024-03-25
1
-15
/
+23
*
media: videobuf2: Update vb2_is_busy() logic
Benjamin Gaignard
2024-03-25
1
-0
/
+4
*
Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2024-03-15
1
-10
/
+42
|
\
|
*
media: v4l2-tpg: fix some memleaks in tpg_alloc
Zhipeng Lu
2024-02-05
1
-10
/
+42
*
|
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
2024-03-06
2
-2
/
+2
|
/
*
media: vb2: refactor setting flags and caps, fix missing cap
Hans Verkuil
2024-01-24
1
-28
/
+25
*
media: media videobuf2: Stop direct calls to queue num_buffers field
Benjamin Gaignard
2024-01-24
2
-2
/
+2
*
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
2023-12-13
2
-15
/
+15
*
media: videobuf2: request more buffers for vb2_read
Hans Verkuil
2023-12-09
1
-2
/
+7
*
media: videobuf2-dma-sg: fix vmap callback
Michael Grzeschik
2023-12-07
1
-2
/
+8
*
media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_API
Hans Verkuil
2023-11-23
1
-2
/
+0
*
media: core: Report the maximum possible number of buffers for the queue
Benjamin Gaignard
2023-11-23
1
-0
/
+2
*
media: media videobuf2: Be more flexible on the number of queue stored buffers
Benjamin Gaignard
2023-11-23
2
-11
/
+41
*
media: videobuf2: Use vb2_get_num_buffers() helper
Benjamin Gaignard
2023-11-23
2
-46
/
+52
*
media: videobuf2: Remove duplicated index vs q->num_buffers check
Benjamin Gaignard
2023-11-23
1
-8
/
+0
*
media: videobuf2: Access vb2_queue bufs array through helper functions
Benjamin Gaignard
2023-11-23
2
-53
/
+149
*
media: videobuf2: Use vb2_buffer instead of index
Benjamin Gaignard
2023-11-23
2
-49
/
+42
*
media: videobuf2: Stop spamming kernel log with all queue counter
Benjamin Gaignard
2023-11-23
1
-35
/
+44
*
media: videobuf2: Rework offset 'cookie' encoding pattern
Benjamin Gaignard
2023-11-23
1
-38
/
+40
*
media: videobuf2: Rename offset parameter
Benjamin Gaignard
2023-11-23
1
-14
/
+14
*
media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()
Ma Ke
2023-10-13
1
-6
/
+7
*
media: siano: Drop unnecessary error check for debugfs_create_dir/file()
Jinjie Ruan
2023-10-13
1
-16
/
+6
*
media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()
Ma Ke
2023-10-13
1
-4
/
+6
*
media: use struct_size() helper
Yu Liao
2023-09-27
1
-1
/
+1
*
media: videobuf2: fix typo: vb2_dbuf -> vb2_qbuf
Hans Verkuil
2023-09-27
1
-1
/
+1
*
media: vb2: frame_vector.c: replace WARN_ONCE with a comment
Hans Verkuil
2023-09-14
1
-2
/
+4
*
Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2023-09-01
2
-218
/
+118
|
\
|
*
drivers/media/common/siano/smsendian.c : eliminate unnecessary type conversions
Dong Chuanjian
2023-07-19
1
-1
/
+1
|
*
media: siano: Convert to use sysfs_emit_at() API
ye xingchen
2023-07-19
1
-217
/
+117
[next]