index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-10
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
119
-3100
/
+7988
2024-01-09
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2
-4
/
+4
2023-12-29
crypto: iaa - Account for cpu-less numa nodes
Tom Zanussi
1
-2
/
+13
2023-12-29
crypto: sahara - add support for crypto_engine
Ovidiu Panait
2
-178
/
+148
2023-12-29
crypto: sahara - remove error message for bad aes request size
Ovidiu Panait
1
-4
/
+1
2023-12-29
crypto: sahara - remove unnecessary NULL assignments
Ovidiu Panait
1
-3
/
+0
2023-12-29
crypto: sahara - remove 'active' flag from sahara_aes_reqctx struct
Ovidiu Panait
1
-8
/
+1
2023-12-29
crypto: sahara - use dev_err_probe()
Ovidiu Panait
1
-18
/
+9
2023-12-29
crypto: sahara - use devm_clk_get_enabled()
Ovidiu Panait
1
-23
/
+8
2023-12-29
crypto: sahara - use BIT() macro
Ovidiu Panait
1
-38
/
+38
2023-12-29
crypto: sahara - clean up macro indentation
Ovidiu Panait
1
-91
/
+91
2023-12-29
crypto: sahara - do not resize req->src when doing hash operations
Ovidiu Panait
1
-36
/
+2
2023-12-29
crypto: sahara - fix processing hash requests with req->nbytes < sg->length
Ovidiu Panait
1
-1
/
+4
2023-12-29
crypto: sahara - improve error handling in sahara_sha_process()
Ovidiu Panait
1
-2
/
+8
2023-12-29
crypto: sahara - fix wait_for_completion_timeout() error handling
Ovidiu Panait
1
-8
/
+10
2023-12-29
crypto: sahara - fix ahash reqsize
Ovidiu Panait
1
-2
/
+1
2023-12-29
crypto: sahara - handle zero-length aes requests
Ovidiu Panait
1
-0
/
+3
2023-12-29
crypto: qat - generate dynamically arbiter mappings
Damian Muszynski
5
-112
/
+235
2023-12-29
crypto: qat - add support for ring pair level telemetry
Lucas Segarra Fernandez
10
-5
/
+324
2023-12-29
crypto: qat - add support for device telemetry
Lucas Segarra Fernandez
12
-0
/
+1236
2023-12-29
crypto: qat - add admin msgs for telemetry
Lucas Segarra Fernandez
3
-0
/
+51
2023-12-29
crypto: qat - include pci.h for GET_DEV()
Lucas Segarra Fernandez
1
-0
/
+1
2023-12-29
crypto: iaa - remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2023-12-29
crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()
Tom Zanussi
1
-1
/
+0
2023-12-29
crypto: iaa - Change desc->priv to 0
Tom Zanussi
1
-4
/
+4
2023-12-29
crypto: sun8i-ss - Use helper to set reqsize
Ovidiu Panait
1
-3
/
+2
2023-12-29
crypto: sun8i-ce - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: sl3516 - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: stm32/cryp - Use helper to set reqsize
Ovidiu Panait
1
-1
/
+1
2023-12-29
crypto: artpec6 - Use helper to set reqsize
Ovidiu Panait
1
-4
/
+8
2023-12-29
crypto: amlogic - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: rk3288 - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: octeontx2 - support setting ctx ilen for inline CPT LF
Nithin Dabilpuram
5
-1
/
+61
2023-12-29
crypto: octeontx2 - register error interrupts for inline cptlf
Nithin Dabilpuram
6
-55
/
+155
2023-12-29
crypto: octeontx2 - add ctx_val workaround
Srujana Challa
7
-1
/
+137
2023-12-29
crypto: octeontx2 - update CPT inbound inline IPsec mailbox
Srujana Challa
3
-1
/
+9
2023-12-29
crypto: octeontx2 - add LF reset on queue disable
Srujana Challa
5
-29
/
+86
2023-12-29
crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.
Srujana Challa
2
-4
/
+13
2023-12-29
crypto: octeontx2 - add devlink option to set t106 mode
Srujana Challa
3
-4
/
+52
2023-12-29
crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0
Srujana Challa
14
-175
/
+436
2023-12-29
crypto: octeontx2 - remove CPT block reset
Srujana Challa
1
-43
/
+0
2023-12-22
crypto: stm32/crc32 - fix parsing list of devices
Thomas Bourgoin
1
-1
/
+1
2023-12-22
crypto: qat - add support for 420xx devices
Jie Wang
13
-5
/
+849
2023-12-22
crypto: qat - move fw config related structures
Jie Wang
2
-12
/
+19
2023-12-22
crypto: qat - relocate portions of qat_4xxx code
Jie Wang
8
-484
/
+552
2023-12-22
crypto: qat - change signature of uof_get_num_objs()
Jie Wang
3
-3
/
+3
2023-12-22
crypto: qat - relocate and rename get_service_enabled()
Jie Wang
3
-26
/
+34
2023-12-22
crypto: virtio - Wait for tasklet to complete on device remove
wangyangxin
1
-0
/
+3
2023-12-15
crypto: octeontx2 - Fix cptvf driver cleanup
Bharat Bhushan
2
-2
/
+7
2023-12-15
crypto: hisilicon/sec2 - optimize the error return process
Chenghai Huang
1
-2
/
+5
[next]