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
/
staging
/
media
/
tegra-video
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-3
/
+1
2026-01-13
host1x: Make remove callback return void
Uwe Kleine-König
-3
/
+1
2026-01-13
staging: media: tegra-video: move tegra20_vip_soc declaration to vip.h
Sun Jian
-4
/
+4
2026-01-13
staging: media: tegra-video: move tegra210_csi_soc declaration to csi.h
Sun Jian
-4
/
+4
2026-01-13
media: tegra-video: Fix memory leak in __tegra_channel_try_format()
Zilin Guan
-5
/
+8
2025-10-14
staging: media: tegra-video: Remove the use of dev_err_probe()
Xichao Zhao
-1
/
+1
2025-08-29
staging: media: tegra-video: use BIT() macro instead of shift
A.T. Jefferies
-2
/
+2
2024-11-29
Merge tag 'staging-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-3
/
+3
2024-10-28
staging: media: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-2
/
+0
2024-10-09
staging: Switch back to struct platform_driver::remove()
Sergio Paracuellos
-3
/
+3
2024-05-03
media: staging: media: tegra-video: Use swap macro
Ricardo Ribalda
-7
/
+2
2024-04-09
media: tegra-video: Use pad variant of dv timing subdev calls
Paweł Anikiel
-6
/
+6
2024-04-08
staging: media: tegra-video: Fix -Wmaybe-unitialized warn in gcc
Ricardo Ribalda
-0
/
+1
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
-1
/
+1
2023-12-13
media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_interval
Laurent Pinchart
-0
/
+7
2023-12-13
media: v4l2-subdev: Turn .[gs]_frame_interval into pad operations
Laurent Pinchart
-4
/
+5
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
-1
/
+1
2023-11-23
media: tegra-video: Use accessors for pad config 'try_*' fields
Laurent Pinchart
-6
/
+8
2023-11-23
media: staging: media: tegra-video: Convert to platform remove callback retur...
Uwe Kleine-König
-12
/
+6
2023-11-06
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-3
/
+3
2023-10-02
staging: media: tegra-video: fix infinite recursion regression
Luca Ceresoli
-6
/
+10
2023-09-27
media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZE
Hans Verkuil
-3
/
+3
2023-09-01
Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-11
/
+11
2023-08-10
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
-3
/
+2
2023-07-28
media: v4l: async: Rework internal lists
Sakari Ailus
-3
/
+3
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
-8
/
+8
2023-07-28
media: v4l: async: Clean up list heads and entries
Sakari Ailus
-2
/
+2
2023-07-27
staging: Explicitly include correct DT includes
Rob Herring
-3
/
+1
2023-07-25
staging: media: tegra-video: include video.h header
Hans Verkuil
-0
/
+1
2023-05-25
staging: media: tegra-video: add support for Tegra20 parallel input
Luca Ceresoli
-0
/
+1030
2023-05-25
staging: media: tegra-video: add H/V flip controls
Luca Ceresoli
-1
/
+21
2023-05-25
staging: media: tegra-video: add hooks for planar YUV and H/V flip
Luca Ceresoli
-0
/
+18
2023-05-25
staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_vi
Luca Ceresoli
-2
/
+5
2023-05-25
staging: media: tegra-video: move syncpt init/free to a per-soc op
Luca Ceresoli
-49
/
+60
2023-05-25
staging: media: tegra-video: add a per-soc enable/disable op
Luca Ceresoli
-0
/
+11
2023-05-25
staging: media: tegra-video: move MIPI calibration calls from VI to CSI
Luca Ceresoli
-50
/
+48
2023-05-25
staging: media: tegra-video: move default format to soc-specific data
Luca Ceresoli
-11
/
+6
2023-05-25
staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc op
Luca Ceresoli
-41
/
+44
2023-05-25
staging: media: tegra-video: Kconfig: allow TPG only on Tegra210
Luca Ceresoli
-0
/
+1
2023-05-25
staging: media: tegra-video: remove unneeded include
Luca Ceresoli
-1
/
+0
2023-05-25
staging: media: tegra-video: move tegra210_csi_soc to C file
Luca Ceresoli
-4
/
+4
2023-05-25
staging: media: tegra-video: move private struct declaration to C file
Luca Ceresoli
-13
/
+13
2023-05-25
staging: media: tegra-video: slightly simplify cleanup on errors
Luca Ceresoli
-5
/
+3
2023-05-25
staging: media: tegra-video: improve error messages
Luca Ceresoli
-5
/
+2
2023-05-25
staging: media: tegra-video: fix typos in comment
Luca Ceresoli
-3
/
+3
2023-05-25
staging: media: tegra-video: document tegra_channel_get_remote_source_subdev
Luca Ceresoli
-0
/
+3
2023-05-25
staging: media: tegra-video: improve documentation of tegra_video_format fields
Luca Ceresoli
-3
/
+3
2023-04-25
Merge tag 'media/v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-4
/
+6
[next]