| Age | Commit message (Expand) | Author |
| 2026-08-19 | Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
| 2026-07-27 | crypto: drivers - Remove redundant dev_err()/dev_err_probe() | Pan Chuang |
| 2026-07-17 | crypto: atmel-tdes - drop redundant if check in crypt_dma_stop | Thorsten Blum |
| 2026-07-17 | crypto: atmel-tdes - drop redundant return variable in crypt_pdc_stop | Thorsten Blum |
| 2026-07-17 | crypto: atmel-tdes - use __get_free_page in buff_init | Thorsten Blum |
| 2026-07-17 | crypto: atmel-tdes - simplify fast path in crypt_start | Thorsten Blum |
| 2026-07-05 | crypto: atmel-tdes - use scatterlist length before DMA mapping | Thorsten Blum |
| 2026-07-03 | Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f... | Uwe Kleine-König (The Capable Hub) |
| 2026-03-15 | crypto: atmel-tdes - fix DMA sync direction | Thorsten Blum |
| 2026-02-06 | crypto: atmel - Use unregister_{aeads,ahashes,skciphers} | Thorsten Blum |
| 2025-09-13 | crypto: atmel - Fix dma_unmap_sg() direction | Thomas Fourier |
| 2025-04-16 | crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flag | Zixun LI |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König |
| 2024-10-05 | crypto: drivers - Correct multiple typos in comments | Shen Lichuan |
| 2023-12-08 | crypto: atmel - Remove cfb and ofb | Herbert Xu |
| 2023-10-27 | crypto: atmel-tdes - Convert to platform remove callback returning void | Uwe Kleine-König |
| 2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring |
| 2023-07-20 | crypto: atmel-tdes - Use devm_platform_get_and_ioremap_resource() | Yangtao Li |
| 2023-04-06 | crypto: atmel-tdes - Detecting in-place operations with two sg lists | Ryan Wanner |
| 2023-02-13 | crypto: atmel - Use request_complete helpers | Herbert Xu |
| 2022-07-15 | crypto: atmel-tdes - initialize tdes_dd while declaring | Claudiu Beznea |
| 2022-07-15 | crypto: atmel-tdes - Drop if with an always false condition | Uwe Kleine-König |
| 2022-02-11 | crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoC | Tudor Ambarus |
| 2021-07-30 | crypto: atmel - Set OFB's blocksize to 1 | Tudor Ambarus |
| 2021-07-30 | crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraint | Tudor Ambarus |
| 2021-07-30 | crypto: atmel-tdes - Handle error messages | Tudor Ambarus |
| 2021-07-30 | crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfm | Tudor Ambarus |
| 2021-04-16 | crypto: atmel-tdes - Remove redundant dev_err call in atmel_tdes_probe() | YueHaibing |
| 2020-10-02 | crypto: atmel-tdes - use semicolons rather than commas to separate statements | Julia Lawall |
| 2020-01-22 | crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data | Tudor Ambarus |
| 2019-12-20 | crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds | Tudor Ambarus |
| 2019-12-20 | crypto: atmel-{sha,tdes} - Print warn message even when deferring | Tudor Ambarus |
| 2019-12-20 | crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() | Tudor Ambarus |
| 2019-12-20 | crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver data | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-{aes,tdes} - Do not save IV for ECB mode | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-tdes - Drop unnecessary passing of tfm | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-tdes - Map driver data flags to Mode Register | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-tdes - Remove useless write in Control Register | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-{aes,sha,tdes} - Rename labels in probe() | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init() | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-tdes - Remove unused header includes | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-{sha,tdes} - Change algorithm priorities | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-tdes - Constify value to write to hw | Tudor Ambarus |
| 2019-12-11 | crypto: atmel-tdes - Retire dma_request_slave_channel_compat() | Peter Ujfalusi |
| 2019-11-22 | crypto: atmel-tdes - Set the IV after {en,de}crypt | Tudor Ambarus |
| 2019-11-17 | crypto: atmel-tdes - switch to skcipher API | Ard Biesheuvel |
| 2019-08-22 | crypto: atmel/des - switch to new verification routines | Ard Biesheuvel |