aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDGravatar John Allen 1-0/+7
2021-08-21crypto: hisilicon - check _PS0 and _PR0 methodGravatar Weili Qian 1-0/+4
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionGravatar Weili Qian 3-36/+20
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceGravatar Weili Qian 5-30/+297
2021-08-21crypto: hisilicon - add runtime PM opsGravatar Weili Qian 2-0/+120
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Gravatar Weili Qian 5-27/+81
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationGravatar Kai Ye 2-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processGravatar Kai Ye 1-1/+2
2021-08-21crypto: qat - store vf.compatible flagGravatar Giovanni Cabiddu 1-1/+3
2021-08-21crypto: qat - do not export adf_iov_putmsg()Gravatar Giovanni Cabiddu 1-1/+0
2021-08-21crypto: qat - flush vf workqueue at driver removalGravatar Ahsan Atta 5-0/+33
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Gravatar Marco Chiappero 14-44/+2
2021-08-21crypto: qat - fix naming of PF/VF enable functionsGravatar Marco Chiappero 9-13/+13
2021-08-21crypto: qat - complete all the init steps before service notificationGravatar Marco Chiappero 1-4/+6
2021-08-21crypto: qat - move IO virtualization functionsGravatar Giovanni Cabiddu 4-15/+17
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsGravatar Marco Chiappero 5-16/+16
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockGravatar Kanchana Velusamy 7-4/+41
2021-08-21crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cGravatar Marco Chiappero 2-20/+20
2021-08-21crypto: qat - fix reuse of completion variableGravatar Marco Chiappero 1-0/+2
2021-08-21crypto: qat - remove intermediate tasklet for vf2pfGravatar Svyatoslav Pankratov 4-13/+5
2021-08-21crypto: qat - rename compatibility version definitionGravatar Marco Chiappero 9-17/+17
2021-08-21crypto: qat - prevent spurious MSI interrupt in PFGravatar Marco Chiappero 2-7/+20
2021-08-21crypto: qat - prevent spurious MSI interrupt in VFGravatar Giovanni Cabiddu 1-1/+11
2021-08-21crypto: qat - handle both source of interrupt in VF ISRGravatar Giovanni Cabiddu 1-3/+4
2021-08-21crypto: qat - do not ignore errors from enable_vf2pf_comms()Gravatar Giovanni Cabiddu 1-2/+3
2021-08-21crypto: qat - enable interrupts only after ISR allocationGravatar Marco Chiappero 1-2/+2
2021-08-21crypto: qat - remove empty sriov_configure()Gravatar Marco Chiappero 1-4/+1
2021-08-21crypto: qat - use proper type for vf_maskGravatar Giovanni Cabiddu 1-3/+4
2021-08-21crypto: qat - fix a typo in a commentGravatar Christophe JAILLET 1-1/+1
2021-08-21crypto: qat - disable AER if an error occurs in probe functionsGravatar Christophe JAILLET 3-6/+12
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Gravatar Giovanni Cabiddu 6-6/+6
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIGravatar Christophe JAILLET 7-76/+28
2021-08-21crypto: omap - Fix inconsistent locking of device listsGravatar Ben Hutchings 3-14/+14
2021-08-21crypto: omap - Avoid redundant copy when using truncated sg listGravatar Ben Hutchings 1-1/+1
2021-08-12crypto: hisilicon - enable hpre device clock gatingGravatar Weili Qian 1-0/+63
2021-08-12crypto: hisilicon - enable sec device clock gatingGravatar Weili Qian 1-5/+41
2021-08-12crypto: hisilicon - enable zip device clock gatingGravatar Weili Qian 1-0/+26
2021-08-12crypto: virtio - Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-08-12crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive dataGravatar Jason Wang 2-8/+4
2021-08-06crypto: ccp - shutdown SEV firmware on kexecGravatar Brijesh Singh 2-26/+35
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageGravatar Tony Lindgren 1-1/+0
2021-08-06crypto: omap-sham - drop suspend and resume functionsGravatar Tony Lindgren 1-21/+0
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITGravatar Tony Lindgren 1-21/+5
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Gravatar Tony Lindgren 1-0/+2
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Gravatar Tony Lindgren 1-2/+2
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Gravatar Tony Lindgren 1-1/+1
2021-07-30crypto: atmel-aes - use swap()Gravatar Salah Triki 1-6/+2
2021-07-30crypto: sun8i-ss - Use kfree_sensitiveGravatar Jason Wang 1-6/+3
2021-07-30crypto: atmel-aes - Allocate aes dev at tfm init timeGravatar Tudor Ambarus 1-33/+43
2021-07-30crypto: atmel-aes - Add fallback to XTS software implementationGravatar Tudor Ambarus 1-4/+51