summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-30/+30
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-33/+33
2025-12-18media: vb2: drop wait_prepare/finish callbacksHans Verkuil-39/+10
2025-12-18media: vb2: remove vb2_ops_wait_prepare/finish helpersHans Verkuil-14/+0
2025-11-11Merge tag 'v6.18-rc5' into media-nextMauro Carvalho Chehab-0/+5
2025-11-11media: siano: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-11-03media: videobuf2: Fix device reference leak in vb2_dc_alloc error pathHaotian Zhang-0/+1
2025-11-03media: saa7146: Replace saa7146_ext_vv.vbi_fops with write functionLaurent Pinchart-2/+2
2025-10-24media: videobuf2: forbid remove_bufs when legacy fileio is activeMarek Szyprowski-0/+5
2025-09-09media: update Hans Verkuil's email addressHans Verkuil-1/+1
2025-08-29media: b2c2: Remove space before newlineColin Ian King-1/+1
2025-08-29media: b2c2: flexcop: Fix coding style issuesDarshan Rathod-11/+11
2025-08-13media: Drop V4L2_FL_USES_V4L2_FH checksLaurent Pinchart-8/+4
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart-1/+1
2025-06-17media: flexcop-i2c: Constify struct i2c_algorithmChristophe JAILLET-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-09media: videobuf2: use sgtable-based scatterlist wrappersMarek Szyprowski-2/+2
2025-04-25media: videobuf2: check constants during build timeMichał Mirosław-6/+5
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-03-06media: siano: Fix error handling in smsdvb_module_init()Yuan Can-0/+2
2025-03-05media: v4l2-tpg: use (t,l)/wxh format for rectangleHans Verkuil-4/+4
2025-01-25Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-17/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-4/+4
2024-12-02media: b2c2: Remove unused functionsDr. David Alan Gilbert-17/+0
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab-13/+18
2024-11-07media: videobuf2-core: copy vb planes unconditionallyTudor Ambarus-13/+15
2024-10-28media: vb2: fix confusing log messageHans Verkuil-1/+1
2024-10-28media: vb2: Fix commentRicardo Ribalda-1/+1
2024-10-28media: common: saa7146: drop vb2_ops_wait_prepare/finishHans Verkuil-4/+0
2024-10-28media: videobuf2-core: update vb2_thread if wait_finish/prepare are NULLHans Verkuil-6/+20
2024-10-18media: v4l2-tpg: prevent the risk of a division by zeroMauro Carvalho Chehab-0/+3
2024-10-12media: siano: remove redundant null pointer checks in cec_devnode_init()Li Zetao-8/+1
2024-10-12media: vb2: use lock if wait_prepare/finish are NULLHans Verkuil-3/+10
2024-10-12media: vb2: vb2_core_queue_init(): sanity check lock and wait_prepare/finishHans Verkuil-0/+8
2024-10-08media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap typeDavid Given-0/+4
2024-10-08media: uvcvideo: Add luma 16-bit interlaced pixel formatDmitry Perchanov-0/+4
2024-09-23Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-91/+100
2024-08-31media: siano: Remove unused declarationsYue Haibing-6/+0
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig-2/+1
2024-08-27media: videobuf2: Drop minimum allocation requirement of 2 buffersLaurent Pinchart-7/+0
2024-08-14media: videobuf2-core: attach once if multiple planes share the same dbufYunke Cao-4/+26
2024-08-14media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_putYunke Cao-2/+8
2024-08-14media: videobuf2-core: release all planes first in __prepare_dmabuf()Yunke Cao-56/+59
2024-08-14media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()Yunke Cao-4/+4
2024-08-05media: siano: Simplify smscore_load_firmware_from_fileRicardo Ribalda-14/+5
2024-06-29media: videobuf2: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-29usb: uvc: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-19media: videobuf2: core: Drop unneeded forward declarationLaurent Pinchart-1/+0
2024-05-31media: siano: Use flex arrays for sms_firmwareRicardo Ribalda-1/+1