summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: hisilicon - update HPRE module parameter descriptionLongfang Liu2020-09-181-1/+1
| * | crypto: hisilicon - update mininum queueLongfang Liu2020-09-181-2/+2
| * | crypto: qat - use PCI_VDEVICEGiovanni Cabiddu2020-09-186-30/+12
| * | crypto: qat - replace device ids definesGiovanni Cabiddu2020-09-189-31/+27
| * | crypto: sa2ul - Fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-181-1/+1
| * | crypto: inside-secure - Prevent missing of processing errorsPascal van Leeuwen2020-09-181-4/+5
| * | crypto: sun4i-ss - Fix sparse endianness markersHerbert Xu2020-09-181-8/+9
| * | crypto: hisilicon/zip - fix some coding stylesYang Shen2020-09-182-19/+11
| * | crypto: hisilicon/zip - supplement some commentsYang Shen2020-09-181-2/+2
| * | crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen2020-09-182-14/+14
| * | crypto: hisilicon/zip - fix static check warningYang Shen2020-09-181-6/+6
| * | crypto: hisilicon/zip - add print for error branchYang Shen2020-09-182-16/+45
| * | crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen2020-09-181-10/+13
| * | crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'Yang Shen2020-09-181-3/+4
| * | crypto: hisilicon/zip - modify debugfs interface parametersShukun Tan2020-09-181-31/+24
| * | crypto: hisilicon/zip - unify naming style for functions and macrosYang Shen2020-09-181-17/+18
| * | crypto: hisilicon/zip - remove some useless parametersYang Shen2020-09-182-2/+0
| * | crypto: omap-sham - fix digcnt register handling with export/importTero Kristo2020-09-181-0/+3
| * | crypto: omap-sham - convert to use crypto engineTero Kristo2020-09-181-108/+78
| * | crypto: sa2ul - Select CRYPTO_AUTHENCHerbert Xu2020-09-181-0/+1
| * | crypto: ux500 - Fix sparse endianness warningsHerbert Xu2020-09-111-16/+8
| * | crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu2020-09-116-24/+12
| * | crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferralKrzysztof Kozlowski2020-09-111-8/+7
| * | crypto: s5p-sss - Add and fix kerneldocKrzysztof Kozlowski2020-09-111-3/+4
| * | crypto: s5p-sss - remove redundant null checkXu Wang2020-09-111-4/+2
| * | crypto: bcm-iproc - remove ecb(arc4) supportArd Biesheuvel2020-09-116-128/+6
| * | crypto: n2 - remove ecb(arc4) supportArd Biesheuvel2020-09-111-46/+0
| * | crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni2020-09-111-1/+9
| * | crypto: caam - use traditional error check patternAndy Shevchenko2020-09-111-4/+3
| * | crypto: sa2ul - fix compiler warning produced by clangTero Kristo2020-09-111-4/+2
| * | crypto: amlogic - Fix endianness markerHerbert Xu2020-09-041-1/+1
| * | crypto: sun8i-ss - remove redundant memzero_explicit()Denis Efremov2020-09-041-1/+0
| * | crypto: sun8i-ss - use kfree_sensitive()Denis Efremov2020-09-041-12/+3
| * | crypto: sun8i-ce - use kfree_sensitive()Denis Efremov2020-09-041-12/+3
| * | crypto: amlogic - use kfree_sensitive()Denis Efremov2020-09-041-8/+2
| * | crypto: inside-secure - use kfree_sensitive()Denis Efremov2020-09-041-2/+1
| * | crypto: ccree - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-5/+2
| * | crypto: sa2ul - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-11/+7
| * | crypto: stm32 - Fix sparse warningsHerbert Xu2020-08-283-24/+32
| * | crypto: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn2020-08-281-1/+5
| * | crypto: mediatek - Fix endianness bugs and sparse warningsHerbert Xu2020-08-282-34/+25
| * | crypto: hifn_795x - Remove 64-bit build-time checkHerbert Xu2020-08-281-3/+0
| * | crypto: cavium/nitrox - add an error message to explain the failure of pci_re...George Acosta2020-08-281-0/+1
| * | crypto: sa2ul - Fix pointer-to-int-cast warningYueHaibing2020-08-281-2/+2
| * | crypto: stm32 - Add missing header inclusionsHerbert Xu2020-08-252-0/+3
| * | crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen2020-08-218-107/+125
| * | crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian2020-08-215-9/+99
| * | crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen2020-08-215-0/+21
| * | crypto: hisilicon/qm - fix VF not available after PF FLRShukun Tan2020-08-211-0/+6
| * | crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen2020-08-215-17/+17