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
2026-07-27
crypto: omap-sham - use devm_platform_get_and_ioremap_resource
Rosen Penev
1
-86
/
+18
2026-07-27
crypto: omap-aes - use devm_platform_get_and_ioremap_resource
Rosen Penev
1
-72
/
+12
2026-07-27
crypto: hisilicon/sec - use devm_platform_ioremap_resource in sec_map_io
Rosen Penev
1
-16
/
+3
2026-07-27
crypto: keembay - publish OF module alias for OCS AES/SM4
Can Peng
1
-0
/
+1
2026-07-27
crypto: keembay - Initialize completion before requesting IRQ
Linmao Li
1
-2
/
+2
2026-07-22
crypto: ccp: Treat bitmap size as allocation failure
Yury Norov
2
-2
/
+2
2026-07-17
crypto: qce - Mark QCE as BROKEN
Demi Marie Obenour
1
-1
/
+5
2026-07-17
crypto: aspeed - Propagate platform_get_irq() errors
Narasimharao Vadlamudi
2
-2
/
+2
2026-07-17
crypto: sl3516 - drop invalid sg_dma_len checks before DMA mapping
Thorsten Blum
1
-8
/
+0
2026-07-17
crypto: atmel-ecc - avoid stale fallback key after set_secret failure
Thorsten Blum
1
-4
/
+4
2026-07-17
crypto: atmel-sha204a - clear RNG data from memory
Thorsten Blum
1
-4
/
+8
2026-07-17
crypto: atmel-tdes - drop redundant if check in crypt_dma_stop
Thorsten Blum
1
-17
/
+14
2026-07-17
crypto: atmel-tdes - drop redundant return variable in crypt_pdc_stop
Thorsten Blum
1
-4
/
+2
2026-07-17
crypto: atmel-tdes - use __get_free_page in buff_init
Thorsten Blum
1
-2
/
+2
2026-07-17
crypto: atmel-tdes - simplify fast path in crypt_start
Thorsten Blum
1
-15
/
+9
2026-07-17
crypto: qat - use strscpy_pad to simplify adf_service_string_to_mask
Thorsten Blum
3
-11
/
+8
2026-07-13
crypto: keembay - add missing MODULE_DEVICE_TABLE()
Pengpeng Hou
1
-0
/
+1
2026-07-13
crypto: ixp4xx - add missing MODULE_DEVICE_TABLE()
Pengpeng Hou
1
-0
/
+1
2026-07-13
crypto: ccp - Fix memory leak in SEV INIT_EX path
Atish Patra
1
-3
/
+14
2026-07-13
crypto: ccp - Fix possible deadlock in SEV init failure path
Atish Patra
1
-1
/
+1
2026-07-05
crypto: keembay - Fix AEAD unregister count in error path
Myeonghun Pak
1
-2
/
+2
2026-07-05
crypto: rk3288 - fail ahash requests on HASH idle timeout
Pengpeng Hou
1
-1
/
+6
2026-07-05
crypto: qce - Remove unsafe/deprecated algorithms
Bartosz Golaszewski
7
-239
/
+20
2026-07-05
crypto: mxs-dcp - fix source scatterlist length access
Thorsten Blum
1
-1
/
+1
2026-07-05
crypto: sa2ul - stop probe if context pool creation fails
Pengpeng Hou
1
-1
/
+5
2026-07-05
crypto: caam - Remove crypto_rng interface
Eric Biggers
5
-268
/
+0
2026-07-05
crypto: sun8i-ss - Remove crypto_rng interface
Eric Biggers
5
-254
/
+0
2026-07-05
crypto: sun8i-ce - Remove crypto_rng interface
Eric Biggers
5
-260
/
+0
2026-07-05
crypto: ccp - Introduce SNP_VERIFY_MITIGATION command
Pratik R. Sampat
2
-0
/
+180
2026-07-05
crypto: qce - drop unused scatterlist traversal in qce_ahash_update
Thorsten Blum
1
-26
/
+5
2026-07-05
crypto: crypto4xx - move ioremapping up
Rosen Penev
1
-7
/
+4
2026-07-05
crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
Lothar Rubusch
1
-1
/
+5
2026-07-05
crypto: atmel-ecc - reject hardware ECDH without a public key
Thorsten Blum
1
-0
/
+3
2026-07-05
crypto: atmel-ecc - drop unused curve id from atmel_ecdh_ctx
Thorsten Blum
1
-3
/
+0
2026-07-05
crypto: atmel-tdes - use scatterlist length before DMA mapping
Thorsten Blum
1
-3
/
+2
2026-07-05
crypto: atmel-ecc - clean up and improve ECDH comments
Thorsten Blum
1
-24
/
+14
2026-07-05
crypto: atmel-i2c - improve comment in atmel_i2c_init_ecdh_cmd
Thorsten Blum
1
-3
/
+2
2026-07-05
hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/
Eric Biggers
3
-182
/
+0
2026-07-05
crypto: qcom-rng - Remove crypto_rng interface
Eric Biggers
2
-140
/
+19
2026-07-05
crypto: qcom-rng - Allow zero as a random number
Eric Biggers
1
-2
/
+0
2026-07-05
crypto: qcom-rng - Enable clock in hwrng case
Eric Biggers
1
-0
/
+16
2026-07-05
crypto: qat - clear AES key schedule from stack
Giovanni Cabiddu
1
-0
/
+1
2026-07-05
crypto: qat - cancel work on re-enable SR-IOV timeout
Giovanni Cabiddu
1
-0
/
+2
2026-07-05
crypto: octeontx - use 2-arg strscpy where destination size is known
Thorsten Blum
2
-4
/
+4
2026-07-05
crypto: qat - use 2-arg strscpy where destination size is known
Thorsten Blum
5
-7
/
+11
2026-07-05
crypto: hisilicon - use 2-arg strscpy where destination size is known
Thorsten Blum
1
-4
/
+1
2026-07-05
crypto: ccp - use 2-arg strscpy where destination size is known
Thorsten Blum
1
-1
/
+1
2026-07-05
crypto: cavium - use 2-arg strscpy where destination size is known
Thorsten Blum
1
-1
/
+2
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
12
-12
/
+0
2026-06-30
crypto: atmel: Use dmaengine_prep_config_sg() API
Frank Li
1
-7
/
+3
[prev]
[next]