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
/
allegro-dvt
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
-7
/
+7
2025-10-20
media: allegro: fix race conditions in channel handling
Matthias Fend
-14
/
+50
2025-10-20
media: allegro: process all pending status mbox messages
Matthias Fend
-8
/
+34
2025-10-20
media: allegro: print warning if channel creation timeout occurs
Matthias Fend
-1
/
+7
2025-10-17
media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()
Laurent Pinchart
-1
/
+1
2025-10-17
media: allgro-dvt: Drop unneeded v4l2_m2m_get_vq() NULL check
Laurent Pinchart
-2
/
+0
2025-08-13
media: allegro: Access v4l2_fh from file
Jacopo Mondi
-12
/
+9
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
-1
/
+1
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
-2
/
+1
2025-08-13
media: Replace file->private_data access with custom functions
Laurent Pinchart
-1
/
+6
2025-08-13
media: Wrap file->private_data access with a helper function
Laurent Pinchart
-1
/
+1
2025-02-22
media: platform: allgro-dvt: unregister v4l2_device on the error path
Joe Hattori
-0
/
+1
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-2
/
+0
2024-10-12
media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_in...
Gaosheng Cui
-1
/
+3
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-08-09
media: allegro: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
-12
/
+12
2024-08-09
media: platform: allegro-dvt: Constify struct regmap_config
Christophe JAILLET
-2
/
+2
2024-05-31
media: allegro: nal-hevc: Replace array[1] with array[N]
Ricardo Ribalda
-3
/
+4
2023-10-07
media: allegro: Annotate struct mcu_msg_push_buffers_internal with __counted_by
Kees Cook
-1
/
+1
2023-09-27
media: allegro-dvt: increase buffer size in msg_type_name()
Hans Verkuil
-1
/
+1
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
-1
/
+0
2023-07-14
media: platform: allegro-dvt: drop of_match_ptr for ID table
Krzysztof Kozlowski
-1
/
+1
2023-04-11
media: allegro-core: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2022-04-24
media: v4l: ioctl: Set bus_info in v4l_querycap()
Sakari Ailus
-5
/
+0
2022-03-18
media: Kconfig: cleanup VIDEO_DEV dependencies
Mauro Carvalho Chehab
-1
/
+1
2022-03-18
media: platform/*/Kconfig: make manufacturer menus more uniform
Mauro Carvalho Chehab
-0
/
+3
2022-03-14
media: platform: allegro-dvt: move config to its own file
Mauro Carvalho Chehab
-0
/
+16
2021-12-07
media: replace setting of bytesused with vb2_set_plane_payload
Dafna Hirschfeld
-1
/
+1
2021-10-20
media: allegro: write vui parameters for HEVC
Michael Tretter
-6
/
+130
2021-10-20
media: allegro: nal-hevc: implement generator for vui
Michael Tretter
-1
/
+131
2021-10-20
media: allegro: write correct colorspace into SPS
Michael Tretter
-5
/
+131
2021-10-20
media: allegro: extract nal value lookup functions to header
Michael Tretter
-158
/
+180
2021-10-20
media: allegro: correctly scale the bit rate in SPS
Michael Tretter
-1
/
+2
2021-10-20
media: allegro: remove external QP table
Michael Tretter
-2
/
+0
2021-10-20
media: allegro: fix row and column in response message
Michael Tretter
-2
/
+2
2021-10-20
media: allegro: add control to disable encoder buffer
Michael Tretter
-2
/
+30
2021-10-20
media: allegro: add encoder buffer support
Michael Tretter
-22
/
+90
2021-10-20
media: allegro: add pm_runtime support
Michael Tretter
-1
/
+84
2021-10-20
media: allegro: lookup VCU settings
Michael Tretter
-0
/
+7
2021-10-20
media: allegro: fix module removal if initialization failed
Michael Tretter
-5
/
+12
2021-10-20
media: allegro: ignore interrupt if mailbox is not initialized
Michael Tretter
-0
/
+9
2021-06-04
media: allegro-dvt: avoid EN DASH char
Mauro Carvalho Chehab
-2
/
+2
2021-04-09
media: allegro: change kernel-doc comment blocks to normal comments
Hans Verkuil
-7
/
+7
2021-04-06
media: allegro-dvt/nal-h264.h: fix kernel-doc: hdr -> hrd
Hans Verkuil
-1
/
+1
2021-01-27
media: allegro: add support for HEVC encoding
Michael Tretter
-36
/
+516
2021-01-27
media: allegro: activate v4l2-ctrls only for current codec
Michael Tretter
-0
/
+16
2021-01-27
media: allegro: increase offset in CAPTURE buffer
Michael Tretter
-1
/
+1
2021-01-27
media: allegro: rename codec specific functions
Michael Tretter
-7
/
+7
2021-01-27
media: allegro: add helper to get entropy mode
Michael Tretter
-0
/
+9
[next]