aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19crypto: rockchip - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-10-19crypto: atmel - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-10-19crypto: aspeed - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-10-15crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regsChenghai Huang1-0/+1
2025-10-15crypto: comp - Use same definition of context alloc and free opsDan Moulding2-4/+8
2025-10-15crypto: hisilicon/qm - request reserved interrupt for virtual functionWeili Qian1-6/+32
2025-10-15crypto: hisilicon/qm - check whether the input function and PF are on the same deviceZhushuai Yin1-0/+4
2025-10-15crypto: hisilicon - check the sva module status while enabling or disabling address prefetchWeili Qian3-26/+164
2025-10-15crypto: hisilicon - re-enable address prefetch after device resumingChenghai Huang4-48/+43
2025-10-15crypto: hisilicon/zip - remove unnecessary validation for high-performance mode configurationsChenghai Huang1-12/+2
2025-10-15crypto: octeontx2 - Call strscpy() with correct size argumentThorsten Blum1-1/+1
2025-10-15crypto: keembay - Add missing check after sg_nents_for_len()Thomas Fourier1-1/+4
2025-09-13crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_locked()Borislav Petkov (AMD)1-1/+1
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds90-1545/+2337
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-14/+14
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-11/+11
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds6-582/+2
2025-07-27crypto: keembay - Use min() to simplify ocs_create_linked_list_from_sg()Thorsten Blum1-2/+2
2025-07-27crypto: hisilicon/hpre - fix dma unmap sequenceZhiqi Song1-2/+6
2025-07-27crypto: qat - make adf_dev_autoreset() staticGiovanni Cabiddu2-2/+1
2025-07-27crypto: ccp - reduce stack usage in ccp_run_aes_gcm_cmdArnd Bergmann1-77/+86
2025-07-27crypto: qat - refactor ring-related debug functionsGiovanni Cabiddu1-9/+14
2025-07-27crypto: qat - fix seq_file position update in adf_ring_next()Giovanni Cabiddu1-1/+3
2025-07-27crypto: qat - fix DMA direction for compression on GEN2 devicesGiovanni Cabiddu2-5/+5
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+12
2025-07-18crypto: engine - remove request batching supportOvidiu Panait2-3/+2
2025-07-18crypto: qat - flush misc workqueue during device shutdownGiovanni Cabiddu3-0/+7
2025-07-18crypto: qat - enable rate limiting feature for GEN6 devicesSuman Kumar Chakraborty2-0/+91
2025-07-18crypto: qat - add compression slice count for rate limitingSuman Kumar Chakraborty2-0/+2
2025-07-18crypto: qat - add get_svc_slice_cnt() in device data structureSuman Kumar Chakraborty6-14/+26
2025-07-18crypto: qat - add adf_rl_get_num_svc_aes() in rate limitingSuman Kumar Chakraborty6-1/+40
2025-07-18crypto: qat - relocate service related functionsSuman Kumar Chakraborty5-36/+38
2025-07-18crypto: qat - consolidate service enumsSuman Kumar Chakraborty9-50/+47
2025-07-18crypto: qat - add decompression service for rate limitingSuman Kumar Chakraborty3-0/+4
2025-07-18crypto: qat - validate service in rate limiting sysfs apiSuman Kumar Chakraborty3-2/+10
2025-07-18crypto: hisilicon/sec2 - implement full backlog mode for secWenkai Lin2-180/+457
2025-07-18crypto: qat - enable telemetry for GEN6 devicesVijay Sundar Selvamani4-0/+348
2025-07-18crypto: qat - add decompression service to telemetryVijay Sundar Selvamani1-0/+3
2025-07-18crypto: qat - enable power management debugfs for GEN6 devicesGeorge Abraham P4-1/+159
2025-07-18crypto: qat - relocate power management debugfs helper APIsGeorge Abraham P4-86/+108
2025-07-18crypto: qat - fix virtual channel configuration for GEN6 devicesSuman Kumar Chakraborty2-6/+6
2025-07-18crypto: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus8-8/+0
2025-07-18crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build optionLukas Bulwahn5-11/+7
2025-07-18crypto: qat - add live migration enablers for GEN6 devicesMałgorzata Mielnik3-0/+13
2025-07-18crypto: qat - relocate and rename bank state structure definitionSuman Kumar Chakraborty4-45/+47
2025-07-18crypto: qat - relocate bank state helper functionsMałgorzata Mielnik6-209/+258
2025-07-18crypto: qat - replace CHECK_STAT macro with static inline functionSuman Kumar Chakraborty1-14/+19
2025-07-18crypto: qat - use pr_fmt() in adf_gen4_hw_data.cSuman Kumar Chakraborty1-4/+6
2025-07-18crypto: qat - disable ZUC-256 capability for QAT GEN5Bairavi Alagappan1-8/+1
2025-07-18crypto: img-hash - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1