index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
intel
/
qat
Age
Commit message (
Expand
)
Author
Lines
2026-04-12
crypto: qat - fix IRQ cleanup on 6xxx probe failure
Giovanni Cabiddu
-1
/
+3
2026-04-03
crypto: qat - add support for zstd
Giovanni Cabiddu
-30
/
+773
2026-04-03
crypto: qat - use swab32 macro
Giovanni Cabiddu
-4
/
+6
2026-04-03
crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
Eric Biggers
-0
/
+1
2026-04-03
crypto: qat - replace scnprintf() with sysfs_emit()
Atharv Dubey
-3
/
+3
2026-04-03
crypto: qat - fix type mismatch in RAS sysfs show functions
Giovanni Cabiddu
-6
/
+6
2026-04-03
crypto: qat - fix compression instance leak
Giovanni Cabiddu
-2
/
+8
2026-04-03
crypto: qat - use acomp_tfm_ctx()
Giovanni Cabiddu
-5
/
+3
2026-04-03
crypto: qat - disable 420xx AE cluster when lead engine is fused off
Ahsan Atta
-2
/
+18
2026-04-03
crypto: qat - disable 4xxx AE cluster when lead engine is fused off
Ahsan Atta
-2
/
+12
2026-03-27
crypto: qat - add anti-rollback support for GEN6 devices
Suman Kumar Chakraborty
-5
/
+383
2026-03-22
crypto: qat - add wireless mode support for QAT GEN6
George Abraham P
-18
/
+137
2026-03-15
crypto: qat - fix firmware loading failure for GEN6 devices
Suman Kumar Chakraborty
-1
/
+12
2026-03-15
crypto: qat - fix indentation of macros in qat_hal.c
Suman Kumar Chakraborty
-11
/
+11
2026-03-07
crypto: qat - Drop redundant local variables
Thorsten Blum
-7
/
+3
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-5
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-27
/
+27
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-43
/
+43
2026-02-10
Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
-6
/
+19
2025-12-29
crypto: qat - fix duplicate restarting msg during AER error
Harshita Bhilwaria
-2
/
+0
2025-12-19
crypto: qat - fix warning on adf_pfvf_pf_proto.c
Giovanni Cabiddu
-0
/
+10
2025-12-19
crypto: qat - add bank state save and restore for qat_420xx
Giovanni Cabiddu
-0
/
+3
2025-12-19
crypto: qat - fix parameter order used in ICP_QAT_FW_COMN_FLAGS_BUILD
Giovanni Cabiddu
-6
/
+6
2025-12-06
Merge tag 'bitmap-for-6.19' of github.com:/norov/linux
Linus Torvalds
-7
/
+1
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+0
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-2
/
+0
2025-11-24
crypto: qat - convert to common field_get() helper
Geert Uytterhoeven
-8
/
+1
2025-11-24
crypto: qat - #undef field_get() before local definition
Geert Uytterhoeven
-0
/
+1
2025-11-14
crypto: qat - add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-5
/
+8
2025-10-31
crypto: qat - use simple_strtoull to improve qat_uclo_parse_num
Thorsten Blum
-13
/
+5
2025-09-20
crypto: qat - Return pointer directly in adf_ctl_alloc_resources
Herbert Xu
-18
/
+13
2025-09-13
crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()
Thorsten Blum
-10
/
+3
2025-09-13
crypto: qat - Use library to prepare HMAC keys
Eric Biggers
-137
/
+61
2025-08-30
crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
Qianfeng Rong
-1
/
+1
2025-08-16
crypto: qat - add command queue telemetry counters for GEN6
Vijay Sundar Selvamani
-0
/
+184
2025-08-16
crypto: qat - add ring buffer idle telemetry counter for GEN6
Vijay Sundar Selvamani
-0
/
+9
2025-07-31
Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-444
/
+1252
2025-07-27
crypto: qat - make adf_dev_autoreset() static
Giovanni Cabiddu
-2
/
+1
2025-07-27
crypto: qat - refactor ring-related debug functions
Giovanni Cabiddu
-9
/
+14
2025-07-27
crypto: qat - fix seq_file position update in adf_ring_next()
Giovanni Cabiddu
-1
/
+3
2025-07-27
crypto: qat - fix DMA direction for compression on GEN2 devices
Giovanni Cabiddu
-5
/
+5
2025-07-18
crypto: qat - flush misc workqueue during device shutdown
Giovanni Cabiddu
-0
/
+7
2025-07-18
crypto: qat - enable rate limiting feature for GEN6 devices
Suman Kumar Chakraborty
-0
/
+91
2025-07-18
crypto: qat - add compression slice count for rate limiting
Suman Kumar Chakraborty
-0
/
+2
2025-07-18
crypto: qat - add get_svc_slice_cnt() in device data structure
Suman Kumar Chakraborty
-14
/
+26
2025-07-18
crypto: qat - add adf_rl_get_num_svc_aes() in rate limiting
Suman Kumar Chakraborty
-1
/
+40
2025-07-18
crypto: qat - relocate service related functions
Suman Kumar Chakraborty
-36
/
+38
2025-07-18
crypto: qat - consolidate service enums
Suman Kumar Chakraborty
-50
/
+47
2025-07-18
crypto: qat - add decompression service for rate limiting
Suman Kumar Chakraborty
-0
/
+4
[next]