aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2026-03-11media: stm32: dcmi: rework spin_lock callsAlain Volmat1-12/+11
2026-03-11media: stm32: dcmi: stop the dma transfer on overrunAlain Volmat1-0/+12
2026-03-11media: stm32: dcmi: only create dma descriptor once at buf_prepareAlain Volmat1-33/+45
2026-03-11media: stm32: dcmi: perform dmaengine_slave_config at probeAlain Volmat1-17/+15
2026-03-11media: stm32: dcmi: Switch from __maybe_unused to pm_ptr()Alain Volmat1-8/+7
2026-03-11media: i2c: mt9m114: add support for Aptina MI1040Svyatoslav Ryhel1-7/+28
2026-03-11media: samsung: exynos4-is: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+2
2026-03-11media: i2c: ds90ub913: Use v4l2_subdev_get_frame_desc_passthroughTomi Valkeinen1-58/+1
2026-03-11media: i2c: ds90ub953: Use v4l2_subdev_get_frame_desc_passthroughTomi Valkeinen1-60/+1
2026-03-11media: subdev: Add v4l2_subdev_get_frame_desc_passthrough helperTomi Valkeinen1-0/+113
2026-03-11media: rcar-csi2: Optimize rcsi2_calc_mbps()Tomi Valkeinen1-21/+29
2026-03-11media: rcar-csi2: Simplify rcsi2_calc_mbps()Tomi Valkeinen1-21/+24
2026-03-11media: rcar-csi2: Move rcsi2_calc_mbps()Tomi Valkeinen1-29/+29
2026-03-11media: rcar-csi2: Improve FLD_FLD_EN macrosTomi Valkeinen1-6/+3
2026-03-11media: rcar-isp: Improve ISPPROCMODE_DT_PROC_MODE_VCTomi Valkeinen1-8/+5
2026-03-11media: i2c: ds90ub960: Add support for DS90UB954-Q1Yemike Abhilash Chandra2-57/+129
2026-03-11media: i2c: ds90ub960: Use enums for chip type and chip familyYemike Abhilash Chandra1-13/+25
2026-03-11media: i2c: imx412: Extend the power-on waiting timeWenmeng Liu1-1/+5
2026-03-11media: i2c: imx412: Assert reset GPIO during probeWenmeng Liu1-1/+1
2026-03-04Merge tag 'media/v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+3
2026-02-27media: dvb-net: fix OOB access in ULE extension header tablesAriel Silver1-0/+3
2026-02-24media: dvb-core: fix wrong reinitialization of ringbuffer on reopenJens Axboe1-1/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-5/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds17-38/+19
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds476-642/+642
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook490-717/+704
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds4-0/+4
2026-02-11Merge tag 'media/v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds202-4373/+21499
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+3
2026-02-03media: pci: mg4b: Use IRQF_NO_THREADSebastian Andrzej Siewior1-1/+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
2026-01-22media: uvcvideo: Create an ID namespace for streaming output terminalsRicardo Ribalda2-22/+35
2026-01-21media: rkvdec: Add HEVC support for the VDPU383 variantDetlev Casanova8-48/+765
2026-01-21media: rkvdec: Add HEVC support for the VDPU381 variantDetlev Casanova6-0/+1120
2026-01-21media: rkvdec: Add H264 support for the VDPU383 variantDetlev Casanova5-5/+925
2026-01-21media: rkvdec: Add H264 support for the VDPU381 variantDetlev Casanova5-3/+1067
2026-01-21media: rkvdec: Disable multicore supportDetlev Casanova1-0/+47
2026-01-21media: rkvdec: Enable all clocks without naming themDetlev Casanova2-20/+7
2026-01-21media: rkvdec: Support per-variant interrupt handlerDetlev Casanova2-3/+23
2026-01-21media: rkvdec: Add RCB and SRAM supportDetlev Casanova5-2/+247
2026-01-21media: rkvdec: Add variant specific coded formats listDetlev Casanova2-37/+39
2026-01-21media: rkvdec: Move hevc functions to common fileDetlev Casanova4-207/+260
2026-01-21media: rkvdec: Move h264 functions to common fileDetlev Casanova4-304/+348
2026-01-21media: rkvdec: Use structs to represent the HW RPSDetlev Casanova1-9/+84
2026-01-21media: rkvdec: Move cabac tables to their own source fileDetlev Casanova5-507/+531