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
/
mc
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
2026-02-11
Merge tag 'media/v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-2
/
+80
2026-01-05
media: mc: add debugfs node to keep track of requests
Hans Verkuil
-0
/
+41
2026-01-05
media: mc: add manual request completion
Hans Verkuil
-2
/
+39
2025-12-15
media: mc: fix potential use-after-free in media_request_alloc()
Mathias Krause
-3
/
+3
2025-11-28
media: convert media_request_alloc() to FD_PREPARE()
Christian Brauner
-22
/
+12
2025-09-10
media: mc: Clear minor number before put device
Edward Adam Davis
-4
/
+1
2025-09-09
media: mc: Clear minor number reservation at unregistration time
Sakari Ailus
-5
/
+4
2025-09-09
media: update Hans Verkuil's email address
Hans Verkuil
-1
/
+1
2025-08-25
media: mc: Improve unconnected pads debugging message in link exploration
Laurent Pinchart
-2
/
+2
2025-08-25
media: mc: Fix MUST_CONNECT handling for pads with no links
Laurent Pinchart
-1
/
+1
2024-11-20
Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-8
/
+8
2024-11-08
media: replace obsolete hans.verkuil@cisco.com alias
Hans Verkuil
-1
/
+1
2024-11-07
media: mc: Rename pad as origin in __media_pipeline_start()
Sakari Ailus
-7
/
+7
2024-11-03
convert media_request_get_by_fd()
Al Viro
-12
/
+6
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
-3
/
+3
2024-04-22
media: mc: mark the media devnode as registered from the, start
Hans Verkuil
-3
/
+2
2024-04-10
media: mc: Fix graph walk in media_pipeline_start
Tomi Valkeinen
-0
/
+6
2024-02-05
media: mc: Expand MUST_CONNECT flag to always require an enabled link
Laurent Pinchart
-10
/
+43
2024-02-05
media: mc: Rename pad variable to clarify intent
Laurent Pinchart
-5
/
+6
2024-02-05
media: mc: Add num_links flag to media_pad
Laurent Pinchart
-0
/
+6
2024-02-05
media: mc: Fix flags handling when creating pad links
Laurent Pinchart
-1
/
+6
2024-02-05
media: mc: Add local pad to pipeline regardless of the link state
Laurent Pinchart
-9
/
+9
2024-02-05
media: media-devnode: make media_bus_type const
Ricardo B. Marliere
-1
/
+1
2024-01-22
media: mc: Drop useless debug print on file handle release
Sakari Ailus
-1
/
+0
2023-11-23
media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_API
Hans Verkuil
-11
/
+0
2023-10-07
media: mc: Check pad flag validity
Sakari Ailus
-1
/
+14
2023-05-25
media: mc: Make media_get_pad_index() use pad type flag
Sakari Ailus
-11
/
+5
2023-05-25
media: mc: Make media_entity_get_fwnode_pad() fwnode argument const
Sakari Ailus
-1
/
+1
2023-04-11
media: mc-device: remove unnecessary __must_check
Jason Kim
-2
/
+1
2023-02-06
media: mc: entity: Fix minor issues in comments and documentation
Laurent Pinchart
-3
/
+3
2023-02-06
media: mc: Get media_device directly from pad
Laurent Pinchart
-4
/
+4
2023-02-06
media: mc: entity: Add entity iterator for media_pipeline
Laurent Pinchart
-0
/
+37
2023-02-06
media: mc: entity: Add pad iterator for media_pipeline
Laurent Pinchart
-0
/
+18
2023-01-22
media: mc: entity: Fix doc for media_graph_walk_init
Miaoqian Lin
-1
/
+1
2023-01-22
media: mc: Improve the media_entity_has_pad_interdep() documentation
Laurent Pinchart
-1
/
+14
2022-09-24
media: mc: convert pipeline funcs to take media_pad
Tomi Valkeinen
-24
/
+16
2022-09-24
media: mc: entity: Add has_pad_interdep entity operation
Tomi Valkeinen
-2
/
+8
2022-09-24
media: mc: entity: Rewrite media_pipeline_start()
Laurent Pinchart
-76
/
+441
2022-09-24
media: mc: entity: add alloc variant of pipeline_start
Tomi Valkeinen
-0
/
+38
2022-09-24
media: mc: entity: Add media_entity_pipeline() to access the media pipeline
Laurent Pinchart
-0
/
+6
2022-09-24
media: mc: entity: Move media_entity_get_fwnode_pad() out of graph walk section
Laurent Pinchart
-35
/
+35
2022-09-24
media: mc: entity: Merge media_entity_enum_init and __media_entity_enum_init
Laurent Pinchart
-4
/
+6
2022-09-24
media: mc: entity: Add iterator helper for entity pads
Jacopo Mondi
-12
/
+12
2022-09-24
media: mc: entity: Rename streaming_count -> start_count
Tomi Valkeinen
-4
/
+4
2022-07-17
media: mc-entity: Add a new helper function to get a remote pad for a pad
Laurent Pinchart
-0
/
+31
2022-07-17
media: mc-entity: Add a new helper function to get a remote pad
Laurent Pinchart
-0
/
+39
2022-07-17
media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...
Laurent Pinchart
-2
/
+2
[next]