index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
/
atomisp
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-15
media: atomisp: Demote all broken kernel-doc comments
Ricardo Ribalda
49
-189
/
+194
2026-05-20
media: atomisp: use kmalloc_objs for array allocations
Pedro Pontes
1
-27
/
+30
2026-05-20
staging: media: atomisp: fix map and vmap leaks in stat buffer allocation
Huihui Huang
1
-3
/
+12
2026-05-20
media: atomisp: style fix for trailing statements
Timo Röhling
1
-3
/
+6
2026-05-20
staging: media: atomisp: fix indentation in bh host files
LiangCheng Wang
2
-18
/
+10
2026-05-20
staging: media: atomisp: use designated initializer in anr config
LiangCheng Wang
1
-3
/
+3
2026-05-20
staging: media: atomisp: fix indentation in anr files
LiangCheng Wang
4
-43
/
+24
2026-05-20
staging: media: atomisp: improve kernel-doc for ia_css_aa_config
LiangCheng Wang
1
-3
/
+5
2026-05-20
staging: media: atomisp: Remove return from end of void function in gdc.c
Adrian Barnaś
1
-1
/
+0
2026-05-20
staging: media: atomisp: Whitespaces style cleanup in gdc.c
Adrian Barnaś
1
-13
/
+8
2026-05-20
media: atomisp: Use string choices helpers
Chelsy Ratnawat
5
-7
/
+12
2026-05-20
staging: media: atomisp: use array3_size() for overflow-safe allocation
Feng Ning
3
-19
/
+31
2026-05-20
staging: media: atomisp: use __func__ in debug message in atomisp_cmd.c
Oskar Ray-Frayssinet
1
-1
/
+1
2026-05-20
staging: media: atomisp: remove unnecessary else after return in atomisp_cmd.c
Oskar Ray-Frayssinet
1
-2
/
+2
2026-05-20
staging: media: atomisp: use kmalloc_array() for sh_css_blob_info
Lin YuChen
1
-3
/
+3
2026-05-20
staging: media: atomisp: hmm: remove unnecessary casts
Zile Xiong
1
-4
/
+2
2026-05-20
media: atomisp: Drop unused include
Andy Shevchenko
1
-1
/
+0
2026-05-20
staging: media: atomisp: reduce load_primary_binaries() stack usage
Arnd Bergmann
1
-3
/
+3
2026-05-20
staging: media: atomisp: improve cleanup robustness in ia_css_stream_destroy_isp2401()
Jose A. Perez de Azpillaga
1
-14
/
+13
2026-05-20
staging: media: atomisp: extract ISP2401 cleanup into helper function
Jose A. Perez de Azpillaga
1
-43
/
+46
2026-05-20
staging: media: atomisp: fix loop shadowing in ia_css_stream_destroy()
Jose A. Perez de Azpillaga
1
-4
/
+4
2026-05-20
staging: media: atomisp: use umin() for strscpy size arguments
Michael Ugrin
1
-7
/
+4
2026-05-20
media: atomisp: avoid ACPI package count underflow in gmin_cfg_get_dsm
Mohamad El Harake
1
-1
/
+1
2026-05-20
media: atomisp: remove redundant call to ia_css_output0_configure()
Jose A. Perez de Azpillaga
1
-3
/
+0
2026-05-20
media: atomisp: gate ref and tnr frame config behind ISP enable flags
Jose A. Perez de Azpillaga
1
-19
/
+19
2026-05-20
staging: media: atomisp: pci: fix split GP_TIMER_BASE declaration
Anushka Badhe
1
-2
/
+1
2026-05-20
staging: media: atomisp: replace uint32_t with u32
Abinash Singh
2
-15
/
+15
2026-05-20
media: atomisp: replace ia_css_region with v4l2_rect
Karthikey Kadati
3
-83
/
+67
2026-05-20
media: atomisp: Fix block comment coding style in sh_css_param_shading.c
Mahad Ibrahim
1
-6
/
+12
2026-05-20
media: atomisp: Convert comments to kernel-doc
Mahad Ibrahim
1
-32
/
+27
2026-05-20
media: atomisp: Fix erroneous parameter descriptions
Mahad Ibrahim
1
-2
/
+0
2026-05-20
media: atomisp: Fix block comment coding style
Mahad Ibrahim
1
-34
/
+40
2026-05-20
media: atomisp: Fix function signature alignment
Mahad Ibrahim
1
-14
/
+5
2026-05-20
media: atomisp: Remove redundant return statement
Mahad Ibrahim
1
-1
/
+0
2026-05-20
media: atomisp: Fix alloc_pages_bulk() failed errors
Hans de Goede
1
-6
/
+15
2026-05-20
media: atomisp: Fix memory leak in atomisp_fixed_pattern_table()
Zilin Guan
1
-4
/
+2
2026-05-20
staging: media: atomisp: fix block comment style in atomisp_cmd.c
Ethan Lam
1
-21
/
+39
2026-05-20
media: staging: atomisp: Remove unnecessary return statement in void function
Tomasz Unger
1
-1
/
+0
2026-05-20
staging: media: atomisp: Kill OP_std_modadd() macro
Andy Shevchenko
4
-19
/
+5
2026-05-20
staging: media: atomisp: Fix braces on incorrect lines
Matt Wardle
7
-58
/
+29
2026-05-20
staging: media: atomisp: Fix function indentation and braces
Matt Wardle
6
-58
/
+52
2026-05-20
staging: media: atomisp: Remove braces for single statement blocks
Matt Wardle
23
-93
/
+53
2026-05-20
staging: media: atomisp: replace sprintf() with strscpy()
Tomasz Unger
1
-1
/
+1
2026-05-20
staging: media: atomisp: Fix spelling mistakes in comments
Tomasz Unger
4
-10
/
+10
2026-03-11
staging: media: atomisp: Disallow all private IOCTLs
Sakari Ailus
1
-0
/
+4
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-14
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
4
-14
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
12
-23
/
+23
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
15
-56
/
+59
2026-01-14
staging: media: atomisp: fix trailing statement
Arjun Changla
1
-1
/
+2
[next]