aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+1
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDJohn Allen1-0/+7
2021-08-21crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian1-0/+4
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionWeili Qian3-36/+20
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian5-30/+297
2021-08-21crypto: hisilicon - add runtime PM opsWeili Qian2-0/+120
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_regset32'Weili Qian5-27/+81
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processKai Ye1-1/+2
2021-08-21crypto: qat - store vf.compatible flagGiovanni Cabiddu1-1/+3
2021-08-21crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-08-21crypto: qat - flush vf workqueue at driver removalAhsan Atta5-0/+33
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero14-44/+2
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero9-13/+13
2021-08-21crypto: qat - complete all the init steps before service notificationMarco Chiappero1-4/+6
2021-08-21crypto: qat - move IO virtualization functionsGiovanni Cabiddu4-15/+17
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy7-4/+41
2021-08-21crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2-20/+20
2021-08-21crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2
2021-08-21crypto: qat - remove intermediate tasklet for vf2pfSvyatoslav Pankratov4-13/+5
2021-08-21crypto: qat - rename compatibility version definitionMarco Chiappero9-17/+17
2021-08-21crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero2-7/+20
2021-08-21crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu1-1/+11
2021-08-21crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-08-21crypto: qat - enable interrupts only after ISR allocationMarco Chiappero1-2/+2
2021-08-21crypto: qat - remove empty sriov_configure()Marco Chiappero1-4/+1
2021-08-21crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - fix a typo in a commentChristophe JAILLET1-1/+1
2021-08-21crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET3-6/+12
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu6-6/+6
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET7-76/+28
2021-08-21crypto: omap - Fix inconsistent locking of device listsBen Hutchings3-14/+14
2021-08-21crypto: omap - Avoid redundant copy when using truncated sg listBen Hutchings1-1/+1
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+1
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede1-3/+1
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63
2021-08-12crypto: hisilicon - enable sec device clock gatingWeili Qian1-5/+41
2021-08-12crypto: hisilicon - enable zip device clock gatingWeili Qian1-0/+26
2021-08-12crypto: virtio - Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-12crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive dataJason Wang2-8/+4
2021-08-06crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2-26/+35
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageTony Lindgren1-1/+0
2021-08-06crypto: omap-sham - drop suspend and resume functionsTony Lindgren1-21/+0
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITTony Lindgren1-21/+5
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Tony Lindgren1-0/+2
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Tony Lindgren1-2/+2
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren1-1/+1
2021-07-30crypto: atmel-aes - use swap()Salah Triki1-6/+2