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
Age
Commit message (
Expand
)
Author
Lines
2025-03-08
crypto: tegra - finalize crypto req on error
Akhil R
-11
/
+17
2025-03-08
crypto: tegra - Do not use fixed size buffers
Akhil R
-75
/
+89
2025-03-08
crypto: tegra - Use separate buffer for setkey
Akhil R
-21
/
+37
2025-03-08
crypto: mxs-dcp - Only set OTP_KEY bit for OTP key
Sven Schwermer
-4
/
+4
2025-03-02
crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_type
Dr. David Alan Gilbert
-13
/
+0
2025-03-02
crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info
Dr. David Alan Gilbert
-100
/
+0
2025-03-02
crypto: stm32 - use the new scatterwalk functions
Eric Biggers
-17
/
+17
2025-03-02
crypto: s5p-sss - use the new scatterwalk functions
Eric Biggers
-27
/
+11
2025-03-02
crypto: nx - use the new scatterwalk functions
Eric Biggers
-50
/
+17
2025-02-22
crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_len
Christian Marangi
-6
/
+19
2025-02-22
crypto: qat - refactor service parsing logic
MaĆgorzata Mielnik
-78
/
+202
2025-02-22
crypto: qat - do not export adf_cfg_services
Giovanni Cabiddu
-1
/
+0
2025-02-22
crypto: qat - reorder objects in qat_common Makefile
Giovanni Cabiddu
-33
/
+33
2025-02-22
crypto: qat - fix object goals in Makefiles
Giovanni Cabiddu
-9
/
+9
2025-02-22
crypto: bcm - set memory to zero only once
Thorsten Blum
-12
/
+12
2025-02-22
crypto: inside-secure - Eliminate duplication in top-level Makefile
Herbert Xu
-2
/
+2
2025-02-22
crypto: ccp - Add support for PCI device 0x1134
Devaraj Rangasamy
-0
/
+1
2025-02-22
crypto: hisilicon/sec2 - fix for sec spec check
Wenkai Lin
-63
/
+39
2025-02-22
crypto: hisilicon/sec2 - fix for aead authsize alignment
Wenkai Lin
-13
/
+9
2025-02-22
crypto: hisilicon/sec2 - fix for aead auth key length
Wenkai Lin
-6
/
+2
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_req pointer
Lukas Wunner
-10
/
+7
2025-02-22
crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
Lukas Wunner
-8
/
+5
2025-02-22
crypto: virtio - Drop superfluous ctx->tfm backpointer
Lukas Wunner
-9
/
+0
2025-02-22
crypto: virtio - Simplify RSA key size caching
Lukas Wunner
-11
/
+8
2025-02-22
crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()
Lukas Wunner
-1
/
+1
2025-02-14
crypto: ccp: Add external API interface for PSP module initialization
Sean Christopherson
-0
/
+14
2025-02-09
crypto: qat - set command ids as reserved
Suman Kumar Chakraborty
-2
/
+2
2025-02-09
crypto: hisilicon/hpre - adapt ECDH for high-performance cores
lizhi
-0
/
+7
2025-02-09
crypto: ccp - Fix check for the primary ASP device
Tom Lendacky
-6
/
+9
2025-02-09
crypto: drivers - Use str_enable_disable-like helpers
Krzysztof Kozlowski
-13
/
+14
2025-02-09
crypto: eip93 - Add Inside Secure SafeXcel EIP-93 crypto engine support
Christian Marangi
-0
/
+4049
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
-1
/
+1
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-32
/
+4
2025-01-24
Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-2895
/
+767
2025-01-20
Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2025-01-15
qat: don't mess with ->d_name
Al Viro
-32
/
+4
2025-01-14
crypto: omap - switch from scatter_walk to plain offset
Eric Biggers
-48
/
+32
2025-01-14
crypto: bcm - Drop unused setting of local 'ptr' variable
Krzysztof Kozlowski
-6
/
+1
2025-01-14
crypto: hisilicon/qm - support new function communication
Yang Shen
-61
/
+175
2024-12-28
crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'
Kanchana P Sridhar
-1
/
+1
2024-12-21
crypto: qce - revert "use __free() for a buffer that's always freed"
Nathan Chancellor
-3
/
+3
2024-12-21
crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()
Joe Hattori
-0
/
+3
2024-12-21
crypto: hisilicon/sec2 - fix for aead invalid authsize
Wenkai Lin
-32
/
+34
2024-12-21
crypto: hisilicon/sec2 - fix for aead icv error
Wenkai Lin
-69
/
+44
2024-12-14
crypto: n2 - remove Niagara2 SPU driver
Eric Biggers
-2515
/
+0
2024-12-14
crypto: qce - fix priority to be less than ARMv8 CE
Eric Biggers
-3
/
+3
2024-12-14
crypto: ccp - Use scoped guard for mutex
Mario Limonciello
-33
/
+20
2024-12-14
crypto: qce - switch to using a mutex
Bartosz Golaszewski
-26
/
+23
2024-12-14
crypto: qce - convert tasklet to workqueue
Bartosz Golaszewski
-16
/
+10
2024-12-14
crypto: qce - use __free() for a buffer that's always freed
Bartosz Golaszewski
-3
/
+3
[prev]
[next]