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-05-22
crypto: atmel-i2c - drop redundant void * callback cast in enqueue
Thorsten Blum
1
-1
/
+1
2026-05-22
crypto: tegra - Don't touch bo refcount in host1x bo pin/unpin
Mikko Perttunen
1
-2
/
+1
2026-05-22
crypto: qat - handle sysfs-triggered reset callbacks
Ahsan Atta
1
-0
/
+12
2026-05-22
crypto: qat - factor out AER reset helpers
Ahsan Atta
1
-33
/
+53
2026-05-22
crypto: qat - skip restart for down devices
Ahsan Atta
1
-0
/
+8
2026-05-22
crypto: qat - centralize bus master enable
Ahsan Atta
12
-15
/
+10
2026-05-22
crypto: qat - notify fatal error before AER reset preparation
Ahsan Atta
1
-2
/
+2
2026-05-22
crypto: qat - keep VFs enabled during reset
Ahsan Atta
1
-1
/
+11
2026-05-22
crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()
Giovanni Cabiddu
4
-2
/
+61
2026-05-22
crypto: qat - remove MODULE_VERSION
Giovanni Cabiddu
10
-16
/
+0
2026-05-22
crypto: atmel - use min3 to simplify atmel_sha_append_sg
Thorsten Blum
1
-4
/
+4
2026-05-22
crypto: cesa - use max to simplify mv_cesa_probe
Thorsten Blum
1
-3
/
+2
2026-05-22
crypto: qat - rename adf_ctl_drv.c to adf_module.c
Giovanni Cabiddu
2
-5
/
+5
2026-05-22
crypto: qat - remove unused character device and IOCTLs
Giovanni Cabiddu
7
-557
/
+1
2026-05-22
crypto: hisilicon/sec2 - lower priority for hisilicon crypto implementations
lizhi
1
-1
/
+1
2026-05-15
crypto: atmel-ecc - drop CONFIG_OF guard and of_match_ptr
Thorsten Blum
1
-10
/
+4
2026-05-15
crypto: atmel-sha204a - drop __maybe_unused and of_match_ptr
Thorsten Blum
1
-4
/
+4
2026-05-15
crypto: safexcel - Fix potential memory leak in safexcel_pci_probe()
Abdun Nihaal
1
-1
/
+1
2026-05-15
crypto: amlogic - avoid double cleanup in meson_crypto_probe()
Dawei Feng
1
-1
/
+1
2026-05-15
crypto: talitos - use devm_platform_ioremap_resource()
Rosen Penev
1
-7
/
+3
2026-05-15
crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitation
Paul Louvel
1
-8
/
+39
2026-05-15
crypto: talitos/hash - remove useless wrapper
Paul Louvel
1
-6
/
+1
2026-05-15
crypto: talitos/hash - rename first_desc/last_desc to first_request/last_request
Paul Louvel
1
-16
/
+13
2026-05-15
crypto: talitos/hash - drop workqueue mechanism for SEC1
Paul Louvel
1
-73
/
+7
2026-05-15
crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueue
Paul Louvel
2
-63
/
+115
2026-05-15
crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional descriptor
Paul Louvel
1
-95
/
+6
2026-05-15
crypto: talitos - move code in current_desc_hdr() into a standalone function
Paul Louvel
1
-16
/
+19
2026-05-15
crypto: talitos - move dma mapping code in talitos_submit() into a standalone dma_map_request() function
Paul Louvel
1
-34
/
+41
2026-05-15
crypto: talitos - move dma unmapping code in flush_channel() into a standalone dma_unmap_request() function
Paul Louvel
1
-17
/
+22
2026-05-15
crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1
Paul Louvel
2
-58
/
+124
2026-05-15
crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor header
Paul Louvel
1
-7
/
+19
2026-05-15
crypto: ccp/sev-dev-tsm - bail out early when pdev->bus is NULL
Stepan Ionichev
1
-3
/
+10
2026-05-15
crypto: atmel-ecc - replace min_t with min
Thorsten Blum
1
-2
/
+2
2026-05-15
crypto: ccree - replace snprintf("%s") with strscpy
Thorsten Blum
3
-17
/
+12
2026-05-15
crypto: artpec6 - refactor crypto_setup_out_descr for readability
Thorsten Blum
1
-12
/
+9
2026-05-15
crypto: talitos - allocate channels with main struct
Rosen Penev
2
-14
/
+10
2026-05-15
crypto: drivers - Move MODULE_DEVICE_TABLE next to the table itself
Krzysztof Kozlowski
6
-6
/
+6
2026-05-15
crypto: ccp - Treat zero-length cert chain as query for blob lengths
Sean Christopherson
1
-1
/
+2
2026-05-15
crypto: safexcel - Remove repeated plus
Aleksander Jan Bajkowski
1
-1
/
+1
2026-05-15
crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)
Tycho Andersen (AMD)
1
-29
/
+4
2026-05-15
crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)
Tycho Andersen (AMD)
1
-13
/
+4
2026-05-15
crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)
Tycho Andersen (AMD)
1
-12
/
+1
2026-05-15
crypto: ccp - Do not initialize SNP for SEV ioctls
Tycho Andersen (AMD)
1
-5
/
+2
2026-05-15
crypto: drivers - Drop explicit assigment of 0 in pci_device_id array
Uwe Kleine-König (The Capable Hub)
4
-9
/
+9
2026-05-15
crypto: ccp - Define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
1
-14
/
+14
2026-05-13
crypto/ccp: export firmware supported vm types
Tycho Andersen
1
-0
/
+70
2026-05-13
crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUS
Tycho Andersen
1
-8
/
+23
2026-05-08
crypto/ccp: Skip SNP_INIT if preparation fails
Tycho Andersen (AMD)
1
-1
/
+3
2026-05-07
crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204A
Thorsten Blum
1
-7
/
+12
2026-05-07
crypto: starfive - use list_first_entry_or_null to simplify cryp_find_dev
Thorsten Blum
1
-11
/
+6
[prev]
[next]