| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-12 | crypto: tegra - fix refcount leak in tegra_se_host1x_submit() | Wentao Liang | 1 | -1/+1 |
| 2026-05-29 | crypto: tegra - Return ENOMEM when input buffer allocation fails for ccm | Herbert Xu | 1 | -3/+2 |
| 2026-05-29 | crypto: tegra - Fix dma_free_coherent size error | Herbert Xu | 1 | -12/+16 |
| 2026-05-22 | crypto: tegra - Don't touch bo refcount in host1x bo pin/unpin | Mikko Perttunen | 1 | -2/+1 |
| 2026-04-15 | Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -0/+12 |
| 2026-03-26 | crypto: tegra - Add missing CRYPTO_ALG_ASYNC | Eric Biggers | 2 | -17/+24 |
| 2026-03-22 | crypto: tegra - Disable softirqs before finalizing request | Herbert Xu | 2 | -0/+12 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+3 |
| 2026-01-13 | host1x: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2025-09-13 | crypto: tegra - Use int type to store negative error codes | Qianfeng Rong | 1 | -1/+2 |
| 2025-08-30 | crypto: tegra - Remove the use of dev_err_probe() | Liao Yuanhong | 1 | -1/+1 |
| 2025-04-16 | crypto: tegra - use API helpers to setup fallback request | Ovidiu Panait | 1 | -25/+27 |
| 2025-04-07 | crypto: tegra - Fix IV usage for AES ECB | Akhil R | 1 | -4/+1 |
| 2025-03-21 | crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() | Nathan Chancellor | 1 | -1/+1 |
| 2025-03-08 | crypto: tegra - Use HMAC fallback when keyslots are full | Akhil R | 1 | -1/+6 |
| 2025-03-08 | crypto: tegra - Reserve keyslots to allocate dynamically | Akhil R | 3 | -22/+164 |
| 2025-03-08 | crypto: tegra - Set IV to NULL explicitly for AES ECB | Akhil R | 1 | -0/+3 |
| 2025-03-08 | crypto: tegra - Fix CMAC intermediate result handling | Akhil R | 1 | -9/+9 |
| 2025-03-08 | crypto: tegra - Fix HASH intermediate result handling | Akhil R | 2 | -52/+98 |
| 2025-03-08 | crypto: tegra - Transfer HASH init function to crypto engine | Akhil R | 3 | -78/+109 |
| 2025-03-08 | crypto: tegra - check return value for hash do_one_req | Akhil R | 2 | -2/+15 |
| 2025-03-08 | crypto: tegra - finalize crypto req on error | Akhil R | 1 | -11/+17 |
| 2025-03-08 | crypto: tegra - Do not use fixed size buffers | Akhil R | 3 | -75/+89 |
| 2025-03-08 | crypto: tegra - Use separate buffer for setkey | Akhil R | 5 | -21/+37 |
| 2024-12-10 | crypto: tegra - do not transfer req when tegra init fails | Chen Ridong | 2 | -4/+10 |
| 2024-10-28 | crypto: tegra - remove unneeded crypto_engine_stop() call | Ovidiu Panait | 1 | -2/+0 |
| 2024-10-28 | crypto: tegra - remove redundant error check on ret | Colin Ian King | 1 | -2/+0 |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-05-31 | crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remo... | Christophe JAILLET | 1 | -1/+0 |
| 2024-04-26 | crypto: tegra - Fix some error codes | Dan Carpenter | 1 | -2/+2 |
| 2024-04-26 | crypto: tegra - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-04-12 | crypto: tegra - Add Tegra Security Engine driver | Akhil R | 6 | -0/+4157 |