| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-27 | crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/remove | Thorsten Blum | 1 | -17/+10 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2025-04-16 | crypto: s5p-sss - Add missing header inclusions | Herbert Xu | 1 | -13/+11 |
| 2025-03-02 | crypto: s5p-sss - use the new scatterwalk functions | Eric Biggers | 1 | -27/+11 |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-10-27 | crypto: s5p-sss - remove unnecessary alignmask for ahashes | Eric Biggers | 1 | -6/+0 |
| 2023-10-27 | crypto: s5p-sss - 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 | -1/+0 |
| 2023-02-13 | crypto: s5p-sss - Use request_complete helpers | Herbert Xu | 1 | -4/+4 |
| 2022-07-15 | crypto: s5p-sss - Drop if with an always false condition | Uwe Kleine-König | 1 | -3/+0 |
| 2021-10-29 | crypto: s5p-sss - Add error handling in s5p_aes_probe() | Tang Bin | 1 | -0/+2 |
| 2021-04-22 | crypto: s5p-sss - consistently use local 'dev' variable in probe() | Krzysztof Kozlowski | 1 | -2/+2 |
| 2021-04-22 | crypto: s5p-sss - remove unneeded local variable initialization | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-04-22 | crypto: s5p-sss - simplify getting of_device_id match data | Krzysztof Kozlowski | 1 | -6/+3 |
| 2021-03-07 | crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSS | Krzysztof Kozlowski | 1 | -1/+1 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+2 |
| 2020-09-11 | crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferral | Krzysztof Kozlowski | 1 | -8/+7 |
| 2020-09-11 | crypto: s5p-sss - Add and fix kerneldoc | Krzysztof Kozlowski | 1 | -3/+4 |
| 2020-09-11 | crypto: s5p-sss - remove redundant null check | Xu Wang | 1 | -4/+2 |
| 2020-05-08 | crypto: s5p-sss - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -33/+6 |
| 2020-02-22 | crypto: s5p-sss - Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-11-17 | crypto: s5p - switch to skcipher API | Ard Biesheuvel | 1 | -98/+89 |
| 2019-08-30 | crypto: s5p - use correct block size of 1 for ctr(aes) | Ard Biesheuvel | 1 | -1/+1 |
| 2019-08-30 | crypto: s5p - deal gracefully with bogus input sizes | Ard Biesheuvel | 1 | -1/+4 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
| 2019-03-07 | crypto: s5p-sss - fix AES support for Exynos5433 | Kamil Konieczny | 1 | -1/+1 |
| 2019-02-28 | crypto: s5p - add AES support for Exynos5433 | Kamil Konieczny | 1 | -4/+46 |
| 2019-02-28 | crypto: s5p - update iv after AES-CBC op end | Kamil Konieczny | 1 | -0/+8 |
| 2019-02-28 | crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number | Krzysztof Kozlowski | 1 | -2/+4 |
| 2018-09-28 | crypto: s5p-sss: Add aes-ctr support | Christoph Manszewski | 1 | -5/+40 |
| 2018-09-28 | crypto: s5p-sss: Minor code cleanup | Christoph Manszewski | 1 | -37/+17 |
| 2018-09-28 | crypto: s5p-sss: Fix Fix argument list alignment | Christoph Manszewski | 1 | -2/+2 |
| 2018-09-28 | crypto: s5p-sss: Fix race in error handling | Christoph Manszewski | 1 | -5/+7 |
| 2018-07-09 | crypto: ahash - remove useless setting of type flags | Eric Biggers | 1 | -6/+3 |
| 2018-03-09 | crypto: s5p-sss - Constify pointed data (arguments and local variables) | Krzysztof Kozlowski | 1 | -14/+17 |
| 2018-03-09 | crypto: s5p-sss - Remove useless check for non-null request | Krzysztof Kozlowski | 1 | -3/+0 |
| 2018-02-15 | crypto: s5p-sss - Fix kernel Oops in AES-ECB mode | Kamil Konieczny | 1 | -3/+9 |
| 2018-01-18 | crypto: s5p-sss - Add SPDX license identifier | Krzysztof Kozlowski | 1 | -14/+10 |
| 2017-11-29 | crypto: s5p-sss - Remove a stray tab | Dan Carpenter | 1 | -1/+1 |
| 2017-11-03 | crypto: s5p-sss - Add HASH support for Exynos | Kamil Konieczny | 1 | -10/+1396 |
| 2017-11-03 | crypto: s5p-sss - Change spaces to tabs | Kamil Konieczny | 1 | -85/+85 |
| 2017-03-24 | crypto: s5p-sss - Document the struct s5p_aes_dev | Krzysztof Kozlowski | 1 | -1/+26 |
| 2017-03-24 | crypto: s5p-sss - Remove unused variant field from state container | Krzysztof Kozlowski | 1 | -3/+0 |
| 2017-03-24 | crypto: s5p-sss - Close possible race for completed requests | Krzysztof Kozlowski | 1 | -2/+3 |
| 2017-03-09 | crypto: s5p-sss - Fix spinlock recursion on LRW(AES) | Krzysztof Kozlowski | 1 | -45/+82 |
| 2017-03-08 | crypto: s5p-sss - Fix completing crypto request in IRQ handler | Krzysztof Kozlowski | 1 | -2/+3 |
| 2016-05-31 | crypto: s5p-sss - Use consistent indentation for variables and members | Krzysztof Kozlowski | 1 | -40/+40 |
| 2016-04-28 | crypto: s5p-sss - fix incorrect usage of scatterlists api | Marek Szyprowski | 1 | -3/+3 |
| 2016-04-25 | crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks | Krzysztof Kozlowski | 1 | -14/+39 |
| 2016-04-25 | crypto: s5p-sss - Use common BIT macro | Krzysztof Kozlowski | 1 | -48/+47 |
| 2016-04-20 | crypto: s5p-sss - Remove useless hash interrupt handler | Krzysztof Kozlowski | 1 | -28/+6 |
| 2016-04-20 | crypto: s5p-sss - Fix use after free of copied input buffer in error path | Krzysztof Kozlowski | 1 | -1/+0 |
| 2016-04-05 | crypto: s5p-sss - Sort the headers to improve readability | Krzysztof Kozlowski | 1 | -10/+10 |
| 2016-04-05 | crypto: s5p-sss - Handle unaligned buffers | Krzysztof Kozlowski | 1 | -12/+138 |
| 2016-04-05 | crypto: s5p-sss - Minor coding cleanups | Krzysztof Kozlowski | 1 | -8/+7 |
| 2016-01-25 | crypto: s5p-sss - Use memcpy_toio for iomem annotated memory | Krzysztof Koz?owski | 1 | -2/+2 |
| 2016-01-25 | crypto: s5p-sss - Fix minor coding style violations | Krzysztof Koz?owski | 1 | -4/+4 |
| 2014-10-20 | crypto: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-05-13 | crypto: s5p-sss - fix multiplatform build | Arnd Bergmann | 1 | -3/+0 |
| 2014-05-08 | crypto: s5p-sss - Look for the next request in the queue | Naveen Krishna Chatradhi | 1 | -5/+12 |
| 2014-05-08 | crypto: s5p-sss - Use clk_prepare/clk_unprepare | Naveen Krishna Chatradhi | 1 | -3/+7 |
| 2014-05-08 | crypto: s5p-sss - validate iv before memcpy | Naveen Krishna Chatradhi | 1 | -1/+2 |
| 2014-05-08 | crypto: s5p-sss - Add support for SSS module on Exynos | Naveen Krishna Chatradhi | 1 | -24/+83 |
| 2014-05-08 | crypto: s5p-sss - Add device tree support | Naveen Krishna Chatradhi | 1 | -0/+8 |
| 2014-05-08 | crypto: s5p-sss - Use platform_get_irq() instead of _byname() | Naveen Krishna Chatradhi | 1 | -12/+12 |
| 2014-02-27 | crypto: s5p-sss - Use devm_ioremap_resource() | Jingoo Han | 1 | -9/+4 |
| 2013-05-24 | crypto: s5p-sss: Remove redundant platform_set_drvdata() | Sachin Kamat | 1 | -2/+0 |
| 2013-01-20 | crypto: s5p-sss - Use devm_clk_get() | Jingoo Han | 1 | -3/+1 |
| 2012-11-09 | crypto: s5p-sss - Fix compilation error | Sachin Kamat | 1 | -1/+1 |
| 2012-08-01 | crypto: drivers - remove cra_list initialization | Jussi Kivilinna | 1 | -1/+0 |
| 2012-01-13 | crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag | Nikos Mavrogiannopoulos | 1 | -2/+4 |
| 2011-11-30 | crypto: convert drivers/crypto/* to use module_platform_driver() | Axel Lin | 1 | -12/+1 |
| 2011-04-08 | crypto: s5p-sss - add S5PV210 advanced crypto engine support | Vladimir Zapolskiy | 1 | -0/+701 |