Age | Commit message (Expand) | Author | Files | Lines |
2021-02-10 | crypto: hisilicon/qm - fix use of 'dma_map_single' | Weili Qian | 1 | -23/+27 |
2021-02-10 | crypto: hisilicon/hpre - tiny fix | Hui Tang | 1 | -5/+8 |
2021-02-10 | crypto: hisilicon/hpre - adapt the number of clusters | Hui Tang | 2 | -27/+52 |
2021-02-10 | crypto: cpt - remove casting dma_alloc_coherent | Xu Wang | 1 | -4/+4 |
2021-02-10 | crypto: keembay-ocs-aes - Fix 'q' assignment during CCM B0 generation | Daniele Alessandrelli | 1 | -3/+3 |
2021-02-10 | hwrng: optee - Use device-managed registration API | Tian Tao | 1 | -2/+1 |
2021-02-10 | crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE | Jiapeng Chong | 1 | -2/+2 |
2021-02-10 | hwrng: timeriomem - Fix cooldown period calculation | Jan Henrik Weinstock | 1 | -1/+1 |
2021-02-10 | crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2 | Geert Uytterhoeven | 1 | -1/+1 |
2021-02-05 | crypto: crypto4xx - Avoid linking failure with HW_RANDOM=m | Florian Fainelli | 1 | -1/+1 |
2021-02-05 | crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELL | Herbert Xu | 1 | -0/+1 |
2021-02-05 | crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts() | Dan Carpenter | 1 | -1/+1 |
2021-02-05 | crypto: ccree - fix spelling typo of allocated | dingsenjie | 1 | -1/+1 |
2021-01-29 | crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer | Herbert Xu | 5 | -36/+148 |
2021-01-29 | crypto: talitos - Fix ctr(aes) on SEC1 | Christophe Leroy | 1 | -0/+22 |
2021-01-29 | crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error) | Christophe Leroy | 2 | -12/+17 |
2021-01-29 | crypto: hisilicon/hpre - add ecc algorithm inqury for uacce device | Hui Tang | 1 | -1/+4 |
2021-01-29 | crypto: hisilicon/hpre - add two RAS correctable errors processing | Hui Tang | 1 | -2/+6 |
2021-01-29 | crypto: hisilicon/hpre - delete ECC 1bit error reported threshold | Hui Tang | 1 | -2/+0 |
2021-01-22 | crypto: keembay - use 64-bit arithmetic for computing bit_len | Ovidiu Panait | 1 | -2/+2 |
2021-01-22 | crypto: octeontx2 - register with linux crypto framework | Srujana Challa | 7 | -2/+1961 |
2021-01-22 | crypto: octeontx2 - add support to process the crypto request | Srujana Challa | 11 | -1/+1034 |
2021-01-22 | crypto: octeontx2 - add virtual function driver support | Srujana Challa | 6 | -1/+373 |
2021-01-22 | crypto: octeontx2 - add support to get engine capabilities | Srujana Challa | 8 | -0/+350 |
2021-01-22 | crypto: octeontx2 - add LF framework | Srujana Challa | 7 | -1/+783 |
2021-01-22 | crypto: octeontx2 - load microcode and create engine groups | Srujana Challa | 8 | -2/+1655 |
2021-01-22 | crypto: octeontx2 - enable SR-IOV and mailbox communication with VF | Srujana Challa | 4 | -2/+583 |
2021-01-22 | crypto: octeontx2 - add mailbox communication with AF | Srujana Challa | 6 | -2/+236 |
2021-01-22 | crypto: marvell - add Marvell OcteonTX2 CPT PF driver | Srujana Challa | 7 | -0/+633 |
2021-01-22 | crypto: bcm - Fix sparse warnings | Herbert Xu | 7 | -40/+48 |
2021-01-14 | crypto: keembay-ocs-hcu - Add dependency on HAS_IOMEM and ARCH_KEEMBAY | Daniele Alessandrelli | 1 | -0/+2 |
2021-01-14 | crypto: keembay-ocs-hcu - Fix a WARN() message | Dan Carpenter | 1 | -1/+1 |
2021-01-14 | crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment | Bhaskar Chowdhury | 1 | -1/+1 |
2021-01-14 | crypto: hisilicon/sec - register SEC device to uacce | Kai Ye | 1 | -1/+38 |
2021-01-14 | crypto: hisilicon/hpre - register HPRE device to uacce | Kai Ye | 1 | -0/+54 |
2021-01-14 | crypto: hisilicon - add ZIP device using mode parameter | Kai Ye | 3 | -1/+42 |
2021-01-14 | crypto: hisilicon/qm - SVA bugfixed on Kunpeng920 | Kai Ye | 1 | -0/+6 |
2021-01-14 | crypto: bcm - Rename struct device_private to bcm_device_private | Jiri Olsa | 3 | -4/+4 |
2021-01-14 | crypto: qat - reduce size of mapped region | Adam Guerin | 1 | -6/+6 |
2021-01-14 | crypto: qat - change format string and cast ring size | Adam Guerin | 1 | -2/+2 |
2021-01-14 | crypto: qat - fix potential spectre issue | Adam Guerin | 1 | -0/+2 |
2021-01-14 | crypto: qat - configure arbiter mapping based on engines enabled | Wojciech Ziemba | 6 | -77/+20 |
2021-01-14 | crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig | Marco Chiappero | 1 | -1/+1 |
2021-01-14 | crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counter | Herbert Xu | 1 | -1/+1 |
2021-01-08 | crypto: vmx - Move extern declarations into header file | Herbert Xu | 2 | -5/+7 |
2021-01-03 | crypto: picoxcell - Remove PicoXcell driver | Rob Herring | 4 | -1941/+0 |
2021-01-03 | wireguard: Kconfig: select CRYPTO_BLAKE2S_ARM | Eric Biggers | 1 | -0/+1 |
2021-01-03 | hwrng: ingenic - Fix a resource leak in an error handling path | Christophe JAILLET | 1 | -1/+5 |
2021-01-03 | hwrng: iproc-rng200 - Move enable/disable in separate function | Matthias Brugger | 1 | -19/+16 |
2021-01-03 | hwrng: iproc-rng200 - Fix disable of the block. | Matthias Brugger | 1 | -3/+0 |