Age | Commit message (Expand) | Author |
2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2024-10-05 | crypto: amlogic - Remove redundant assignment and error messages | Tang Bin |
2024-08-30 | crypto: amlogic - Remove unused declaration meson_enqueue() | Yue Haibing |
2023-12-29 | crypto: amlogic - Use helper to set reqsize | Ovidiu Panait |
2023-10-27 | crypto: amlogic-gxl-core - Convert to platform remove callback returning void | Uwe Kleine-König |
2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring |
2023-08-18 | crypto: amlogic - Use new crypto_engine_op interface | Herbert Xu |
2023-08-18 | crypto: amlogic - Remove prepare/unprepare request | Herbert Xu |
2022-12-02 | crypto: amlogic - Remove kcalloc without check | Christophe JAILLET |
2022-08-26 | crypto: amlogic - Fix dma_map_sg error check | Jack Wang |
2022-03-03 | crypto: amlogic - call finalize with bh disabled | Corentin Labbe |
2021-03-26 | crypto: amlogic - Fix the parameter of dma_unmap_sg() | Xiang Chen |
2021-03-07 | crypto: amlogic - Fix unnecessary check in meson_crypto_probe() | Tang Bin |
2020-09-25 | crypto: amlogic - Convert to DEFINE_SHOW_ATTRIBUTE | Qinglang Miao |
2020-09-04 | crypto: amlogic - Fix endianness marker | Herbert Xu |
2020-09-04 | crypto: amlogic - use kfree_sensitive() | Denis Efremov |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-07-16 | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka |
2020-07-16 | crypto: amlogic-gxl - permit async skcipher as fallback | Ard Biesheuvel |
2020-07-16 | crypto: amlogic-gxl - default to build as module | Ard Biesheuvel |
2020-04-16 | crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe() | Tang Bin |
2020-01-16 | crypto: amlogic - fix removal of module | Corentin Labbe |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers |
2019-12-20 | crypto: amlogic - add unspecified HAS_IOMEM dependency | Brendan Higgins |
2019-11-22 | crypto: amlogic - enable working on big endian kernel | Corentin Labbe |
2019-11-17 | crypto: amlogic - fix two resources leak | Corentin Labbe |
2019-11-08 | crypto: amlogic - ensure error variable err is set before returning it | Colin Ian King |
2019-11-08 | crypto: amlogic - Use kmemdup in meson_aes_setkey() | YueHaibing |
2019-11-01 | crypto: skcipher - rename the crypto_blkcipher module and kconfig option | Eric Biggers |
2019-10-26 | crypto: amlogic - Add crypto accelerator for amlogic GXL | Corentin Labbe |