summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2026-03-18media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutexYuchan Nam1-2/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds11-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-28/+26
2026-01-21media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controlsDetlev Casanova2-0/+38
2026-01-16media: v4l: ctrls: add a control for enabling strobe outputRichard Leitner1-0/+2
2026-01-16media: v4l: ctrls: add a control for flash/strobe durationRichard Leitner1-0/+1
2026-01-15media: v4l2-subdev: Extend VIDIOC_SUBDEV_S_ROUTING error codesSakari Ailus1-1/+1
2026-01-15media: v4l2-async: Fix error handling on steps after finding a matchSakari Ailus1-14/+31
2026-01-15media: v4l2-fwnode: Allow passing NULL fwnode to endpoint parsersSakari Ailus1-0/+3
2026-01-15media: v4l2-ctrls: Set error v4l2_ctrl_new_fwnode_properties consistentlySakari Ailus1-1/+2
2026-01-14media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()Deepa Guthyappa Madivalara1-0/+1
2026-01-13media: v4l2-core: simplify v4l2_m2m_register_entity()Dmitry Antipov1-7/+3
2026-01-05media: v4l2-mem2mem: Add a kref to the v4l2_m2m_dev structureNicolas Dufresne1-0/+23
2025-11-14media: v4l2-isp: Rename block_info to block_type_infoJacopo Mondi1-8/+8
2025-11-14media: mali-c55: Add image formats for Mali-C55 parameters bufferJacopo Mondi1-0/+1
2025-11-14media: Add MALI_C55_3A_STATS meta formatDaniel Scally1-0/+1
2025-11-14media: v4l2-core: Introduce v4l2-isp.cJacopo Mondi3-0/+137
2025-11-13media: v4l: Add helper to get number of active lanes via a padIsaac Scott1-0/+29
2025-11-11Merge tag 'v6.18-rc5' into media-nextMauro Carvalho Chehab1-1/+1
2025-10-28media: v4l2-ctrls: set AV1 sequence flags for testingPavan Bobba1-0/+6
2025-10-24media: v4l2-subdev / pdx86: int3472: Use "privacy" as con_id for the privacy LEDHans de Goede1-1/+1
2025-10-20media: v4l2-ctrls: add full AV1 profile validation in validate_av1_sequence()Pavan Bobba1-25/+100
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart1-7/+2
2025-10-17media: v4l2-mem2mem: Document that v4l2_m2m_get_vq() never returns NULLLaurent Pinchart1-11/+1
2025-09-09media: v4l2-common: Add legacy camera sensor clock helperLaurent Pinchart1-9/+30
2025-09-09media: update Hans Verkuil's email addressHans Verkuil2-2/+2
2025-09-09media: v4l2-core: update Hans Verkuil's email addressHans Verkuil5-5/+5
2025-09-07media: v4l2-core: v4l2-dv-timings: support DRM IFsHans Verkuil1-0/+4
2025-08-31media: v4l2-common: Constify media_pad argument to v4l2_get_link_freq()Laurent Pinchart1-1/+1
2025-08-25media: v4l2-common: Drop the workaround from v4l2_get_link_freq()Sakari Ailus1-9/+8
2025-08-25media: v4l2-subdev: Make struct v4l2_subdev_stream_config privateLaurent Pinchart1-0/+24
2025-08-13media: v4l2-common: Add a helper for obtaining the clock producerMehdi Djait1-0/+52
2025-08-13media: v4l2-core: Rename second ioctl handlers argument to 'void *priv'Laurent Pinchart2-4/+4
2025-08-13media: v4l2-ioctl: Push NULL fh argument down to ioctl wrappersLaurent Pinchart1-201/+201
2025-08-13media: v4l2-ioctl: Stop passing fh pointer to ioctl handlersLaurent Pinchart2-3/+3
2025-08-13media: v4l2-ioctl: Access v4l2_fh from private_dataJacopo Mondi1-14/+19
2025-08-13media: Drop V4L2_FL_USES_V4L2_FH checksLaurent Pinchart5-44/+35
2025-08-13media: v4l2-dev: Make open and release file operations mandatoryLaurent Pinchart1-16/+16
2025-08-13media: v4l2-ctrls: Move v4l2_fh retrieval after V4L2_FL_USES_V4L2_FH checkLaurent Pinchart1-2/+5
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart2-6/+6
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart2-5/+5
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart2-3/+3
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart4-24/+24
2025-07-12media: v4l2: Add support for NV12M tiled variants to v4l2_format_info()Marek Szyprowski1-0/+6
2025-07-11media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5Ricardo Ribalda1-0/+1
2025-07-11media: core: export v4l2_translate_cmdRicardo Ribalda1-2/+3
2025-07-10media: v4l2-common: Add the missing Raw Bayer pixel formatsMehdi Djait1-0/+20