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
/
chips-media
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-10
/
+10
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-10
/
+10
2026-01-05
media: chips-media: wave5: Fix Potential Probe Resource Leak
Brandon Brnich
-1
/
+9
2026-01-05
media: chips-media: wave5: Fix memory leak on codec_info allocation failure
Zilin Guan
-2
/
+6
2026-01-05
media: chips-media: wave5: Improve performance of decoder
Jackson Lee
-66
/
+178
2026-01-05
media: chips-media: wave5: Add WARN_ON to check if dec_output_info is NULL
Jackson Lee
-1
/
+1
2026-01-05
media: chips-media: wave5: Fix Null reference while testing fluster
Jackson Lee
-11
/
+131
2026-01-05
media: chips-media: wave5: Fix SError of kernel panic when closed
Jackson Lee
-22
/
+3
2026-01-05
media: chips-media: wave5: Fix device cleanup order to prevent kernel panic
Xulin Sun
-3
/
+4
2026-01-05
media: chips-media: wave5: Fix kthread worker destruction in polling mode
Xulin Sun
-1
/
+2
2026-01-05
media: chips-media: wave5: Fix PM runtime usage count underflow
Xulin Sun
-1
/
+1
2026-01-05
media: chips-media: wave5: Process ready frames when CMD_STOP sent to Encoder
Brandon Brnich
-0
/
+2
2026-01-05
media: chips-media: wave5: Fix conditional in start_streaming
Brandon Brnich
-1
/
+2
2025-10-17
media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()
Laurent Pinchart
-3
/
+3
2025-10-17
media: coda: Drop unneeded v4l2_m2m_get_vq() NULL check
Laurent Pinchart
-4
/
+0
2025-10-02
Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-57
/
+64
2025-09-04
media: chips-media: wave5: Remove redundant ternary operators
Liao Yuanhong
-1
/
+1
2025-08-18
media: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-9
/
+0
2025-08-13
media: wave5: Access v4l2_fh from file
Jacopo Mondi
-22
/
+22
2025-08-13
media: coda: Access v4l2_fh from file
Jacopo Mondi
-18
/
+18
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
-3
/
+3
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
-6
/
+3
2025-08-13
media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()
Laurent Pinchart
-5
/
+5
2025-08-13
media: Replace file->private_data access with custom functions
Laurent Pinchart
-2
/
+12
2025-03-25
Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-4
/
+44
2025-02-21
media: coda: Add system resume interface
Xiaolei Wang
-0
/
+1
2025-02-18
media: Switch to use hrtimer_setup()
Nam Cao
-2
/
+2
2025-02-15
media: chips-media: wave5: Fix timeout while testing 10bit hevc fluster
Jackson.lee
-0
/
+14
2025-02-15
media: chips-media: wave5: Fix a hang after seeking
Jackson.lee
-1
/
+26
2025-02-15
media: chips-media: wave5: Avoid race condition in the interrupt handler
Jackson.lee
-2
/
+2
2025-02-15
media: chips-media: wave5: Fix gray color on screen
Jackson.lee
-1
/
+1
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
-1
/
+1
2024-11-11
Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1
Mauro Carvalho Chehab
-1
/
+1
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-6
/
+0
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-2
/
+2
2024-10-08
media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder.
Jackson.lee
-15
/
+74
2024-10-08
media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage.
Jackson.lee
-319
/
+239
2024-10-08
media: chips-media: wave5: Support runtime suspend/resume
Jackson.lee
-26
/
+118
2024-10-08
media: chips-media: wave5: Support SPS/PPS generation for each IDR
Jackson.lee
-5
/
+29
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-08-25
media: coda: cast an operand of multiplication to a larger type
Anastasia Belova
-1
/
+1
2024-06-21
media: chips-media: wave5: support Wave515 decoder
Ivan Bornyakov
-79
/
+280
2024-06-21
media: chips-media: wave5: drop "sram-size" DT property
Ivan Bornyakov
-22
/
+72
2024-06-21
media: chips-media: wave5: separate irq setup routine
Ivan Bornyakov
-29
/
+24
2024-06-21
media: chips-media: wave5: support reset lines
Ivan Bornyakov
-1
/
+16
2024-06-21
media: chips-media: wave5: support decoding HEVC Main10 profile
Ivan Bornyakov
-13
/
+18
2024-03-25
media: chips-media: wave5: Add hrtimer based polling support
Devarsh Thakkar
-46
/
+126
2024-02-28
media: chips-media: wave5: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-02-28
media: chips-media: wave5: Remove unnecessary semicolons
Thorsten Blum
-2
/
+2
2024-01-24
media: chips-media: wave5: Remove K3 References
Brandon Brnich
-1
/
+1
[next]