summaryrefslogtreecommitdiff
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2026-08-03media: pwc: Return queued buffers on start_streaming() failureValery Borovsky1-2/+6
2026-08-03media: pwc: Drain fill_buf on start_streaming() failureValery Borovsky1-0/+5
2026-08-03media: msi2500: Return queued buffers on start_streaming() failureValery Borovsky1-8/+24
2026-08-03media: cx231xx: fix devres lifetimeJohan Hovold1-5/+11
2026-08-03media: airspy: Return queued buffers on start_streaming() failureValery Borovsky1-3/+5
2026-07-24media: uvcvideo: Fix sequence number when no EOFRicardo Ribalda1-45/+47
2026-07-24media: uvcvideo: Relax the constrains for interpolating the hw clockRicardo Ribalda1-5/+12
2026-07-24media: uvcvideo: Do not add clock samples with small sof deltaRicardo Ribalda1-2/+12
2026-07-24media: uvcvideo: Fix dev_sof filtering in hw timestampRicardo Ribalda1-9/+10
2026-07-24media: uvcvideo: Fix buffer sequence in frame gapsRicardo Ribalda1-4/+13
2026-07-24media: uvcvideo: Avoid partial metadata buffersRicardo Ribalda1-4/+9
2026-07-24media: uvcvideo: Use hw timestaming if the clock buffer is fullRicardo Ribalda1-5/+12
2026-07-24media: uvcvideo: Fix deadlock if uvc_status_stop is called from async_ctrl.workSean Anderson1-9/+19
2026-04-15Merge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds28-157/+1035
2026-03-27Revert "media: cx231xx: add USB ID 2040:8360 for Hauppauge WinTV-HVR-935"Bradford Love1-2/+0
2026-03-26media: uvcvideo: Fix bug in error path of uvc_alloc_urb_buffersRicardo Ribalda1-4/+5
2026-03-25media: em28xx: Add Hauppauge 461e v3Bradford Love3-13/+47
2026-03-25media: em28xx: Add Hauppauge em2828X based 9x5 revisionsBradford Love4-2/+384
2026-03-25media: em28xx: driver supports two frontends, but not i2c clientsBradford Love1-39/+42
2026-03-25media: au0828: Fix green screen in analogBradford Love1-2/+23
2026-03-25media: em28xx: Add Hauppauge USB Live2Bradford Love2-0/+21
2026-03-25media: em28xx: Add support for Empia em2828X bridgeBradford Love7-26/+369
2026-03-25media: uvcvideo: Add support for P010 pixel formatOliver Collyer1-0/+3
2026-03-25media: uvcvideo: Add D436 and D555 cameras metadata supportYogev Modlin1-0/+18
2026-03-25media: uvcvideo: Change comment to 'Intel RealSense'Yogev Modlin1-9/+9
2026-03-25media: uvcvideo: Add a stream backpointer in uvc_video_queueRicardo Ribalda4-19/+13
2026-03-25media: uvcvideo: Allow userspace to increase the meta buffersizeRicardo Ribalda3-4/+10
2026-03-25media: uvcvideo: uvc_queue_to_stream(): Support meta queuesRicardo Ribalda3-9/+11
2026-03-25media: uvcvideo: Enable VB2_DMABUF for metadata streamRicardo Ribalda1-2/+1
2026-03-17media: rc: fix race between unregister and urb/irq callbacksSean Young4-2/+7
2026-03-17media: em28xx: remove tuner type from Hauppauge DVB DualHDBradford Love1-6/+1
2026-03-17media: em28xx: Add a variety of DualHD usb idBradford Love1-0/+12
2026-03-17media: au0828: Add new Hauppauge HVR1265 and ImpactVCB-eBradford Love4-0/+54
2026-03-17media: cx231xx: Fix AGC levels for NTSC-MBradford Love1-4/+3
2026-03-17media: as102: fix to not free memory after the device is registered in as102_...Jeongjun Park1-0/+2
2026-03-17media: hackrf: fix to not free memory after the device is registered in hackr...Jeongjun Park1-3/+4
2026-03-16media: cx231xx: add USB ID 2040:8360 for Hauppauge WinTV-HVR-935Hans Verkuil1-0/+2
2026-03-16media: em28xx: fix use-after-free in em28xx_v4l2_open()Abhishek Kumar1-4/+10
2026-03-16media: cx231xx: drop redundant device referenceJohan Hovold1-4/+1
2026-03-16media: usbtv: drop redundant device referenceJohan Hovold1-3/+1
2026-03-16media: go7007-loader: drop redundant device referenceJohan Hovold1-5/+1
2026-03-11media: remove unnecessary module_init/exit functionsEthan Nelson-Moore1-13/+0
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-8/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds51-72/+72
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook54-87/+84
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-22media: uvcvideo: Pass allocation size directly to uvc_alloc_urb_bufferRicardo Ribalda1-6/+8
2026-01-22media: uvcvideo: Fix allocation for small frame sizesRicardo Ribalda1-1/+2
2026-01-22media: uvcvideo: Return queued buffers on start_streaming() failureMichal Pecio1-5/+7