summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian2021-08-211-0/+4
* crypto: hisilicon - change parameter passing of debugfs functionWeili Qian2021-08-213-36/+20
* crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-215-30/+297
* crypto: hisilicon - add runtime PM opsWeili Qian2021-08-212-0/+120
* crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-215-27/+81
* crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2021-08-212-27/+9
* 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
* hwrng: Add Arm SMCCC TRNG based driverAndre Przywara2021-08-063-0/+138
* firmware: smccc: Register smccc_trng platform deviceAndre Przywara2021-08-061-0/+17
* 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