index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
/
atomisp
/
pci
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-29
media: atomisp: Fix incorrect snprintf format specifiers for signed integers
Colin Ian King
1
-2
/
+2
2025-08-25
media: staging: atomisp: Drop custom .unsubscribe_event() handler
Laurent Pinchart
1
-8
/
+1
2025-07-31
Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
35
-849
/
+168
2025-07-28
staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int()
Kees Cook
1
-4
/
+5
2025-07-08
media: atomisp: Remove custom sysfs attributes from atomisp_drvfs.c
Abdelrahman Fekry
3
-174
/
+0
2025-07-08
media: atomisp: Fix premature setting of HMM_BO_DEVICE_INITED flag
Abdelrahman Fekry
1
-3
/
+2
2025-07-08
media: atomisp: Remove debug sysfs attributes active_bo and free_bo
Abdelrahman Fekry
1
-91
/
+0
2025-07-08
media: atomisp: Remove no more used macros from math_support.h
Andy Shevchenko
1
-5
/
+0
2025-07-08
media: atomisp: Replace macros from math_support.h
Andy Shevchenko
15
-66
/
+77
2025-07-08
media: atomisp: Remove unused header
Andy Shevchenko
3
-161
/
+0
2025-07-08
media: atomisp: Fix ia_css_vf.host.c coding style
Pablo
1
-2
/
+1
2025-07-08
media: atomisp: Switch to int3472 driver sensor GPIO mapping code
Hans de Goede
3
-225
/
+26
2025-07-08
media: atomisp: Fix "stop stream timeout." error
Hans de Goede
4
-26
/
+4
2025-07-08
media: atomisp: Always free MIPI / CSI-receiver buffers from ia_css_uninit()
Hans de Goede
6
-45
/
+0
2025-07-08
media: atomisp: Stop pipeline on atomisp_css_start() failure
Hans de Goede
1
-0
/
+1
2025-07-08
media: atomisp: Properly stop the ISP stream on sensor streamon errors
Hans de Goede
1
-16
/
+22
2025-07-08
media: atomisp: Move atomisp_stop_streaming() above atomisp_start_streaming()
Hans de Goede
1
-74
/
+74
2025-05-05
media: atomisp: Add support for sensors with a separate ISP v4l2_subdev
Hans de Goede
4
-11
/
+65
2025-05-05
media: atomisp: Avoid deadlock with sensor subdevs with state_lock set
Hans de Goede
1
-2
/
+9
2025-05-05
media: atomisp: Rename camera to sensor
Hans de Goede
6
-45
/
+46
2025-05-05
media: atomisp: Remove compat ioctl32 header file
Hardevsinh Palaniya
2
-248
/
+0
2025-05-05
media: atomisp: gmin: Fix indentation to use TAB instead of spaces
Thomas Andreatta
1
-2
/
+2
2025-05-05
media: atomisp: gmin: Remove duplicate NULL test
Abraham Samuel Adekunle
1
-1
/
+1
2025-05-05
media: atomisp: Fix indentation to use TAB instead of spaces
Gabriel Shahrouzi
1
-1
/
+1
2025-05-05
media: atomisp: Fix spelling error in ia_css_sdis2_types.h
Liu Jing
1
-1
/
+1
2025-05-05
media: atomisp: Use the actual value of the enum instead of the enum
Ricardo Ribalda
1
-1
/
+1
2025-05-05
media: atomisp: Avoid picking too big sensor resolution
Hans de Goede
1
-3
/
+8
2025-05-05
media: atomisp: gmin: Remove GPIO driven regulator support
Hans de Goede
1
-69
/
+0
2025-05-05
media: atomisp: Remove gmin_platform Asus T100TA quirks
Hans de Goede
1
-17
/
+0
2025-04-30
media: staging: atomisp/starfive: use (t,l)/wxh format for rectangle
Hans Verkuil
1
-2
/
+2
2025-04-25
media: atomisp: Fix Wformat-truncation warning
Ricardo Ribalda
1
-1
/
+2
2025-03-06
staging: media: sdis: move open braces to the previous line
Santiago Ruano Rincón
1
-4
/
+2
2025-03-06
staging: media: sdis: move open brace to a new line
Santiago Ruano Rincón
1
-1
/
+2
2025-03-05
media: atomisp: Remove vidioc_g/s callback
Ricardo Ribalda
1
-2
/
+0
2025-03-05
media: atomisp: Replace queryctrl with query_ext_ctrl
Ricardo Ribalda
1
-15
/
+18
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
1
-2
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-07
media: atomisp: Add check for rgby_data memory allocation failure
Li Huafei
1
-0
/
+2
2024-11-07
media: atomisp: remove redundant re-checking of err
Colin Ian King
1
-3
/
+0
2024-11-07
media: atomisp: Fix spelling errors reported by codespell
Everest K.C.
1
-4
/
+4
2024-11-07
media: atomisp: Remove License information boilerplate
Andy Shevchenko
584
-5301
/
+0
2024-11-07
media: atomisp: Fix typos in comment
Yu Jiaoliang
5
-5
/
+5
2024-11-07
media: atomisp: Fix WARN_ON() in vb2_start_streaming() triggering
Hans de Goede
1
-1
/
+4
2024-10-28
staging: media: drop vb2_ops_wait_prepare/finish
Hans Verkuil
1
-2
/
+0
2024-10-16
media: atomisp: Replace ternary operator with if
Ricardo Ribalda
1
-2
/
+4
2024-09-26
Merge tag 'staging-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2024-09-23
Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
21
-277
/
+168
2024-09-11
minmax: reduce min/max macro expansion in atomisp driver
Lorenzo Stoakes
1
-7
/
+19
2024-09-10
media: atomisp: Use clamp() in ia_css_eed1_8_vmem_encode()
Christophe JAILLET
1
-12
/
+8
2024-09-10
media: atomisp: Fix eed1_8 code assigning signed values to an unsigned variable
Hans de Goede
2
-3
/
+5
[next]