summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2026-02-06crypto: cesa - Simplify return statement in mv_cesa_dequeue_req_lockedThorsten Blum-7/+1
2026-01-16crypto: octeontx - fix dma_free_coherent() sizeThomas Fourier-1/+2
2025-12-29crypto: octeontx2 - Use sysfs_emit in sysfs show functionsThorsten Blum-2/+3
2025-12-19crypto: octeontx - Fix length check to avoid truncation in ucode_load_storeThorsten Blum-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+4
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-2/+4
2025-11-14crypto: cesa - Simplify with of_device_get_match_data()Krzysztof Kozlowski-5/+2
2025-11-06crypto: octeontx2 - Replace deprecated strcpy in cpt_ucode_load_fwThorsten Blum-2/+3
2025-08-22crypto: octeontx2 - Call strscpy() with correct size argumentThorsten Blum-1/+1
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-65/+184
2025-06-16octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep-14/+14
2025-06-13crypto: octeontx2 - get engine group number for asymmetric engineAmit Singh Tomar-1/+21
2025-06-13crypto: octeontx2 - Rework how engine group number is obtainedAmit Singh Tomar-13/+28
2025-06-13crypto: marvell/cesa - Fix engine load inaccuracyHerbert Xu-3/+6
2025-06-13crypto: octeontx2 - Fix address alignment on CN10KB and CN10KA-B0Bharat Bhushan-15/+44
2025-06-13crypto: octeontx2 - Fix address alignment on CN10K A0/A1 and OcteonTX2Bharat Bhushan-15/+51
2025-06-13crypto: octeontx2 - Fix address alignment issue on ucode loadingBharat Bhushan-14/+21
2025-06-13crypto: octeontx2 - add timeout for load_fvc completion pollBharat Bhushan-2/+14
2025-06-13crypto: marvell/cesa - Remove unnecessary state setting on finalHerbert Xu-4/+1
2025-05-21crypto: marvell/cesa - Do not chain submitted requestsHerbert Xu-25/+39
2025-05-19crypto: octeontx2 - Use dynamic allocated memory region for lmtstBharat Bhushan-38/+123
2025-05-19crypto: octeontx2 - Initialize cptlfs device info onceBharat Bhushan-9/+9
2025-05-14crypto: marvell/cesa - Avoid empty transfer descriptorHerbert Xu-1/+1
2025-05-14crypto: marvell/cesa - Handle zero-length skcipher requestsHerbert Xu-0/+3
2025-04-28crypto: octeontx2 - Simplify multiple return statementsThorsten Blum-24/+10
2025-03-21crypto: lib/Kconfig - hide library optionsArnd Bergmann-2/+2
2025-03-15crypto: octeontx2 - suppress auth failure screaming due to negative testsShashank Gupta-3/+4
2025-03-02crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_typeDr. David Alan Gilbert-13/+0
2025-03-02crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_infoDr. David Alan Gilbert-100/+0
2025-02-09crypto: drivers - Use str_enable_disable-like helpersKrzysztof Kozlowski-3/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-31/+27
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+18
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-53/+27
2024-11-15crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctxKarol Przybylski-12/+12
2024-10-30crypto: marvell - replace deprecated PCI functionsPhilipp Stanner-9/+18
2024-10-19crypto: cesa - use devm_platform_get_and_ioremap_resourceRosen Penev-14/+1
2024-10-19crypto: cesa - remove irq_set_affinity_hintRosen Penev-7/+2
2024-10-19crypto: cesa - use enabled variants for clk_getRosen Penev-18/+10
2024-10-19crypto: cesa - add COMPILE_TESTRosen Penev-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-10crypto: marvell/cesa - Disable hash algorithmsHerbert Xu-6/+6
2024-09-06crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu-0/+2
2024-08-30crypto: octeontx - Remove unused declaration otx_cpt_callback()Yue Haibing-1/+0
2024-08-24crypto: octeontx2 - Fix authenc setkeyHerbert Xu-164/+90
2024-08-24crypto: octeontx - Fix authenc setkeyHerbert Xu-168/+93
2024-08-17crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu-9/+1
2024-08-17crypto: octeontx - Remove custom swap function in favor of built-in sort swapKuan-Wei Chiu-10/+2