| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-03 | crypto: img-hash - drop redundant return variable | Thorsten Blum | 1 | -4/+1 |
| 2026-04-03 | crypto: img-hash - use list_first_entry_or_null to simplify digest | Thorsten Blum | 1 | -15/+6 |
| 2026-02-07 | crypto: img-hash - Use unregister_ahashes in img_{un}register_algs | Thorsten Blum | 1 | -14/+7 |
| 2025-08-26 | crypto: md5 - Wrap library and add HMAC support | Eric Biggers | 1 | -1/+1 |
| 2025-07-31 | Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-18 | crypto: img-hash - Fix dma_unmap_sg() nents value | Thomas Fourier | 1 | -1/+1 |
| 2025-07-14 | crypto: sha1 - Wrap library and add HMAC support | Eric Biggers | 1 | -1/+1 |
| 2025-07-04 | crypto: sha256 - Wrap library and add HMAC support | Eric Biggers | 1 | -2/+2 |
| 2025-04-16 | crypto: img-hash - use API helpers to setup fallback request | Ovidiu Panait | 1 | -18/+23 |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-08-30 | crypto: img-hash - use devm_clk_get_enabled() helpers | Chunhai Guo | 1 | -18/+3 |
| 2023-10-27 | crypto: img-hash - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring | 1 | -2/+2 |
| 2023-03-31 | crypto: img-hash - Fix img_hash_match unused warning | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-24 | crypto: drivers - remove unnecessary (void*) conversions | Yu Zhe | 1 | -1/+1 |
| 2023-03-24 | crypto: img-hash - Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+1 |
| 2023-02-13 | crypto: img-hash - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-03 | crypto: img-hash - Fix sparse endianness warning | Herbert Xu | 1 | -4/+4 |
| 2022-12-09 | crypto: img-hash - Fix variable dereferenced before check 'hdev->req' | Gaosheng Cui | 1 | -2/+6 |
| 2021-09-17 | crypto: img-hash - remove need for error return variable ret | Colin Ian King | 1 | -6/+1 |
| 2021-04-16 | crypto: img-hash - Remove redundant dev_err call in img_hash_probe() | YueHaibing | 1 | -3/+0 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+2 |
| 2020-08-20 | crypto: algapi - Remove skbuff.h inclusion | Herbert Xu | 1 | -0/+1 |
| 2020-06-26 | crypto: img-hash - remove redundant initialization of variable err | Colin Ian King | 1 | -1/+1 |
| 2020-02-22 | crypto: img-hash - Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-12-27 | crypto: img-hash - Use dma_request_chan instead dma_request_slave_channel | Peter Ujfalusi | 1 | -3/+3 |
| 2019-08-09 | crypto: img-hash - use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-08-09 | crypto: drivers - Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -1/+0 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2017-08-03 | crypto: img-hash - remove unnecessary static in img_hash_remove() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2017-05-23 | crypto: img-hash - Handle return value of clk_prepare_enable | Arvind Yadav | 1 | -2/+10 |
| 2017-01-23 | crypto: img-hash - use dma_data_direction when calling dma_map_sg | Nicolas Iooss | 1 | -2/+2 |
| 2016-08-09 | crypto: img-hash - Fix set_reqsize call | Will Thomas | 1 | -0/+1 |
| 2016-08-09 | crypto: img-hash - log a successful probe | James Hartley | 1 | -1/+1 |
| 2016-08-09 | crypto: img-hash - Add support for export and import | James Hartley | 1 | -6/+63 |
| 2016-08-09 | crypto: img-hash - Add suspend resume hooks for img hash | Govindraj Raja | 1 | -0/+27 |
| 2016-08-09 | crypto: img-hash - Reconfigure DMA Burst length | Will Thomas | 1 | -1/+2 |
| 2016-08-09 | crypto: img-hash - Fix hash request context | Will Thomas | 1 | -1/+3 |
| 2016-08-09 | crypto: img-hash - Fix null pointer exception | Will Thomas | 1 | -1/+1 |
| 2015-08-04 | crypto: img-hash - fix spelling mistake in dev_err error message | Colin Ian King | 1 | -1/+1 |
| 2015-03-23 | crypto: img-hash - shift wrapping bug in img_hash_hw_init() | Dan Carpenter | 1 | -1/+1 |
| 2015-03-23 | crypto: img-hash - fix some compile warnings | Dan Carpenter | 1 | -2/+1 |
| 2015-03-17 | linux-next: build failure after merge of the crypto tree | Herbert Xu | 1 | -1/+1 |
| 2015-03-16 | crypto: img-hash - Add Imagination Technologies hw hash accelerator | James Hartley | 1 | -0/+1030 |