aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media/atomisp/pci
AgeCommit message (Expand)AuthorFilesLines
2026-07-15media: atomisp: Demote all broken kernel-doc commentsRicardo Ribalda49-189/+194
2026-05-20media: atomisp: use kmalloc_objs for array allocationsPedro Pontes1-27/+30
2026-05-20staging: media: atomisp: fix map and vmap leaks in stat buffer allocationHuihui Huang1-3/+12
2026-05-20media: atomisp: style fix for trailing statementsTimo Röhling1-3/+6
2026-05-20staging: media: atomisp: fix indentation in bh host filesLiangCheng Wang2-18/+10
2026-05-20staging: media: atomisp: use designated initializer in anr configLiangCheng Wang1-3/+3
2026-05-20staging: media: atomisp: fix indentation in anr filesLiangCheng Wang4-43/+24
2026-05-20staging: media: atomisp: improve kernel-doc for ia_css_aa_configLiangCheng Wang1-3/+5
2026-05-20staging: media: atomisp: Remove return from end of void function in gdc.cAdrian Barnaś1-1/+0
2026-05-20staging: media: atomisp: Whitespaces style cleanup in gdc.cAdrian Barnaś1-13/+8
2026-05-20media: atomisp: Use string choices helpersChelsy Ratnawat5-7/+12
2026-05-20staging: media: atomisp: use array3_size() for overflow-safe allocationFeng Ning3-19/+31
2026-05-20staging: media: atomisp: use __func__ in debug message in atomisp_cmd.cOskar Ray-Frayssinet1-1/+1
2026-05-20staging: media: atomisp: remove unnecessary else after return in atomisp_cmd.cOskar Ray-Frayssinet1-2/+2
2026-05-20staging: media: atomisp: use kmalloc_array() for sh_css_blob_infoLin YuChen1-3/+3
2026-05-20staging: media: atomisp: hmm: remove unnecessary castsZile Xiong1-4/+2
2026-05-20media: atomisp: Drop unused includeAndy Shevchenko1-1/+0
2026-05-20staging: media: atomisp: reduce load_primary_binaries() stack usageArnd Bergmann1-3/+3
2026-05-20staging: media: atomisp: improve cleanup robustness in ia_css_stream_destroy_isp2401()Jose A. Perez de Azpillaga1-14/+13
2026-05-20staging: media: atomisp: extract ISP2401 cleanup into helper functionJose A. Perez de Azpillaga1-43/+46
2026-05-20staging: media: atomisp: fix loop shadowing in ia_css_stream_destroy()Jose A. Perez de Azpillaga1-4/+4
2026-05-20staging: media: atomisp: use umin() for strscpy size argumentsMichael Ugrin1-7/+4
2026-05-20media: atomisp: avoid ACPI package count underflow in gmin_cfg_get_dsmMohamad El Harake1-1/+1
2026-05-20media: atomisp: remove redundant call to ia_css_output0_configure()Jose A. Perez de Azpillaga1-3/+0
2026-05-20media: atomisp: gate ref and tnr frame config behind ISP enable flagsJose A. Perez de Azpillaga1-19/+19
2026-05-20staging: media: atomisp: pci: fix split GP_TIMER_BASE declarationAnushka Badhe1-2/+1
2026-05-20staging: media: atomisp: replace uint32_t with u32Abinash Singh2-15/+15
2026-05-20media: atomisp: replace ia_css_region with v4l2_rectKarthikey Kadati3-83/+67
2026-05-20media: atomisp: Fix block comment coding style in sh_css_param_shading.cMahad Ibrahim1-6/+12
2026-05-20media: atomisp: Convert comments to kernel-docMahad Ibrahim1-32/+27
2026-05-20media: atomisp: Fix erroneous parameter descriptionsMahad Ibrahim1-2/+0
2026-05-20media: atomisp: Fix block comment coding styleMahad Ibrahim1-34/+40
2026-05-20media: atomisp: Fix function signature alignmentMahad Ibrahim1-14/+5
2026-05-20media: atomisp: Remove redundant return statementMahad Ibrahim1-1/+0
2026-05-20media: atomisp: Fix alloc_pages_bulk() failed errorsHans de Goede1-6/+15
2026-05-20media: atomisp: Fix memory leak in atomisp_fixed_pattern_table()Zilin Guan1-4/+2
2026-05-20staging: media: atomisp: fix block comment style in atomisp_cmd.cEthan Lam1-21/+39
2026-05-20media: staging: atomisp: Remove unnecessary return statement in void functionTomasz Unger1-1/+0
2026-05-20staging: media: atomisp: Kill OP_std_modadd() macroAndy Shevchenko4-19/+5
2026-05-20staging: media: atomisp: Fix braces on incorrect linesMatt Wardle7-58/+29
2026-05-20staging: media: atomisp: Fix function indentation and bracesMatt Wardle6-58/+52
2026-05-20staging: media: atomisp: Remove braces for single statement blocksMatt Wardle23-93/+53
2026-05-20staging: media: atomisp: replace sprintf() with strscpy()Tomasz Unger1-1/+1
2026-05-20staging: media: atomisp: Fix spelling mistakes in commentsTomasz Unger4-10/+10
2026-03-11staging: media: atomisp: Disallow all private IOCTLsSakari Ailus1-0/+4
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-14/+8
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-14/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-23/+23
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-56/+59
2026-01-14staging: media: atomisp: fix trailing statementArjun Changla1-1/+2