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
/
pci
/
intel
/
ipu6
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-8
/
+8
2026-01-16
media: ipu6: Update e-mail addresses
Sakari Ailus
-2
/
+2
2026-01-13
media: ipu6: Always call video_device_pipeline_alloc_start()
Sakari Ailus
-7
/
+1
2026-01-13
media: ipu6: Drop custom functions to obtain sd state information
Sakari Ailus
-66
/
+24
2026-01-13
media: ipu6: Remove source_entity from struct ipu6_isys_stream
Sakari Ailus
-39
/
+31
2026-01-13
media: ipu6: Obtain unique source pad from remote sub-device
Sakari Ailus
-3
/
+3
2026-01-13
media: ipu6: Obtain remote pad using media_pad_remote_pad_unique()
Sakari Ailus
-1
/
+1
2026-01-13
media: ipu6: Drop error argument from ipu6_isys_stream_start()
Sakari Ailus
-10
/
+3
2026-01-13
media: ipu6: Always close firmware stream
Sakari Ailus
-3
/
+2
2026-01-13
media: ipu6: Close firmware streams on streaming enable failure
Sakari Ailus
-0
/
+1
2026-01-13
media: ipu6: Don't check pipeline in stream_start
Sakari Ailus
-4
/
+2
2026-01-13
media: ipu6: Remove redundant streaming start via buffer queueing
Sakari Ailus
-7
/
+0
2026-01-13
media: ipu6: Make symbols static
Sakari Ailus
-4
/
+2
2026-01-13
media: ipu6: Remove redundant driver data checks
Sakari Ailus
-8
/
+1
2026-01-13
media: ipu6: Drop MMU hardware initialisation in probe()
Sakari Ailus
-8
/
+0
2026-01-13
media: ipu6: Ensure stream_mutex is acquired when dealing with node list
Sakari Ailus
-3
/
+5
2026-01-13
media: ipu6: Fix RPM reference leak in probe error paths
Bingbu Cao
-4
/
+6
2026-01-13
media: ipu6: Fix typo and wrong constant in ipu6-mmu.c
Bingbu Cao
-2
/
+2
2025-11-13
media: ipu6: isys: Add support for monochrome media bus formats
Hans de Goede
-9
/
+43
2025-10-17
media: ipu6: isys: Use %pe format specifier
Ricardo Ribalda
-2
/
+2
2025-08-25
media: ipu6: isys: Set embedded data type correctly for metadata formats
Sakari Ailus
-0
/
+6
2025-08-25
media: ipu6: isys: Use v4l2_ctrl_subdev_subscribe_event()
Laurent Pinchart
-1
/
+1
2025-08-13
media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
Laurent Pinchart
-1
/
+0
2025-07-10
media: ipu6: isys: Set minimum height to 1
Sakari Ailus
-1
/
+1
2025-07-10
media: ipu6: isys: Use correct pads for xlate_streams()
Sakari Ailus
-6
/
+6
2025-05-06
media: intel/ipu6: Change deprecated lock comment
Stanislaw Gruszka
-4
/
+1
2025-05-06
media: intel/ipu6: Remove line_align
Stanislaw Gruszka
-6
/
+1
2025-05-06
media: intel/ipu6: Remove pin_ready function pointer
Stanislaw Gruszka
-14
/
+6
2025-05-06
media: intel/ipu6: Remove unused ipu6_isys_csi2_pdata
Stanislaw Gruszka
-2
/
+0
2025-04-25
media: intel/ipu6: Fix dma mask for non-secure mode
Stanislaw Gruszka
-2
/
+2
2025-04-25
media: intel/ipu6: Minor dma_mask clenaup
Stanislaw Gruszka
-4
/
+0
2025-04-25
media: intel/ipu6: Replace deprecated PCI functions
Philipp Stanner
-4
/
+4
2025-04-25
media: intel/ipu6: Remove unused dev field from ipu6_isys_queue
Stanislaw Gruszka
-2
/
+0
2025-04-25
media: intel/ipu6: Abstract buf ready function
Stanislaw Gruszka
-7
/
+15
2025-04-25
media: intel/ipu6: Use timestamp value directly
Stanislaw Gruszka
-11
/
+8
2025-04-25
media: intel/ipu6: Make two functions static
Stanislaw Gruszka
-7
/
+4
2025-04-25
media: intel/ipu6: Add missing new line character in error message
Stanislaw Gruszka
-1
/
+1
2025-04-25
media: intel/ipu6: Remove unused ipu6_isys_subdev_link_validate()
Stanislaw Gruszka
-4
/
+0
2025-04-25
media: intel/ipu6: Constify ipu6_buttress_ctrl structure
Stanislaw Gruszka
-7
/
+7
2025-04-25
media: intel/ipu6: Remove ipu6_buttress_ctrl started field
Stanislaw Gruszka
-3
/
+0
2025-04-25
media: intel/ipu6: Remove unused IPU6_BUS_NAME
Stanislaw Gruszka
-2
/
+0
2025-04-25
media: ipu6: Remove workaround for Meteor Lake ES2
Hao Yao
-5
/
+0
2025-03-04
media: ipu6: Drop unused ipu6_dma_get_sgtable()
Sakari Ailus
-36
/
+0
2025-03-04
media: intel/ipu6: set the dev_parent of video device to pdev
Bingbu Cao
-0
/
+1
2025-02-15
media: intel/ipu6: Obtain link frequency from the remote subdev pad
Sakari Ailus
-9
/
+3
2025-02-15
media: pci: ipu6: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-2
/
+0
2025-01-25
Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-5
/
+6
2024-12-19
media: intel/ipu6: move some boot messages to debug level
Stanislaw Gruszka
-5
/
+5
2024-12-19
media: intel/ipu6: remove cpu latency qos request on error
Stanislaw Gruszka
-0
/
+1
[next]