| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2022-10-10 | 55 | -1044/+5094 |
|\ |
|
| * | crypto: aspeed - Remove redundant dev_err call | Shang XiaoJing | 2022-09-30 | 1 | -3/+1 |
| * | crypto: bcm - Simplify obtain the name for cipher | Gaosheng Cui | 2022-09-30 | 1 | -2/+2 |
| * | crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf() | ye xingchen | 2022-09-30 | 1 | -4/+4 |
| * | crypto: zip - remove the unneeded result variable | ye xingchen | 2022-09-30 | 1 | -24/+6 |
| * | crypto: qat - add limit to linked list parsing | Adam Guerin | 2022-09-30 | 1 | -2/+6 |
| * | crypto: octeontx2 - Remove the unneeded result variable | ye xingchen | 2022-09-30 | 1 | -4/+1 |
| * | crypto: ccp - Remove the unneeded result variable | ye xingchen | 2022-09-30 | 1 | -4/+1 |
| * | crypto: aspeed - Fix check for platform_get_irq() errors | YueHaibing | 2022-09-30 | 1 | -3/+1 |
| * | crypto: virtio - fix memory-leak | lei he | 2022-09-30 | 1 | -0/+4 |
| * | crypto: cavium - prevent integer overflow loading firmware | Dan Carpenter | 2022-09-30 | 1 | -2/+4 |
| * | crypto: marvell/octeontx - prevent integer overflows | Dan Carpenter | 2022-09-30 | 1 | -2/+16 |
| * | crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabled | Neal Liu | 2022-09-30 | 2 | -5/+5 |
| * | crypto: hisilicon/qm - fix the qos value initialization | Kai Ye | 2022-09-24 | 1 | -7/+15 |
| * | crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs | Liu Shixin | 2022-09-24 | 1 | -14/+2 |
| * | crypto: artpec6 - Fix printk warning on size_t/%d | Herbert Xu | 2022-09-24 | 1 | -1/+1 |
| * | crypto: inside-secure - Replace generic aes with libaes | Peter Harliman Liem | 2022-09-24 | 2 | -54/+21 |
| * | crypto: inside_secure - Avoid dma map if size is zero | Peter Harliman Liem | 2022-09-24 | 1 | -13/+31 |
| * | crypto: qat - use reference to structure in dma_map_single() | Damian Muszynski | 2022-09-16 | 1 | -6/+6 |
| * | Revert "crypto: qat - reduce size of mapped region" | Giovanni Cabiddu | 2022-09-16 | 1 | -6/+6 |
| * | crypto: qat - fix DMA transfer direction | Damian Muszynski | 2022-09-16 | 1 | -6/+12 |
| * | crypto: hisilicon - support get algs by the capability register | Zhiqi Song | 2022-09-16 | 5 | -18/+222 |
| * | crypto: hisilicon/sec - get algorithm bitmap from registers | Wenkai Lin | 2022-09-16 | 3 | -121/+236 |
| * | crypto: hisilicon/zip - support zip capability | Weili Qian | 2022-09-16 | 3 | -42/+128 |
| * | crypto: hisilicon/hpre - optimize registration of ecdh | Zhiqi Song | 2022-09-16 | 1 | -73/+63 |
| * | crypto: hisilicon/hpre - support hpre capability | Zhiqi Song | 2022-09-16 | 3 | -38/+157 |
| * | crypto: hisilicon/qm - support get device irq information from hardware regis... | Weili Qian | 2022-09-16 | 1 | -99/+195 |
| * | crypto: hisilicon/qm - get error type from hardware registers | Weili Qian | 2022-09-16 | 5 | -103/+202 |
| * | crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO support | Weili Qian | 2022-09-16 | 1 | -3/+18 |
| * | crypto: hisilicon/qm - get qp num and depth from hardware registers | Weili Qian | 2022-09-16 | 7 | -133/+198 |
| * | crypto: hisilicon/qm - get hardware features from hardware registers | Weili Qian | 2022-09-16 | 4 | -67/+141 |
| * | crypto: hisilicon/sec - delete redundant blank lines | Kai Ye | 2022-09-16 | 1 | -2/+0 |
| * | crypto: inside-secure - Change swab to swab32 | Peter Harliman Liem | 2022-09-16 | 1 | -4/+4 |
| * | crypto: nx - Remove the unneeded result variable | ye xingchen | 2022-09-09 | 1 | -4/+1 |
| * | crypto: ccp - Release dma channels before dmaengine unrgister | Koba Ko | 2022-09-09 | 1 | -1/+5 |
| * | crypto: octeontx - Remove the unneeded result variable | ye xingchen | 2022-09-09 | 1 | -15/+5 |
| * | crypto: aspeed - fix return value check in aspeed_hace_probe() | Sun Ke | 2022-09-09 | 1 | -2/+2 |
| * | crypto: aspeed - Fix sparse warnings | Herbert Xu | 2022-09-07 | 2 | -40/+40 |
| * | crypto: aspeed: fix format unexpected build warning | Neal Liu | 2022-09-07 | 1 | -3/+3 |
| * | crypto: aspeed - fix build module error | Neal Liu | 2022-09-06 | 1 | -7/+4 |
| * | crypto: hisilicon/qm - return failure if vfs_num exceeds total VFs | Weili Qian | 2022-09-02 | 1 | -1/+7 |
| * | crypto: hisilicon/qm - fix missing put dfx access | Weili Qian | 2022-09-02 | 1 | -2/+4 |
| * | crypto: hisilicon/qm - check mailbox operation result | Weili Qian | 2022-09-02 | 1 | -1/+14 |
| * | crypto: aspeed - Enable compile testing | Herbert Xu | 2022-09-02 | 1 | -1/+1 |
| * | crypto: qat - fix default value of WDT timer | Lucas Segarra Fernandez | 2022-09-02 | 1 | -1/+1 |
| * | crypto: bcm - fix repeated words in comments | wangjianli | 2022-09-02 | 1 | -1/+1 |
| * | crypto: marvell/octeontx - fix repeated words in comments | wangjianli | 2022-09-02 | 1 | -1/+1 |
| * | crypto: n2 - fix repeated words in comments | wangjianli | 2022-09-02 | 1 | -1/+1 |
| * | Revert "crypto: allwinner - Fix dma_map_sg error check" | Herbert Xu | 2022-09-02 | 4 | -7/+7 |
| * | Revert "crypto: gemini - Fix error check for dma_map_sg" | Herbert Xu | 2022-09-02 | 1 | -3/+3 |