index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
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-08-10
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
34
-78
/
+74
2023-08-10
media: qcom: Initialise V4L2 async notifier later
Sakari Ailus
1
-11
/
+10
2023-08-10
media: davinci: Init async notifier after registering V4L2 device
Sakari Ailus
1
-10
/
+9
2023-08-10
media: xilinx-vipp: Init async notifier after registering V4L2 device
Sakari Ailus
1
-1
/
+2
2023-08-10
media: omap3isp: Initialise V4L2 async notifier later
Sakari Ailus
1
-7
/
+8
2023-08-10
media: am437x-vpfe: Register V4L2 device early
Sakari Ailus
1
-14
/
+13
2023-08-10
media: marvell: cafe: Register V4L2 device earlier
Sakari Ailus
2
-11
/
+9
2023-08-10
media: pxa_camera: Register V4L2 device early
Sakari Ailus
1
-9
/
+10
2023-08-10
media: pxa_camera: Fix probe error handling
Sakari Ailus
1
-23
/
+25
2023-08-09
media: imx: imx7-media-csi: Fix applying format constraints
Fabio Estevam
1
-2
/
+5
2023-08-08
Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2023-07-28
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
7
-10
/
+50
2023-07-28
media: v4l: async: Rework internal lists
Sakari Ailus
3
-6
/
+6
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
44
-152
/
+151
2023-07-28
media: v4l: async: Simplify async sub-device fwnode matching
Sakari Ailus
1
-7
/
+0
2023-07-28
media: v4l: async: Clean up list heads and entries
Sakari Ailus
1
-3
/
+3
2023-07-28
media: omap3isp: Move link creation to bound callback
Sakari Ailus
1
-19
/
+19
2023-07-28
media: xilinx-vipp: Clean up bound async notifier callback
Sakari Ailus
1
-27
/
+5
2023-07-28
media: atmel-isi: Remote unneeeded forward declaration
Sakari Ailus
1
-2
/
+0
2023-07-28
media: mtk-jpeg: Set platform driver data earlier
Chen-Yu Tsai
1
-2
/
+2
2023-07-27
media: venus: Use struct_size_t() helper in pkt_session_unset_buffers()
Gustavo A. R. Silva
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-26
media: venus: core.h: update kerneldoc
Hans Verkuil
1
-1
/
+3
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: amphion: ensure the bitops don't cross boundaries
Ming Qian
1
-0
/
+2
2023-07-25
media: amphion: fix UNUSED_VALUE issue reported by coverity
Ming Qian
1
-1
/
+1
2023-07-25
media: amphion: fix UNINIT issues reported by coverity
Ming Qian
1
-6
/
+6
2023-07-25
media: amphion: fix REVERSE_INULL issues reported by coverity
Ming Qian
1
-2
/
+4
2023-07-25
media: amphion: fix CHECKED_RETURN issues reported by coverity
Ming Qian
3
-4
/
+15
2023-07-25
media: amphion: decoder support display delay for all formats
Ming Qian
1
-3
/
+22
2023-07-25
media: mtk-jpeg: Fix use after free bug due to uncanceled work
Zheng Wang
1
-0
/
+1
2023-07-25
media: verisilicon: Fix TRY_FMT on encoder OUTPUT
Michael Tretter
1
-2
/
+7
[prev]
[next]