summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: hisilicon/sec - fix the abnormal exiting processKai Ye2021-08-211-1/+2
* | crypto: qat - store vf.compatible flagGiovanni Cabiddu2021-08-211-1/+3
* | crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-08-211-1/+0
* | crypto: qat - flush vf workqueue at driver removalAhsan Atta2021-08-215-0/+33
* | crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero2021-08-2114-44/+2
* | crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero2021-08-219-13/+13
* | crypto: qat - complete all the init steps before service notificationMarco Chiappero2021-08-211-4/+6
* | crypto: qat - move IO virtualization functionsGiovanni Cabiddu2021-08-214-15/+17
* | crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-08-215-16/+16
* | crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy2021-08-217-4/+41
* | crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2021-08-212-20/+20
* | crypto: qat - fix reuse of completion variableMarco Chiappero2021-08-211-0/+2
* | crypto: qat - remove intermediate tasklet for vf2pfSvyatoslav Pankratov2021-08-214-13/+5
* | crypto: qat - rename compatibility version definitionMarco Chiappero2021-08-219-17/+17
* | crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero2021-08-212-7/+20
* | crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu2021-08-211-1/+11
* | crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-08-211-3/+4
* | crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-08-211-2/+3
* | crypto: qat - enable interrupts only after ISR allocationMarco Chiappero2021-08-211-2/+2
* | crypto: qat - remove empty sriov_configure()Marco Chiappero2021-08-211-4/+1
* | crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-08-211-3/+4
* | crypto: qat - fix a typo in a commentChristophe JAILLET2021-08-211-1/+1
* | crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET2021-08-213-6/+12
* | crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu2021-08-216-6/+6
* | crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET2021-08-217-76/+28
* | crypto: omap - Fix inconsistent locking of device listsBen Hutchings2021-08-213-14/+14
* | crypto: omap - Avoid redundant copy when using truncated sg listBen Hutchings2021-08-211-1/+1
* | crypto: hisilicon - enable hpre device clock gatingWeili Qian2021-08-121-0/+63
* | crypto: hisilicon - enable sec device clock gatingWeili Qian2021-08-121-5/+41
* | crypto: hisilicon - enable zip device clock gatingWeili Qian2021-08-121-0/+26
* | crypto: virtio - Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-121-2/+2
* | crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive dataJason Wang2021-08-122-8/+4
* | crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2021-08-062-26/+35
* | crypto: omap-sham - drop pm_runtime_irqsafe() usageTony Lindgren2021-08-061-1/+0
* | crypto: omap-sham - drop suspend and resume functionsTony Lindgren2021-08-061-21/+0
* | crypto: omap-sham - drop old hw_init and unused FLAGS_INITTony Lindgren2021-08-061-21/+5
* | crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Tony Lindgren2021-08-061-0/+2
* | crypto: omap-sham - initialize req only after omap_sham_hw_init()Tony Lindgren2021-08-061-2/+2
* | crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren2021-08-061-1/+1
* | crypto: atmel-aes - use swap()Salah Triki2021-07-301-6/+2
* | crypto: sun8i-ss - Use kfree_sensitiveJason Wang2021-07-301-6/+3
* | crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus2021-07-301-33/+43
* | crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus2021-07-301-4/+51
* | crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus2021-07-302-2/+2
* | crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraintTudor Ambarus2021-07-301-0/+3
* | crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus2021-07-301-0/+7
* | crypto: atmel-aes - Add XTS input length constraintTudor Ambarus2021-07-301-0/+3
* | crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus2021-07-301-1/+6
* | crypto: atmel-tdes - Handle error messagesTudor Ambarus2021-07-301-17/+16
* | crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfmTudor Ambarus2021-07-301-19/+9