aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson2021-07-161-27/+9
* crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson2021-07-161-10/+35
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-101-0/+4
|\
| * Merge tag 'ixp4xx-arm-soc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2021-06-231-0/+4
| |\
| | * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-171-0/+4
| * | Revert "crypto: cavium/nitrox - add an error message to explain the failure o...Greg Kroah-Hartman2021-05-131-1/+0
| |/