index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-31
media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies
Geert Uytterhoeven
1
-1
/
+1
2022-12-31
media: imx: imx7-media-csi: Clear BIT_MIPI_DOUBLE_CMPNT for <16b formats
Laurent Pinchart
1
-3
/
+3
2022-12-31
media: rkvdec: Add required padding
Andrzej Pietrasiewicz
1
-0
/
+3
2022-12-31
media: cedrus: hevc: Fix offset adjustments
Jernej Skrabec
2
-6
/
+21
2022-10-22
Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
34
-2568
/
+497
2022-10-07
Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
218
-19840
/
+37288
2022-10-04
Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-23
/
+8
2022-09-27
Merge fixes into media_stage
Mauro Carvalho Chehab
1
-2
/
+2
2022-09-27
media: rkvdec: Disable H.264 error detection
Nicolas Dufresne
1
-2
/
+2
2022-09-24
media: cedrus: Add a Kconfig dependency on RESET_CONTROLLER
Paul Kocialkowski
1
-0
/
+1
2022-09-24
media: atomisp: don't store an unused sink data on a var
Mauro Carvalho Chehab
1
-5
/
+3
2022-09-24
media: atomisp_gmin_platform: Unexport and split camera_sensor_csi()
Andy Shevchenko
2
-33
/
+37
2022-09-24
media: atomisp: Remove atomisp_source_pad_to_stream_id()
Hans de Goede
5
-54
/
+29
2022-09-24
media: atomisp: Remove const/fixed camera_caps
Hans de Goede
8
-281
/
+17
2022-09-24
media: atomisp: Remove unused atomisp_css_get_dis_statistics()
Hans de Goede
2
-18
/
+0
2022-09-24
media: atomisp: Make atomisp_set_raw_buffer_bitmap() static
Hans de Goede
2
-3
/
+3
2022-09-24
media: atomisp: Drop unnecessary first_streamoff check
Hans de Goede
1
-4
/
+4
2022-09-24
media: atomisp: Remove a couple of not useful function wrappers
Hans de Goede
5
-38
/
+12
2022-09-24
media: atomisp: Use video_dev.lock for ioctl locking
Hans de Goede
2
-162
/
+42
2022-09-24
media: atomisp: Drop streamoff_mutex
Hans de Goede
4
-12
/
+0
2022-09-24
media: atomisp: Rework asd->streaming state update in __atomisp_streamoff()
Hans de Goede
1
-4
/
+4
2022-09-24
media: atomisp: Move atomisp_streaming_count() check into __atomisp_css_recov...
Hans de Goede
1
-9
/
+4
2022-09-24
media: atomisp: Remove watchdog timer
Hans de Goede
7
-539
/
+9
2022-09-24
media: atomisp: Add atomisp_pipe_check() helper
Hans de Goede
3
-52
/
+48
2022-09-24
media: atomisp: Remove asd == NULL checks from ioctl handling
Hans de Goede
2
-107
/
+0
2022-09-24
media: atomisp: Fix locking around asd->streaming read/write
Hans de Goede
7
-10
/
+55
2022-09-24
media: atomisp: Remove unused lock member from struct atomisp_sub_device
Hans de Goede
2
-2
/
+0
2022-09-24
media: atomisp: Use a normal mutex for the main lock
Hans de Goede
5
-75
/
+75
2022-09-24
media: atomisp: prevent integer overflow in sh_css_set_black_frame()
Dan Carpenter
1
-2
/
+2
2022-09-24
media: atomisp: Simplify v4l2_fh_open() error handling
Hans de Goede
1
-5
/
+1
2022-09-24
media: atomisp: Fix v4l2_fh resource leak on open errors
Hans de Goede
1
-0
/
+1
2022-09-24
media: atomisp: Remove loading mutex
Hans de Goede
3
-30
/
+0
2022-09-24
media: atomisp: Register /dev/* nodes at the end of atomisp_pci_probe()
Hans de Goede
1
-12
/
+28
2022-09-24
media: atomisp: Split subdev and video-node registration into 2 steps
Hans de Goede
3
-11
/
+15
2022-09-24
media: atomisp: Remove empty atomisp_css_set_cont_prev_start_time() function
Hans de Goede
4
-16
/
+0
2022-09-24
media: atomisp: Remove some further ATOMISP_ACC_* related dead code
Hans de Goede
4
-57
/
+0
2022-09-24
media: atomisp: Remove the ACC device node
Hans de Goede
8
-120
/
+16
2022-09-24
media: atomisp: Remove never set file_input flag
Hans de Goede
4
-83
/
+28
2022-09-24
media: atomisp: Remove the outq videobuf queue
Hans de Goede
3
-68
/
+4
2022-09-24
media: atomisp: Remove atomisp_file_fops and atomisp_file_ioctl_ops
Hans de Goede
6
-237
/
+0
2022-09-24
media: atomisp: Remove file-injection support
Hans de Goede
9
-347
/
+8
2022-09-24
media: atomisp: Fix device_caps reporting of the registered video-devs
Hans de Goede
1
-17
/
+7
2022-09-24
media: atomisp: Ensure that USERPTR pointers are page aligned
Hans de Goede
1
-0
/
+6
2022-09-24
media: atomisp: hmm_bo: Drop PFN code path from alloc_user_pages()
Hans de Goede
2
-43
/
+6
2022-09-24
media: atomisp: hmm_bo: Rewrite free_private_pages() using pages_array helper...
Hans de Goede
1
-22
/
+4
2022-09-24
media: atomisp: hmm_bo: Rewrite alloc_private_pages() using pages_array helpe...
Hans de Goede
1
-28
/
+20
2022-09-24
media: atomisp: hmm_bo: Further simplify alloc_private_pages()
Hans de Goede
1
-23
/
+6
2022-09-24
media: atomisp: hmm_bo: Simplify alloc_private_pages()
Hans de Goede
2
-76
/
+10
2022-09-24
media: atomisp: Make atomisp_try_fmt_cap() take padding into account
Hans de Goede
1
-0
/
+7
2022-09-24
media: atomisp: Fix VIDIOC_TRY_FMT
Hans de Goede
1
-2
/
+2
[next]