index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabled
Tom Lendacky
1
-19
/
+48
2024-01-29
crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
Brijesh Singh
1
-26
/
+167
2024-01-29
crypto: ccp: Provide an API to issue SEV and SNP commands
Brijesh Singh
1
-1
/
+2
2024-01-29
crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
Brijesh Singh
2
-20
/
+262
2024-01-29
crypto: ccp: Define the SEV-SNP commands
Brijesh Singh
1
-0
/
+16
2024-01-26
crypto: qat - use kcalloc_node() instead of kzalloc_node()
Erick Archer
1
-1
/
+1
2024-01-26
crypto: sun8i-ce - Use kcalloc() instead of kzalloc()
Erick Archer
1
-1
/
+1
2024-01-26
crypto: hisilicon - Fix smp_processor_id() warnings
Wenkai Lin
3
-3
/
+3
2024-01-26
crypto: hisilicon/qm - dump important registers values before resetting
Weili Qian
1
-0
/
+24
2024-01-26
crypto: hisilicon/qm - support get device state
Weili Qian
1
-0
/
+29
2024-01-26
crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()
Minjie Du
1
-2
/
+0
2024-01-26
crypto: iaa - Remove header table code
Tom Zanussi
3
-131
/
+3
2024-01-26
crypto: qat - avoid memcpy() overflow warning
Arnd Bergmann
1
-0
/
+3
2024-01-26
crypto: vmx - Move to arch/powerpc/crypto
Danny Tsen
15
-5281
/
+8
2024-01-26
crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
Markus Elfring
1
-6
/
+6
2024-01-26
crypto: caam - fix asynchronous hash
Gaurav Jain
2
-4
/
+10
2024-01-26
crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx
Damian Muszynski
1
-0
/
+1
2024-01-10
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
119
-3091
/
+7979
2024-01-08
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
-176
/
+146
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
-86
/
+86
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
[prev]
[next]