summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2026-03-11media: stm32: dcmi: stop the dma transfer on overrunAlain Volmat
2026-03-11media: stm32: dcmi: only create dma descriptor once at buf_prepareAlain Volmat
2026-03-11media: stm32: dcmi: perform dmaengine_slave_config at probeAlain Volmat
2026-03-11media: stm32: dcmi: Switch from __maybe_unused to pm_ptr()Alain Volmat
2026-03-11media: i2c: mt9m114: add support for Aptina MI1040Svyatoslav Ryhel
2026-03-11media: samsung: exynos4-is: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-03-11media: i2c: ds90ub913: Use v4l2_subdev_get_frame_desc_passthroughTomi Valkeinen
2026-03-11media: i2c: ds90ub953: Use v4l2_subdev_get_frame_desc_passthroughTomi Valkeinen
2026-03-11media: subdev: Add v4l2_subdev_get_frame_desc_passthrough helperTomi Valkeinen
2026-03-11media: rcar-csi2: Optimize rcsi2_calc_mbps()Tomi Valkeinen
2026-03-11media: rcar-csi2: Simplify rcsi2_calc_mbps()Tomi Valkeinen
2026-03-11media: rcar-csi2: Move rcsi2_calc_mbps()Tomi Valkeinen
2026-03-11media: rcar-csi2: Improve FLD_FLD_EN macrosTomi Valkeinen
2026-03-11media: rcar-isp: Improve ISPPROCMODE_DT_PROC_MODE_VCTomi Valkeinen
2026-03-11media: i2c: ds90ub960: Add support for DS90UB954-Q1Yemike Abhilash Chandra
2026-03-11media: i2c: ds90ub960: Use enums for chip type and chip familyYemike Abhilash Chandra
2026-03-11media: i2c: imx412: Extend the power-on waiting timeWenmeng Liu
2026-03-11media: i2c: imx412: Assert reset GPIO during probeWenmeng Liu
2026-03-04Merge tag 'media/v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2026-02-27media: dvb-net: fix OOB access in ULE extension header tablesAriel Silver
2026-02-24media: dvb-core: fix wrong reinitialization of ringbuffer on reopenJens Axboe
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-11Merge tag 'media/v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki
2026-02-03media: pci: mg4b: Use IRQF_NO_THREADSebastian Andrzej Siewior
2026-01-22media: uvcvideo: Pass allocation size directly to uvc_alloc_urb_bufferRicardo Ribalda
2026-01-22media: uvcvideo: Fix allocation for small frame sizesRicardo Ribalda
2026-01-22media: uvcvideo: Return queued buffers on start_streaming() failureMichal Pecio
2026-01-22media: uvcvideo: Create an ID namespace for streaming output terminalsRicardo Ribalda
2026-01-21media: rkvdec: Add HEVC support for the VDPU383 variantDetlev Casanova
2026-01-21media: rkvdec: Add HEVC support for the VDPU381 variantDetlev Casanova
2026-01-21media: rkvdec: Add H264 support for the VDPU383 variantDetlev Casanova
2026-01-21media: rkvdec: Add H264 support for the VDPU381 variantDetlev Casanova
2026-01-21media: rkvdec: Disable multicore supportDetlev Casanova
2026-01-21media: rkvdec: Enable all clocks without naming themDetlev Casanova
2026-01-21media: rkvdec: Support per-variant interrupt handlerDetlev Casanova
2026-01-21media: rkvdec: Add RCB and SRAM supportDetlev Casanova
2026-01-21media: rkvdec: Add variant specific coded formats listDetlev Casanova
2026-01-21media: rkvdec: Move hevc functions to common fileDetlev Casanova
2026-01-21media: rkvdec: Move h264 functions to common fileDetlev Casanova
2026-01-21media: rkvdec: Use structs to represent the HW RPSDetlev Casanova
2026-01-21media: rkvdec: Move cabac tables to their own source fileDetlev Casanova
2026-01-21media: rkvdec: Switch to using structs instead of writelDetlev Casanova