index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
qcom
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "media: qcom: camss: Restructure camss_link_entities"
Bryan O'Donoghue
2025-01-07
1
-103
/
+52
*
media: venus: Remove unused hfi_core_ping()
Dr. David Alan Gilbert
2025-01-06
3
-36
/
+0
*
media: venus: Populate video encoder/decoder nodename entries
Bryan O'Donoghue
2025-01-06
1
-0
/
+10
*
media: venus: Add support for static video encoder/decoder declarations
Bryan O'Donoghue
2025-01-06
3
-1
/
+99
*
media: venus: match instance creation and destruction order
Sergey Senozhatsky
2025-01-06
2
-18
/
+18
*
media: venus: destroy hfi session after m2m_ctx release
Sergey Senozhatsky
2025-01-06
1
-6
/
+2
*
media: qcom: camss: Add support for camss driver on sc7280
Suresh Vankadara
2024-12-12
6
-0
/
+333
*
media: qcom: camss: Sort camss version enums and compatible strings
Vikram Sharma
2024-12-12
4
-11
/
+11
*
media: qcom: camss: document csiphy_lanes_cfg structure
Caleb Connolly
2024-12-04
1
-0
/
+6
*
media: qcom: camss: Restructure camss_link_entities
Vikram Sharma
2024-12-04
1
-52
/
+103
*
media: qcom: camss: reducing the repitious error message string
Vikram Sharma
2024-12-04
1
-23
/
+35
*
Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2024-11-20
16
-103
/
+458
|
\
|
*
media: qcom: camss: Add MSM8953 resources
Vladimir Lypak
2024-11-08
5
-0
/
+178
|
*
media: qcom: camss: implement pm domain ops for VFE v4.1
Barnabás Czémán
2024-11-08
1
-2
/
+8
|
*
media: venus: factor out inst destruction routine
Sergey Senozhatsky
2024-11-07
8
-56
/
+31
|
*
media: venus: sync with threaded IRQ during inst destruction
Sergey Senozhatsky
2024-11-07
2
-2
/
+22
|
*
media: venus: fix enc/dec destruction order
Sergey Senozhatsky
2024-11-07
2
-6
/
+7
|
*
media: venus: Enable h.264 hierarchical coding
Fritz Koenig
2024-11-07
3
-23
/
+144
|
*
media: venus: Helper function for dynamically updating bitrate
Fritz Koenig
2024-11-07
1
-14
/
+20
|
*
media: venus: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
2024-11-07
1
-1
/
+1
|
*
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
2024-10-28
3
-6
/
+0
|
*
media: qcom: camss: move SM8250 regulators from CSID to CSIPHY subdevice
Vladimir Zapolskiy
2024-10-12
1
-10
/
+10
|
*
media: qcom: camss: add management of supply regulators to CSIPHY
Vladimir Zapolskiy
2024-10-12
2
-1
/
+36
|
*
media: qcom: camss: Add hooks to get CSID wrapper resources
Bryan O'Donoghue
2024-10-12
2
-0
/
+18
|
*
media: qcom: camss: fix error path on configuration of power domains
Vladimir Zapolskiy
2024-10-12
1
-11
/
+8
|
*
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-12
4
-4
/
+4
|
*
media: venus: add missing wait_prepare/finish ops
Hans Verkuil
2024-10-12
2
-0
/
+4
*
|
media: venus: Convert into devm_pm_domain_attach_list() for OPP PM domain
Ulf Hansson
2024-10-10
3
-43
/
+15
|
/
*
Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2024-09-23
9
-44
/
+40
|
\
|
*
media: venus: firmware: Use iommu_paging_domain_alloc()
Lu Baolu
2024-08-25
1
-3
/
+3
|
*
media: venus: Convert one-element-arrays to flex-arrays
Ricardo Ribalda
2024-08-25
2
-10
/
+10
|
*
media: venus: Refactor hfi_buffer_alloc_mode_supported
Ricardo Ribalda
2024-08-25
1
-1
/
+1
|
*
media: venus: Refactor hfi_session_fill_buffer_pkt
Ricardo Ribalda
2024-08-25
2
-2
/
+2
|
*
media: venus: Refactor hfi_sys_get_property_pkt
Ricardo Ribalda
2024-08-25
2
-2
/
+2
|
*
media: venus: Refactor hfi_session_empty_buffer_compressed_pkt
Ricardo Ribalda
2024-08-25
1
-1
/
+1
|
*
media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pkt
Ricardo Ribalda
2024-08-25
1
-1
/
+1
|
*
media: venus: Refactor struct hfi_uncompressed_format_supported
Ricardo Ribalda
2024-08-25
2
-2
/
+2
|
*
media: venus: Refactor struct hfi_session_get_property_pkt
Ricardo Ribalda
2024-08-25
2
-3
/
+3
|
*
media: venus: Refactor struct hfi_uncompressed_plane_info
Ricardo Ribalda
2024-08-25
1
-1
/
+1
|
*
media: venus: Constify struct dec_bufsize_ops and enc_bufsize_ops
Christophe JAILLET
2024-08-25
1
-10
/
+10
|
*
media: venus: fix use after free bug in venus_remove due to race condition
Zheng Wang
2024-08-25
1
-0
/
+1
|
*
media: qcom: camss: Fix ordering of pm_runtime_enable
Bryan O'Donoghue
2024-08-09
1
-2
/
+3
|
*
media: qcom: camss: Remove use_count guard in stop_streaming
Bryan O'Donoghue
2024-08-09
1
-6
/
+0
*
|
Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-18
1
-1
/
+1
|
\
\
|
*
|
media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Add __counted_...
Kees Cook
2024-08-22
1
-1
/
+1
|
*
|
media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Replace 1-elem...
Kees Cook
2024-08-22
1
-1
/
+1
|
|
/
*
/
media: venus: use device managed APIs for power domains
Dikshita Agarwal
2024-08-20
1
-4
/
+1
|
/
*
Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2024-07-17
24
-1340
/
+1744
|
\
|
*
media: venus: fix use after free in vdec_close
Dikshita Agarwal
2024-06-30
1
-0
/
+1
|
*
media: venus: add msm8998 support
Pierre-Hugues Husson
2024-06-30
1
-0
/
+39
[next]