summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwrng: imx-rngc - irq already prints an errorNigel Christian2020-11-061-3/+1
* crypto: qat - remove unneeded semicolonTom Rix2020-11-062-5/+5
* crypto: cavium/nitrox - remove unneeded semicolonTom Rix2020-11-061-1/+1
* crypto: caam - enable crypto-engine retry mechanismIuliana Prodan2020-11-062-1/+11
* crypto: atmel-sha - remove unneeded breakTom Rix2020-11-061-1/+0
* crypto: omap-aes - fix the reference count leak of omap deviceZhang Qilong2020-10-301-0/+1
* crypto: sa2ul - Reduce stack usageHerbert Xu2020-10-302-61/+63
* crypto: hisilicon - fixes some coding styleLongfang Liu2020-10-302-29/+18
* crypto: hisilicon - delete unused structure member variablesLongfang Liu2020-10-301-2/+0
* crypto: qat - extend ae_maskGiovanni Cabiddu2020-10-301-1/+1
* crypto: qat - allow for instances in different banksGiovanni Cabiddu2020-10-302-9/+28
* crypto: qat - refactor qat_crypto_dev_config()Giovanni Cabiddu2020-10-301-26/+41
* crypto: qat - refactor qat_crypto_create_instances()Giovanni Cabiddu2020-10-301-27/+41
* crypto: qat - change return value in adf_cfg_key_val_get()Giovanni Cabiddu2020-10-301-1/+1
* crypto: qat - change return value in adf_cfg_add_key_value_param()Giovanni Cabiddu2020-10-301-1/+1
* crypto: qat - remove unnecessary void* castsGiovanni Cabiddu2020-10-301-10/+10
* crypto: qat - call functions in adf_sriov if availableGiovanni Cabiddu2020-10-301-5/+10
* crypto: qat - remove hardcoded bank irq clear flag maskGiovanni Cabiddu2020-10-302-3/+2
* crypto: qat - abstract writes to arbiter enableGiovanni Cabiddu2020-10-304-10/+20
* crypto: qat - use BIT_ULL() - 1 pattern for masksGiovanni Cabiddu2020-10-302-2/+2
* crypto: qat - replace constant masks with GENMASKGiovanni Cabiddu2020-10-302-2/+2
* crypto: qat - abstract build ring baseGiovanni Cabiddu2020-10-305-3/+12
* crypto: qat - enable ring after pair is programmedGiovanni Cabiddu2020-10-301-1/+19
* crypto: qat - register crypto instances based on capabilityGiovanni Cabiddu2020-10-302-1/+21
* crypto: qat - add support for capability detectionMarco Chiappero2020-10-3010-9/+93
* crypto: qat - abstract arbiter accessGiovanni Cabiddu2020-10-307-15/+50
* crypto: qat - remove unused macros in arbiter moduleGiovanni Cabiddu2020-10-301-3/+0
* crypto: qat - remove writes into WQCFGGiovanni Cabiddu2020-10-301-13/+0
* crypto: qat - update constants tableGiovanni Cabiddu2020-10-301-22/+22
* crypto: qat - use admin mask to send fw constantsGiovanni Cabiddu2020-10-302-1/+2
* crypto: qat - change admin sequenceGiovanni Cabiddu2020-10-301-2/+2
* crypto: qat - rename ME in AEGiovanni Cabiddu2020-10-302-4/+4
* crypto: qat - add packed to init admin structuresGiovanni Cabiddu2020-10-301-2/+2
* crypto: qat - abstract admin interfaceGiovanni Cabiddu2020-10-307-10/+39
* crypto: qat - relocate GEN2 CSR access codeGiovanni Cabiddu2020-10-303-65/+68
* crypto: qat - split transport CSR access logicGiovanni Cabiddu2020-10-3013-41/+198
* crypto: qat - fix configuration of iov threadsGiovanni Cabiddu2020-10-3011-59/+115
* crypto: qat - num_rings_per_bank is device dependentAhsan Atta2020-10-3010-16/+47
* crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu2020-10-3016-53/+109
* crypto: qat - update IV in softwareMarco Chiappero2020-10-302-58/+89
* crypto: inside-secure - Fix sizeof() mismatchColin Ian King2020-10-301-1/+1
* crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose2020-10-302-2/+13
* crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy2020-10-301-3/+3
* crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy2020-10-301-2/+2
* crypto: qat - remove unused functionGiovanni Cabiddu2020-10-301-5/+0
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-255-5/+5
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-254-4/+4
* Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds2020-10-253-5/+3
|\
| * NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2020-08-241-4/+1
| * ntb: intel: Fix memleak in intel_ntb_pci_probeDinghao Liu2020-08-241-1/+1