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
/
amphion
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-10
/
+9
2026-01-13
media: amphion: Drop min_queued_buffers assignment
Ming Qian
-2
/
+0
2026-01-13
media: amphion: Use kmalloc instead of vmalloc
Ming Qian
-35
/
+27
2026-01-13
media: amphion: Trigger source change if colorspace changed
Ming Qian
-22
/
+40
2026-01-13
media: amphion: Clear last_buffer_dequeued flag for DEC_CMD_START
Ming Qian
-0
/
+1
2025-11-06
media: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring (Arm)
-30
/
+10
2025-11-03
media: amphion: Remove dummy PM handling
Geert Uytterhoeven
-26
/
+0
2025-10-20
media: amphion: Cancel message work before releasing the VPU core
Ming Qian
-3
/
+3
2025-10-20
media: amphion: Remove vpu_vb_is_codecconfig
Ming Qian
-40
/
+3
2025-10-17
media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()
Laurent Pinchart
-2
/
+2
2025-10-17
media: amphion: Drop unneeded v4l2_m2m_get_vq() NULL check
Laurent Pinchart
-4
/
+0
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
-2
/
+2
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
-2
/
+1
2025-08-13
media: amphion: Delete v4l2_fh synchronously in .release()
Laurent Pinchart
-2
/
+5
2025-08-13
media: amphion: Make some vpu_v4l2 functions static
Laurent Pinchart
-11
/
+9
2025-08-13
media: Replace file->private_data access with file_to_v4l2_fh()
Laurent Pinchart
-1
/
+1
2025-07-12
media: amphion: Support dmabuf and v4l2 buffer without binding
Ming Qian
-48
/
+220
2025-06-20
media: amphion: Add H264 and HEVC profile and level control
Ming Qian
-1
/
+205
2025-06-17
media: amphion: Remove unused functions
Dr. David Alan Gilbert
-83
/
+0
2025-04-24
media: amphion: Slightly simplify vpu_core_register()
Christophe JAILLET
-4
/
+4
2025-04-08
media: amphion: Fix spelling mistake "dismatch" -> "mismatch"
Colin Ian King
-1
/
+1
2025-04-08
media: amphion: Add a frame flush mode for decoder
Ming Qian
-1
/
+13
2025-04-08
media: amphion: Reduce decoding latency for HEVC decoder
Ming Qian
-3
/
+22
2024-11-07
media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
-1
/
+1
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-2
/
+0
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-2
/
+2
2024-10-12
media: amphion: Set video drvdata before register video device
Ming Qian
-1
/
+1
2024-10-12
media: amphion: Guard memory allocation to catch failures
Ming Qian
-0
/
+12
2024-06-10
media: amphion: Report the average QP of current encoded frame
Ming Qian
-0
/
+25
2024-06-10
media: amphion: Remove lock in s_ctrl callback
Ming Qian
-4
/
+0
2024-05-31
media: amphion: remove unused struct 'vpu_malone_frame_buffer'
Dr. David Alan Gilbert
-5
/
+0
2024-02-16
media: amphion: Abort vpu parsing directly in seek
Ming Qian
-1
/
+3
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
-2
/
+2
2023-12-13
media: amphion: remove mutext lock in condition of wait_event
Ming Qian
-20
/
+12
2023-11-23
media: amphion: Fix VPU core alias name
Alexander Stein
-1
/
+1
2023-11-23
media: amphion: Stop direct calls to queue num_buffers field
Benjamin Gaignard
-6
/
+6
2023-11-23
media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
Benjamin Gaignard
-4
/
+18
2023-10-07
media: amphion: handle firmware debug message
Ming Qian
-5
/
+29
2023-07-25
media: amphion: ensure the bitops don't cross boundaries
Ming Qian
-0
/
+2
2023-07-25
media: amphion: fix UNUSED_VALUE issue reported by coverity
Ming Qian
-1
/
+1
2023-07-25
media: amphion: fix UNINIT issues reported by coverity
Ming Qian
-6
/
+6
2023-07-25
media: amphion: fix REVERSE_INULL issues reported by coverity
Ming Qian
-2
/
+4
2023-07-25
media: amphion: fix CHECKED_RETURN issues reported by coverity
Ming Qian
-4
/
+15
2023-07-25
media: amphion: decoder support display delay for all formats
Ming Qian
-3
/
+22
2023-07-25
media: amphion: add helper function to get id name
Ming Qian
-13
/
+79
2023-07-25
media: amphion: reinit vpu if reqbufs output 0
Ming Qian
-3
/
+6
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
-13
/
+3
2023-07-14
media: amphion: Fix firmware path to match linux-firmware
Nicolas Dufresne
-2
/
+2
2023-07-14
media: amphion: use dev_err_probe
Alexander Stein
-5
/
+4
[next]