| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-28 | crypto: virtio - Convert from tasklet to BH workqueue | Pat Somaru | 2 | -7/+7 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -6/+6 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 3 | -8/+8 |
| 2026-01-31 | crypto: virtio - Replace package id with numa node id | Bibo Mao | 1 | -1/+1 |
| 2026-01-31 | crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_c... | Bibo Mao | 1 | -2/+0 |
| 2026-01-31 | crypto: virtio - Add spinlock protection with virtqueue notification | Bibo Mao | 1 | -0/+5 |
| 2025-07-18 | crypto: engine - remove request batching support | Ovidiu Panait | 1 | -1/+1 |
| 2025-06-23 | crypto: virtio - Remove unused virtcrypto functions | Dr. David Alan Gilbert | 2 | -38/+0 |
| 2025-03-15 | crypto: virtio - Erase some sensitive memory when it is freed | Christophe JAILLET | 1 | -4/+2 |
| 2025-02-22 | crypto: virtio - Drop superfluous [as]kcipher_req pointer | Lukas Wunner | 2 | -10/+7 |
| 2025-02-22 | crypto: virtio - Drop superfluous [as]kcipher_ctx pointer | Lukas Wunner | 2 | -8/+5 |
| 2025-02-22 | crypto: virtio - Drop superfluous ctx->tfm backpointer | Lukas Wunner | 2 | -9/+0 |
| 2025-02-22 | crypto: virtio - Simplify RSA key size caching | Lukas Wunner | 1 | -11/+8 |
| 2025-02-22 | crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop() | Lukas Wunner | 1 | -1/+1 |
| 2024-10-05 | crypto: virtio - Drop sign/verify operations | Lukas Wunner | 1 | -44/+21 |
| 2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko | 1 | -1/+1 |
| 2024-07-17 | virtio_crypto: convert to use virtio_find_vqs_info() | Jiri Pirko | 1 | -19/+12 |
| 2024-05-22 | crypto: virtio - drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-03-15 | Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -8/+6 |
| 2024-02-09 | crypto: virtio - remove duplicate check if queue is broken | Li RongQing | 1 | -2/+0 |
| 2024-02-09 | crypto: virtio/akcipher - Fix stack overflow on memcpy | zhenwei pi | 1 | -2/+3 |
| 2024-01-26 | crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() aft... | Markus Elfring | 1 | -6/+6 |
| 2023-12-22 | crypto: virtio - Wait for tasklet to complete on device remove | wangyangxin | 1 | -0/+3 |
| 2023-12-01 | crypto: virtio - Handle dataq logic with tasklet | Gonglei (Arei) | 2 | -10/+15 |
| 2023-10-18 | virtio-crypto: handle config changed by work queue | zhenwei pi | 2 | -1/+16 |
| 2023-08-18 | crypto: virtio - Use new crypto_engine_op interface | Herbert Xu | 2 | -26/+30 |
| 2023-08-18 | crypto: virtio - Remove prepare/unprepare request | Herbert Xu | 2 | -4/+0 |
| 2023-07-03 | virtio-crypto: call scheduler when we free unused buffs | Xianting Tian | 1 | -0/+1 |
| 2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-10 | crypto: virtio/akcipher - Do not use GFP_ATOMIC when not needed | Christophe JAILLET | 1 | -1/+1 |
| 2022-12-28 | virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session() | Wei Yongjun | 1 | -1/+2 |
| 2022-12-02 | crypto: virtio - Use helper to set reqsize | Herbert Xu | 1 | -2/+3 |
| 2022-09-27 | virtio-crypto: fix memory-leak | lei he | 1 | -0/+4 |
| 2022-05-31 | virtio-crypto: enable retry for virtio-crypto-dev | lei he | 1 | -1/+2 |
| 2022-05-31 | virtio-crypto: adjust dst_len at ops callback | lei he | 1 | -1/+4 |
| 2022-05-31 | virtio-crypto: wait ctrl queue instead of busy polling | zhenwei pi | 4 | -55/+64 |
| 2022-05-31 | virtio-crypto: use private buffer for control request | zhenwei pi | 3 | -45/+79 |
| 2022-05-31 | virtio-crypto: change code style | zhenwei pi | 2 | -52/+58 |
| 2022-03-28 | virtio-crypto: rename skcipher algs | zhenwei pi | 4 | -9/+9 |
| 2022-03-28 | virtio-crypto: implement RSA algorithm | zhenwei pi | 6 | -1/+608 |
| 2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -4/+4 |
| 2021-08-12 | crypto: virtio - Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 1 | -2/+2 |
| 2020-08-21 | crypto: virtio - don't use 'default m' | Ram Muthiah | 1 | -1/+0 |
| 2020-08-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -23/+23 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2 | -7/+7 |
| 2020-08-05 | virtio_crypto: convert to LE accessors | Michael S. Tsirkin | 1 | -23/+23 |
| 2020-07-16 | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka | 1 | -1/+2 |
| 2020-07-09 | crypto: virtio - constify features[] and id_table[] | Rikard Falkeborn | 1 | -2/+2 |
| 2020-06-04 | crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req() | Longpeng(Mike) | 1 | -0/+1 |
| 2020-06-04 | crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() | Longpeng(Mike) | 1 | -2/+3 |
| 2020-06-04 | crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph... | Longpeng(Mike) | 1 | -5/+10 |
| 2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 1 | -6/+2 |
| 2019-11-17 | crypto: virtio - switch to skcipher API | Ard Biesheuvel | 2 | -97/+92 |
| 2019-11-17 | crypto: virtio - deal with unsupported input sizes | Ard Biesheuvel | 1 | -2/+10 |
| 2019-11-17 | crypto: virtio - implement missing support for output IVs | Ard Biesheuvel | 1 | -0/+9 |
| 2019-11-01 | crypto: skcipher - rename the crypto_blkcipher module and kconfig option | Eric Biggers | 1 | -1/+1 |
| 2019-07-26 | crypto: drivers - Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -3/+1 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 4 | -52/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-01-11 | crypto: virtio - clean up indentation, replace spaces with tab | Colin Ian King | 1 | -1/+1 |
| 2018-08-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -47/+204 |
| 2018-08-11 | virtio: Make vp_set_vq_affinity() take a mask. | Caleb Raitto | 1 | -2/+2 |
| 2018-08-03 | crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkci... | Jia-Ju Bai | 1 | -2/+2 |
| 2018-07-01 | crypto: virtio - Register an algo only if it's supported | Farhan Ali | 3 | -45/+159 |
| 2018-07-01 | crypto: virtio - Read crypto services and algorithm masks | Farhan Ali | 2 | -0/+43 |
| 2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -1/+1 |
| 2018-03-16 | crypto: virtio - remove dependency on CRYPTO_AUTHENC | Peter Wu | 2 | -2/+0 |
| 2018-02-15 | crypto: virtio - convert to new crypto engine API | Corentin LABBE | 3 | -11/+11 |
| 2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-12 | crypto: virtio - pr_err() strings should end with newlines | Arvind Yadav | 1 | -1/+1 |
| 2017-07-18 | crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services | Zeng, Xin | 3 | -70/+98 |
| 2017-05-02 | virtio: wrap find_vqs | Michael S. Tsirkin | 1 | -2/+1 |
| 2017-03-02 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
| 2017-02-27 | virtio: allow drivers to request IRQ affinity when creating VQs | Christoph Hellwig | 1 | -1/+1 |
| 2017-01-13 | crypto: virtio - adjust priority of algorithm | Gonglei \(Arei\) | 1 | -1/+1 |
| 2016-12-30 | crypto: virtio - support crypto engine framework | Gonglei \(Arei\) | 4 | -22/+121 |
| 2016-12-16 | crypto: add virtio-crypto driver | Gonglei | 6 | -0/+1423 |