summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: qat - fix section mismatch warningTadeusz Struk2016-04-181-1/+1
* | crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk2016-04-181-1/+2
* | crypto: qat - check if PF is runningTadeusz Struk2016-04-186-4/+14
* | crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk2016-04-186-70/+103
* | crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk2016-04-153-3/+64
* | crypto: qat - changed adf_dev_stop to voidTadeusz Struk2016-04-0510-47/+17Star
* | crypto: qat - explicitly stop all VFs firstTadeusz Struk2016-04-051-1/+20
* | crypto: qat - fix address leaking of RSA public exponentTudor Ambarus2016-04-051-1/+1
* | crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus2016-04-051-1/+1
* | crypto: qat - Remove redundant nrbg ringsAhsan Atta2016-04-051-2/+0Star
* | crypto: qat - make sure const_tab is 1024 bytes alignedTadeusz Struk2016-04-051-1/+1
|/
* crypto: qat - remove redundant arbiter configurationTadeusz Struk2016-03-111-19/+0Star
* crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang2016-03-111-21/+21
* crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang2016-02-271-1/+1
* crypto: qat - fix leak on error pathTadeusz Struk2016-02-161-34/+36
* crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni2016-01-251-4/+2Star
* crypto: qat - Pack cfg ctl structsAtta, Ahsan2016-01-251-3/+3
* crypto: qat - remove redundant function callPingchao Yang2016-01-251-1/+0Star
* crypto: qat - change name for c6xx dev typeTadeusz Struk2016-01-251-2/+2
* crypto: qat - update init_esram for C3xxx dev typeTadeusz Struk2016-01-181-0/+3
* crypto: qat - fix timeout issuesPingchao Yang2016-01-181-5/+6
* crypto: qat - remove to call get_sram_bar_id for qat_c3xxxPingchao Yang2016-01-181-3/+6
* crypto: qat - fix SKU definiftion for c3xxx devTadeusz Struk2015-12-252-19/+8Star
* crypto: qat - Fix random config build issueTadeusz Struk2015-12-251-2/+10
* crypto: qat - Rename dh895xcc mmp firmwareAhsan Atta2015-12-251-1/+1
* crypto: qat - use list_for_each_entry*Geliang Tang2015-12-222-29/+12Star
* crypto: qat - fix some timeout testsPingchao Yang2015-12-221-1/+1
* crypto: qat - fix CTX_ENABLES bits shift direction issuePingchao Yang2015-12-221-1/+1
* crypto: qat - uint8_t is not large enough for accel_idTadeusz Struk2015-12-142-3/+3
* crypto: qat - enable VF irq after guest exits ungracefullyZeng Xin2015-12-142-1/+7
* crypto: qat - select PCI_IOV when VF are enabledTadeusz Struk2015-12-111-0/+2
* crypto: qat - ring returning retry even though ring has BWHarvijay Saini2015-12-111-3/+2Star
* crypto: qat - add support for c62xvf accel typeTadeusz Struk2015-12-097-0/+558
* crypto: qat - add support for c3xxxvf accel typeTadeusz Struk2015-12-097-1/+559
* crypto: qat - add support for c62x accel typeTadeusz Struk2015-12-097-0/+683
* crypto: qat - add support for c3xxx accel typeTadeusz Struk2015-12-098-5/+714
* crypto: qat - move isr files to qat common so that they can be reusedTadeusz Struk2015-12-0924-422/+213Star
* crypto: qat - add support for new devices to FW loaderPingchao Yang2015-12-097-85/+823
* crypto: qat - add new device definitionsTadeusz Struk2015-12-091-0/+10
* crypto: qat - fix typo in clean-filesJim Davis2015-11-241-1/+1
* crypto: qat - constify pci_error_handlers structuresJulia Lawall2015-11-171-1/+1
* crypto: qat - remove superfluous check from adf_probeSalvatore Benedetto2015-11-172-15/+2Star
* crypto: qat - fix get instance functionTadeusz Struk2015-11-171-11/+11
* crypto: qat - when stopping all devices make fure VF are stopped firstTadeusz Struk2015-11-171-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0412-166/+366
|\
| * crypto: qat - fix crypto_get_instance_node functionTadeusz Struk2015-10-201-4/+16
| * crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-145-63/+182
| * crypto: qat - remove unneeded variableTadeusz Struk2015-10-011-3/+2Star
| * crypto: qat - add support for ctr(aes) and xts(aes)Tadeusz Struk2015-10-011-39/+127
| * crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk2015-10-014-25/+5Star