aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/qat/qat_common
AgeCommit message (Expand)AuthorFilesLines
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2026-06-11crypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
2026-06-09PCI/P2PDMA: Add Intel QAT, DSA, IAA devices to whitelistLukas Wunner1-5/+0
2026-06-05crypto: qat - simplify adf_service_mask_to_string helperThorsten Blum1-4/+3
2026-06-05crypto: qat - add KPT support for GEN6 devicesJunyuan Wang11-1/+454
2026-05-29crypto: qat - use pci logging variants for PCI-specific messagesAhsan Atta2-12/+11
2026-05-29crypto: qat - protect service table iterations with service_lockAhsan Atta1-0/+16
2026-05-29crypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
2026-05-22crypto: qat - handle sysfs-triggered reset callbacksAhsan Atta1-0/+12
2026-05-22crypto: qat - factor out AER reset helpersAhsan Atta1-33/+53
2026-05-22crypto: qat - skip restart for down devicesAhsan Atta1-0/+8
2026-05-22crypto: qat - centralize bus master enableAhsan Atta3-3/+10
2026-05-22crypto: qat - notify fatal error before AER reset preparationAhsan Atta1-2/+2
2026-05-22crypto: qat - keep VFs enabled during resetAhsan Atta1-1/+11
2026-05-22crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
2026-05-22crypto: qat - remove MODULE_VERSIONGiovanni Cabiddu2-8/+0
2026-05-22crypto: qat - rename adf_ctl_drv.c to adf_module.cGiovanni Cabiddu2-5/+5
2026-05-22crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu7-557/+1
2026-05-05crypto: qat - fix heartbeat error injectionDamian Muszynski3-30/+2
2026-04-03crypto: qat - add support for zstdGiovanni Cabiddu13-30/+753
2026-04-03crypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
2026-04-03crypto: qat - replace scnprintf() with sysfs_emit()Atharv Dubey1-3/+3
2026-04-03crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
2026-04-03crypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
2026-04-03crypto: qat - use acomp_tfm_ctx()Giovanni Cabiddu1-5/+3
2026-03-27crypto: qat - add anti-rollback support for GEN6 devicesSuman Kumar Chakraborty11-5/+361
2026-03-22crypto: qat - add wireless mode support for QAT GEN6George Abraham P4-8/+3
2026-03-15crypto: qat - fix firmware loading failure for GEN6 devicesSuman Kumar Chakraborty3-1/+12
2026-03-15crypto: qat - fix indentation of macros in qat_hal.cSuman Kumar Chakraborty1-11/+11
2026-03-07crypto: qat - Drop redundant local variablesThorsten Blum1-7/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-5/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds13-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook18-43/+43
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-6/+16
2025-12-29crypto: qat - fix duplicate restarting msg during AER errorHarshita Bhilwaria1-2/+0
2025-12-19crypto: qat - fix warning on adf_pfvf_pf_proto.cGiovanni Cabiddu1-0/+10
2025-12-19crypto: qat - fix parameter order used in ICP_QAT_FW_COMN_FLAGS_BUILDGiovanni Cabiddu1-6/+6
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-7/+1
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-2/+0
2025-11-24crypto: qat - convert to common field_get() helperGeert Uytterhoeven1-8/+1
2025-11-24crypto: qat - #undef field_get() before local definitionGeert Uytterhoeven1-0/+1
2025-11-14crypto: qat - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari4-5/+8
2025-10-31crypto: qat - use simple_strtoull to improve qat_uclo_parse_numThorsten Blum1-13/+5
2025-09-20crypto: qat - Return pointer directly in adf_ctl_alloc_resourcesHerbert Xu1-18/+13
2025-09-13crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum1-10/+3
2025-09-13crypto: qat - Use library to prepare HMAC keysEric Biggers1-133/+58
2025-08-30crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()Qianfeng Rong1-1/+1
2025-08-16crypto: qat - add command queue telemetry counters for GEN6Vijay Sundar Selvamani5-0/+184