Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | crypto: caam - add in-kernel interface for blob generator | Ahmad Fatoum | 3 | -0/+186 |
2022-05-23 | crypto: caam - determine whether CAAM supports blob encap/decap | Ahmad Fatoum | 3 | -3/+19 |
2022-05-13 | crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ | Ondrej Mosnacek | 1 | -0/+1 |
2022-03-31 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 7 | -9/+616 |
2022-03-31 | Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+3 |
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-03-25 | crypto: stm32 - fix reference leak in stm32_crc_remove | Zheng Yongjun | 1 | -1/+3 |
2022-03-24 | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 9 | -507/+67 |
2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 1 | -1/+1 |
2022-03-23 | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 1 | -1/+0 |
2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 63 | -205/+930 |
2022-03-15 | crypto: hisilicon/qm: Set the VF QM state register | Longfang Liu | 1 | -0/+8 |
2022-03-15 | hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver | Shameer Kolothum | 3 | -0/+18 |
2022-03-15 | hisi_acc_qm: Move VF PCI device IDs to common header | Shameer Kolothum | 3 | -21/+18 |
2022-03-15 | crypto: hisilicon/qm: Move few definitions to common header | Longfang Liu | 1 | -40/+18 |
2022-03-15 | crypto: hisilicon/qm: Move the QM header to include/linux | Shameer Kolothum | 6 | -446/+5 |
2022-03-14 | crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TEST | Herbert Xu | 1 | -2/+2 |
2022-03-14 | crypto: qcom-rng - ensure buffer for generate is completely filled | Brian Masney | 1 | -7/+10 |
2022-03-09 | crypto: qat - fix initialization of pfvf rts_map_msg structures | Giovanni Cabiddu | 1 | -1/+1 |
2022-03-09 | crypto: qat - fix initialization of pfvf cap_msg structures | Giovanni Cabiddu | 1 | -1/+1 |
2022-03-09 | crypto: qat - remove unneeded assignment | Giovanni Cabiddu | 1 | -1/+1 |
2022-03-09 | crypto: qat - disable registration of algorithms | Giovanni Cabiddu | 2 | -0/+14 |
2022-03-09 | crypto: hisilicon/qm - fix memset during queues clearing | Kai Ye | 1 | -1/+1 |
2022-03-09 | crypto: xilinx: prevent probing on non-xilinx hardware | Corentin Labbe | 2 | -28/+9 |
2022-03-09 | crypto: marvell/octeontx - Use swap() instead of open coding it | Jiapeng Chong | 1 | -4/+1 |
2022-03-09 | crypto: ccree - Fix use after free in cc_cipher_exit() | Jianglei Nie | 1 | -1/+1 |
2022-03-09 | crypto: ccp - ccp_dmaengine_unregister release dma channels | Dāvis Mosāns | 1 | -0/+16 |
2022-03-03 | crypto: octeontx2 - fix missing unlock | Yang Yingliang | 2 | -2/+6 |
2022-03-03 | crypto: cavium/nitrox - don't cast parameter in bit operations | Andy Shevchenko | 1 | -2/+6 |
2022-03-03 | crypto: vmx - add missing dependencies | Petr Vorel | 1 | -0/+4 |
2022-03-03 | crypto: xilinx - Add Xilinx SHA3 driver | Harsha | 3 | -0/+294 |
2022-03-03 | crypto: xilinx - Updated Makefile for xilinx subdirectory | Harsha | 1 | -1/+1 |
2022-03-03 | crypto: gemini - call finalize with bh disabled | Corentin Labbe | 1 | -0/+2 |
2022-03-03 | crypto: amlogic - call finalize with bh disabled | Corentin Labbe | 1 | -0/+2 |
2022-03-03 | crypto: sun8i-ce - call finalize with bh disabled | Corentin Labbe | 2 | -0/+6 |
2022-03-03 | crypto: sun8i-ss - call finalize with bh disabled | Corentin Labbe | 2 | -0/+6 |
2022-03-03 | crypto: cavium/zip - register algorithm only if hardware is present | Corentin Labbe | 1 | -48/+35 |
2022-02-23 | crypto: hisilicon/sec - fix the aead software fallback for engine | Kai Ye | 1 | -3/+13 |
2022-02-23 | crypto: ccree - don't attempt 0 len DMA mappings | Gilad Ben-Yossef | 1 | -0/+7 |
2022-02-23 | crypto: octeontx2 - add synchronization between mailbox accesses | Harman Kalra | 5 | -14/+46 |
2022-02-18 | crypto: rockchip - ECB does not need IV | Corentin Labbe | 1 | -1/+0 |
2022-02-18 | crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3 | Kai Ye | 1 | -3/+5 |
2022-02-18 | crypto: hisilicon/sec - add the register configuration for HW V3 | Kai Ye | 1 | -11/+40 |
2022-02-18 | crypto: ux500 - use GFP_KERNEL | Julia Lawall | 2 | -2/+2 |
2022-02-18 | crypto: nx - Constify static attribute_group structs | Rikard Falkeborn | 1 | -2/+2 |
2022-02-18 | crypto: omap-sham - Constify static attribute_group | Rikard Falkeborn | 1 | -1/+1 |
2022-02-18 | crypto: omap-aes - Constify static attribute_group | Rikard Falkeborn | 1 | -1/+1 |
2022-02-18 | crypto: qat - enable power management for QAT GEN4 | Wojciech Ziemba | 11 | -16/+252 |
2022-02-18 | crypto: qat - move and rename GEN4 error register definitions | Wojciech Ziemba | 3 | -17/+17 |