summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-5/+4
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds17-38/+19
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds476-642/+642
4 dayskmalloc_obj: Clean up after treewide replacementsKees Cook1-1/+1
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook490-717/+704
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds4-0/+4
14 daysMerge tag 'media/v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds202-4373/+21499
2026-02-11Merge 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
2026-01-21media: rkvdec: Switch to using structs instead of writelDetlev Casanova6-455/+604
2026-01-21media: visl: Add HEVC short and long term RPS setsDetlev Casanova3-0/+69
2026-01-21media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controlsDetlev Casanova2-0/+38
2026-01-21media: verisilicon: AV1: Fix tile info buffer sizeBenjamin Gaignard1-2/+2
2026-01-21media: synopsys: add driver for the designware mipi csi-2 receiverMichael Riesch3-0/+742
2026-01-21media: nxp: use cleanup __free(fwnode_handle) simplify codeFrank Li2-34/+16
2026-01-21media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify codeFrank Li1-9/+7
2026-01-21media: nxp: use dev_err_probe() to simplify codeFrank Li3-32/+21
2026-01-21media: rkisp1: Fix filter mode register configurationRui Wang1-6/+0
2026-01-21media: rkisp1: Discard pm_runtime_put() return valueRafael J. Wysocki1-4/+1
2026-01-21media: imx8-isi: Drop unneeded module aliasLaurent Pinchart1-1/+0
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap4-0/+4
2026-01-20media: iris: Introduce vpu ops for vpu4 with necessary hooksVikash Garodia4-0/+378
2026-01-20media: iris: Move vpu35 specific api to common to use for vpu4Vikash Garodia3-151/+151
2026-01-20media: iris: Move vpu register defines to common header fileVikash Garodia3-85/+61
2026-01-20media: iris: Introduce buffer size calculations for vpu4Vikash Garodia2-0/+366
2026-01-20media: iris: Add support for multiple TZ content protection(CP) configsVikash Garodia4-27/+41
2026-01-20media: iris: Add support for multiple clock sourcesVikash Garodia9-17/+48
2026-01-20media: qcom: iris: Add intra refresh support for encoderWangao Wang5-0/+58
2026-01-20media: qcom: iris: Add flip support for encoderWangao Wang5-0/+60
2026-01-20media: qcom: iris: Add rotation support for encoderWangao Wang9-31/+123
2026-01-20media: qcom: iris: Add scale support for encoderWangao Wang6-11/+51