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