index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
media: flexcop-i2c: Constify struct i2c_algorithm
Christophe JAILLET
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+2
2025-05-09
media: videobuf2: use sgtable-based scatterlist wrappers
Marek Szyprowski
1
-2
/
+2
2025-04-25
media: videobuf2: check constants during build time
Michał Mirosław
1
-6
/
+5
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-4
/
+4
2025-03-06
media: siano: Fix error handling in smsdvb_module_init()
Yuan Can
1
-0
/
+2
2025-03-05
media: v4l2-tpg: use (t,l)/wxh format for rectangle
Hans Verkuil
1
-4
/
+4
2025-01-25
Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
2
-17
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
4
-4
/
+4
2024-12-02
media: b2c2: Remove unused functions
Dr. David Alan Gilbert
2
-17
/
+0
2024-11-11
Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1
Mauro Carvalho Chehab
2
-13
/
+18
2024-11-07
media: videobuf2-core: copy vb planes unconditionally
Tudor Ambarus
1
-13
/
+15
2024-10-28
media: vb2: fix confusing log message
Hans Verkuil
1
-1
/
+1
2024-10-28
media: vb2: Fix comment
Ricardo Ribalda
1
-1
/
+1
2024-10-28
media: common: saa7146: drop vb2_ops_wait_prepare/finish
Hans Verkuil
2
-4
/
+0
2024-10-28
media: videobuf2-core: update vb2_thread if wait_finish/prepare are NULL
Hans Verkuil
1
-6
/
+20
2024-10-18
media: v4l2-tpg: prevent the risk of a division by zero
Mauro Carvalho Chehab
1
-0
/
+3
2024-10-12
media: siano: remove redundant null pointer checks in cec_devnode_init()
Li Zetao
1
-8
/
+1
2024-10-12
media: vb2: use lock if wait_prepare/finish are NULL
Hans Verkuil
1
-3
/
+10
2024-10-12
media: vb2: vb2_core_queue_init(): sanity check lock and wait_prepare/finish
Hans Verkuil
1
-0
/
+8
2024-10-08
media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap type
David Given
1
-0
/
+4
2024-10-08
media: uvcvideo: Add luma 16-bit interlaced pixel format
Dmitry Perchanov
1
-0
/
+4
2024-09-23
Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
3
-91
/
+100
2024-08-31
media: siano: Remove unused declarations
Yue Haibing
1
-6
/
+0
2024-08-29
dma-mapping: don't return errors from dma_set_max_seg_size
Christoph Hellwig
1
-2
/
+1
2024-08-27
media: videobuf2: Drop minimum allocation requirement of 2 buffers
Laurent Pinchart
1
-7
/
+0
2024-08-14
media: videobuf2-core: attach once if multiple planes share the same dbuf
Yunke Cao
1
-4
/
+26
2024-08-14
media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put
Yunke Cao
1
-2
/
+8
2024-08-14
media: videobuf2-core: release all planes first in __prepare_dmabuf()
Yunke Cao
1
-56
/
+59
2024-08-14
media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()
Yunke Cao
1
-4
/
+4
2024-08-05
media: siano: Simplify smscore_load_firmware_from_file
Ricardo Ribalda
2
-14
/
+5
2024-06-29
media: videobuf2: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-29
usb: uvc: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-19
media: videobuf2: core: Drop unneeded forward declaration
Laurent Pinchart
1
-1
/
+0
2024-05-31
media: siano: Use flex arrays for sms_firmware
Ricardo Ribalda
1
-1
/
+1
2024-05-31
media: siano: Remove unused structures
Ricardo Ribalda
1
-14
/
+0
2024-05-31
media: siano: Refactor struct sms_msg_data
Ricardo Ribalda
4
-11
/
+13
2024-05-03
media: common: saa7146: Use min macro
Ricardo Ribalda
1
-4
/
+4
2024-04-24
media: videobuf2: improve max_num_buffers sanity checks
Hans Verkuil
1
-1
/
+7
2024-03-25
media: v4l2: Add REMOVE_BUFS ioctl
Benjamin Gaignard
2
-1
/
+57
2024-03-25
media: core: Free range of buffers
Benjamin Gaignard
1
-30
/
+26
2024-03-25
media: core: Add bitmap manage bufs array entries
Benjamin Gaignard
1
-18
/
+53
2024-03-25
media: core: Rework how create_buf index returned value is computed
Benjamin Gaignard
2
-10
/
+22
2024-03-25
media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
Benjamin Gaignard
1
-15
/
+23
2024-03-25
media: videobuf2: Update vb2_is_busy() logic
Benjamin Gaignard
1
-0
/
+4
2024-03-15
Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-10
/
+42
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia Ziemiańska
2
-2
/
+2
2024-02-05
media: v4l2-tpg: fix some memleaks in tpg_alloc
Zhipeng Lu
1
-10
/
+42
2024-01-24
media: vb2: refactor setting flags and caps, fix missing cap
Hans Verkuil
1
-28
/
+25
2024-01-24
media: media videobuf2: Stop direct calls to queue num_buffers field
Benjamin Gaignard
2
-2
/
+2
[next]