index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
mediatek
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-21
/
+21
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-21
/
+21
2026-01-13
media: mediatek: vcodec: Discard pm_runtime_put() return value
Rafael J. Wysocki
-10
/
+2
2026-01-05
media: platform: mtk-mdp3: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-2
/
+4
2026-01-05
media: mediatek: vcodec: Don't try to decode 422/444 VP9
Nicolas Dufresne
-0
/
+6
2026-01-05
media: mediatek: vcodec: Implement manual request completion
Sebastian Fricke
-34
/
+96
2026-01-05
media: mtk-mdp: Fix a reference leak bug in mtk_mdp_remove()
Haoxiang Li
-0
/
+1
2026-01-05
media: mtk-mdp: Fix error handling in probe function
Haoxiang Li
-2
/
+14
2026-01-05
media: mediatek: amend vpu_get_plat_device() documentation
Johan Hovold
-2
/
+1
2026-01-05
media: mediatek: vcodec: use = { } instead of memset()
Qianfeng Rong
-24
/
+12
2026-01-05
media: mediatek: encoder: Fix uninitialized scalar variable issue
Irui Wang
-3
/
+3
2025-10-20
media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()
Haoxiang Li
-1
/
+3
2025-10-20
media: platform: mtk-mdp3: fix device leaks at probe
Johan Hovold
-0
/
+14
2025-10-20
media: mediatek: vcodec: Use spinlock for context list protection lock
Chen-Yu Tsai
-20
/
+28
2025-10-17
media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()
Laurent Pinchart
-22
/
+25
2025-10-17
media: mediatek: vcodec: Use %pe format specifier
Ricardo Ribalda
-2
/
+2
2025-10-17
media: mediatek: vcodec: Drop unneeded v4l2_m2m_get_vq() NULL check
Laurent Pinchart
-25
/
+0
2025-10-17
media: mediatek: jpeg: Drop unneeded v4l2_m2m_get_vq() NULL check
Laurent Pinchart
-7
/
+0
2025-09-04
media: platform: mtk-mdp3: Add missing MT8188 compatible to comp_dt_ids
Nícolas F. R. A. Prado
-0
/
+3
2025-08-29
media: platform: mtk-mdp3: don't use %pK through printk
Thomas Weißschuh
-2
/
+2
2025-08-13
media: mtk: vcodec: Access v4l2_fh from file
Jacopo Mondi
-43
/
+37
2025-08-13
media: mtk: mdp3: Access v4l2_fh from file
Jacopo Mondi
-12
/
+7
2025-08-13
media: mtk_mdp_m2m: Access v4l2_fh from file
Jacopo Mondi
-14
/
+9
2025-08-13
media: mtk: jpeg: Access v4l2_fh from file->private_data
Jacopo Mondi
-17
/
+12
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
-10
/
+10
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
-10
/
+5
2025-08-13
media: Replace file->private_data access with custom functions
Laurent Pinchart
-5
/
+30
2025-08-13
media: Wrap file->private_data access with a helper function
Laurent Pinchart
-1
/
+1
2025-05-15
media: mediatek: jpeg: support 34bits
Jianhua Lin
-27
/
+104
2025-05-15
media: platform: mtk-mdp3: Remove unused mdp_get_plat_device
Dr. David Alan Gilbert
-21
/
+0
2025-04-30
media: platform: use (t,l)/wxh format for rectangle
Hans Verkuil
-3
/
+3
2025-04-24
media: mediatek: vcodec: Enable HEVC main still picture decode
Nathan Hebert
-2
/
+0
2025-04-11
media: mediatek: vcodec: add description for vsi struct
Yunfei Dong
-2
/
+3
2025-04-11
media: mediatek: vcodec: support extended h264 decode
Yunfei Dong
-84
/
+552
2025-04-11
media: mediatek: vcodec: remove vsi operation in common interface
Yunfei Dong
-6
/
+7
2025-04-11
media: mediatek: vcodec: Correct vsi_core framebuffer size
Fei Shao
-1
/
+1
2025-04-08
media: mediatek: vcodec: Remove trailing space after \n newline
Colin Ian King
-1
/
+1
2025-02-21
media: mediatek: vcodec: Fix a resource leak related to the scp device in FW ...
Jiasheng Jiang
-1
/
+4
2025-02-21
media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warning
Arnd Bergmann
-1
/
+5
2025-01-25
Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-377
/
+270
2024-12-13
media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinline
Arnd Bergmann
-1
/
+2
2024-12-13
media: platform: mtk-mdp3: Use cmdq_pkt_create() and cmdq_pkt_destroy()
Chun-Kuang Hu
-41
/
+6
2024-12-13
media: platform: mtk-mdp3: Get fine-grain control of cmdq_pkt_finalize()
Chun-Kuang Hu
-1
/
+5
2024-12-13
media: platform: mtk-mdp3: Remove mask parameter from MM_REG_POLL macro
Nícolas F. R. A. Prado
-12
/
+9
2024-12-13
media: platform: mtk-mdp3: Remove mask parameter from MM_REG_WRITE macro
Nícolas F. R. A. Prado
-300
/
+239
2024-12-13
media: platform: mtk-mdp3: Remove useless variadic arguments from macros
Nícolas F. R. A. Prado
-8
/
+8
2024-12-13
media: platform: mtk-mdp3: Use cmdq_pkt_write when no mask is needed
Nícolas F. R. A. Prado
-4
/
+2
2024-12-02
media: platform: mtk-mdp3: cmdq: Remove duplicated platforms checks
Mohammed Anees
-16
/
+6
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-14
/
+0
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-6
/
+6
[next]