index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-23
media: mtk-jpeg: Fix timeout schedule error in mtk_jpegdec_worker.
Zheng Wang
1
-3
/
+3
2023-11-23
media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpe...
Zheng Wang
1
-3
/
+3
2023-11-23
media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to avoid the crash o...
Zheng Wang
1
-1
/
+0
2023-11-23
media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_API
Hans Verkuil
1
-1
/
+0
2023-11-23
media: mediatek: vcodec: Stop direct calls to queue num_buffers field
Benjamin Gaignard
1
-1
/
+1
2023-11-23
media: mediatek: vdec: Remove useless loop
Benjamin Gaignard
1
-7
/
+2
2023-11-23
media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buf...
Benjamin Gaignard
1
-4
/
+3
2023-11-06
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
11
-46
/
+77
2023-10-13
media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()
Moudy Ho
1
-1
/
+1
2023-10-13
media: mediatek: vcodec: using encoder device to alloc/free encoder memory
Yunfei Dong
1
-16
/
+40
2023-10-13
media: mediatek: vcodec: Handle invalid encoder vsi
Irui Wang
1
-0
/
+5
2023-10-07
media: mediatek: vcodec: add encoder power management helper functions
Irui Wang
4
-25
/
+25
2023-10-07
media: mtk-jpegenc: Fix bug in JPEG encode quality selection
Fei Shao
1
-2
/
+3
2023-10-07
media: platform: mtk-mdp3: add missing of_node_put
Julia Lawall
1
-0
/
+1
2023-10-05
media: mediatek: vcodec: Fix encoder access NULL pointer
Irui Wang
1
-1
/
+2
2023-09-27
media: mediatek: vcodec: fix spelling mistake "resonable" -> "reasonable"
Colin Ian King
2
-2
/
+2
2023-09-01
Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
70
-2263
/
+2597
2023-08-23
media: vcodec: Fix potential array out-of-bounds in encoder queue_setup
Wei Chen
1
-0
/
+2
2023-08-10
media: mediatek: vcodec: Fix possible invalid memory access for encoder
Yunfei Dong
2
-4
/
+37
2023-08-10
media: mediatek: vcodec: Fix possible invalid memory access for decoder
Yunfei Dong
2
-28
/
+53
2023-08-10
media: mediatek: vcodec: Add driver to support 10bit
Mingjia Zhang
3
-4
/
+167
2023-08-10
media: mediatek: vcodec: separate decoder and encoder
Yunfei Dong
59
-110
/
+118
2023-08-10
media: mediatek: vcodec: remove unused include header
Yunfei Dong
25
-34
/
+0
2023-08-10
media: mediatek: vcodec: fix unreasonable parameter definition and style
Yunfei Dong
2
-6
/
+6
2023-08-10
media: mediatek: vcodec: separate struct mtk_vcodec_dev
Yunfei Dong
38
-422
/
+468
2023-08-10
media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'
Yunfei Dong
46
-516
/
+688
2023-08-10
media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug message
Yunfei Dong
23
-443
/
+419
2023-08-10
media: mediatek: vcodec: remove the dependency of vcodec debug log
Yunfei Dong
14
-535
/
+494
2023-08-10
media: mediatek: vcodec: Removing useless debug log
Yunfei Dong
12
-90
/
+4
2023-08-10
media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared inte...
Yunfei Dong
7
-41
/
+41
2023-08-10
media: mediatek: vcodec: align fw interface
Yunfei Dong
5
-19
/
+23
2023-08-10
media: mediatek: vcodec: remove unused parameter
Yunfei Dong
3
-10
/
+0
2023-07-28
media: mtk-jpeg: Set platform driver data earlier
Chen-Yu Tsai
1
-2
/
+2
2023-07-27
media: mediatek: vcodec: Consider vdecsys presence in reg range check
Nícolas F. R. A. Prado
1
-1
/
+5
2023-07-25
media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()
Dan Carpenter
1
-2
/
+3
2023-07-25
media: mediatek: vcodec: fix potential double free
Dan Carpenter
1
-0
/
+1
2023-07-25
media: mediatek: vcodec: Return NULL if no vdec_fb is found
Irui Wang
1
-2
/
+3
2023-07-25
media: mediatek: vcodec: fix AV1 decode fail for 36bit iova
Xiaoyong Lu
1
-4
/
+8
2023-07-25
media: mediatek: vcodec: Read HW active status from syscon
Nícolas F. R. A. Prado
5
-18
/
+88
2023-07-25
media: mediatek: vcodec: Define address for VDEC_HW_ACTIVE
Nícolas F. R. A. Prado
3
-5
/
+6
2023-07-25
media: mediatek: vcodec: Improve an error message
Dan Carpenter
1
-2
/
+2
2023-07-25
media: mediatek: vcodec: Fix potential crash in mtk_vcodec_dbgfs_remove()
Dan Carpenter
1
-6
/
+3
2023-07-25
media: mtk-jpeg: Fix use after free bug due to uncanceled work
Zheng Wang
1
-0
/
+1
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
9
-14
/
+10
2023-07-19
media: mdp3: Fix resource leaks in of_find_device_by_node
Lu Hongfei
1
-0
/
+2
2023-07-14
media: platform: mdp: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-07-14
media: platform: mdp3: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-07-14
media: platform: mdp3: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-07-14
media: mediatek: vcodec: fix cancel_work_sync fail with fluster test
Yunfei Dong
1
-1
/
+2
2023-07-14
media: mtk_jpeg_core: avoid unused-variable warning
Arnd Bergmann
3
-11
/
+3
[prev]
[next]