index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
bin
/
stackcollapse-report
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
Revert "crypto: powerpc/poly1305 - Add SIMD fallback"
Herbert Xu
3
-40
/
+4
2025-05-19
crypto: ccp - Add missing tee info reg for teev2
Mario Limonciello
1
-0
/
+1
2025-05-19
crypto: ccp - Add missing bootloader info reg for pspv5
Mario Limonciello
1
-0
/
+1
2025-05-19
crypto: sun8i-ce - move fallback ahash_request to the end of the struct
Ovidiu Panait
1
-1
/
+1
2025-05-19
crypto: octeontx2 - Use dynamic allocated memory region for lmtst
Bharat Bhushan
11
-38
/
+124
2025-05-19
crypto: octeontx2 - Initialize cptlfs device info once
Bharat Bhushan
4
-9
/
+9
2025-05-19
crypto: xts - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-05-19
crypto: lrw - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-05-19
crypto: testmgr - Add hash export format testing
Herbert Xu
3
-9
/
+94
2025-05-19
crypto: testmgr - Use ahash for generic tfm
Herbert Xu
1
-19
/
+18
2025-05-19
crypto: hmac - Add ahash support
Herbert Xu
4
-15
/
+345
2025-05-19
crypto: testmgr - Ignore EEXIST on shash allocation
Herbert Xu
1
-1
/
+1
2025-05-19
crypto: algapi - Add driver template support to crypto_inst_setname
Herbert Xu
2
-6
/
+14
2025-05-19
crypto: shash - Set reqsize in shash_alg
Herbert Xu
2
-1
/
+2
2025-05-19
crypto: hmac - Add export_core and import_core
Herbert Xu
1
-0
/
+19
2025-05-19
crypto: hmac - Zero shash desc in setkey
Herbert Xu
1
-25
/
+10
2025-05-19
crypto: ahash - Handle partial blocks in API
Herbert Xu
2
-281
/
+258
2025-05-19
crypto: hash - Add export_core and import_core hooks
Herbert Xu
4
-11
/
+68
2025-05-19
crypto: hash - Move core export and import into internel/hash.h
Herbert Xu
2
-48
/
+48
2025-05-19
dt-bindings: crypto: Convert Marvell CESA to DT schema
Rob Herring (Arm)
3
-76
/
+133
2025-05-19
dt-bindings: crypto: Convert img,hash-accelerator to DT schema
Rob Herring (Arm)
2
-27
/
+69
2025-05-19
dt-bindings: crypto: Convert hisilicon,hip0{6,7}-sec to DT schema
Rob Herring (Arm)
2
-67
/
+134
2025-05-19
dt-bindings: crypto: Convert brcm,spum-crypto to DT schema
Rob Herring (Arm)
2
-22
/
+44
2025-05-19
dt-bindings: crypto: Convert axis,artpec6-crypto to DT schema
Rob Herring (Arm)
2
-16
/
+39
2025-05-19
dt-bindings: crypto: Convert amd,ccp-seattle-v1a to DT schema
Rob Herring (Arm)
2
-17
/
+38
2025-05-19
dt-bindings: crypto: Drop obsolete mediatek,eip97-crypto
Rob Herring (Arm)
1
-25
/
+0
2025-05-19
dt-bindings: crypto: fsl,sec-v4.0: Add fsl,sec-v6.0
Rob Herring (Arm)
2
-158
/
+9
2025-05-19
crypto: qat - enable reporting of error counters for GEN6 devices
Suman Kumar Chakraborty
2
-4
/
+6
2025-05-19
crypto: qat - enable RAS support for GEN6 devices
Suman Kumar Chakraborty
4
-0
/
+1325
2025-05-19
crypto: ccp - Add support for PCI device 0x17D8
John Allen
1
-0
/
+1
2025-05-14
crypto: marvell/cesa - Avoid empty transfer descriptor
Herbert Xu
1
-1
/
+1
2025-05-14
crypto: marvell/cesa - Handle zero-length skcipher requests
Herbert Xu
1
-0
/
+3
2025-05-14
crypto: powerpc/poly1305 - Add SIMD fallback
Herbert Xu
3
-4
/
+40
2025-05-14
crypto: iaa - Optimize rebalance_wq_table()
Yury Norov
1
-21
/
+14
2025-05-14
crypto: qat/qat_6xxx - Fix NULL vs IS_ERR() check in adf_probe()
Dan Carpenter
1
-2
/
+2
2025-05-12
crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTS
Eric Biggers
2
-4
/
+4
2025-05-12
crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
Eric Biggers
9
-9
/
+1
2025-05-12
crypto: testmgr - rename noextratests to noslowtests
Eric Biggers
1
-21
/
+20
2025-05-12
crypto: testmgr - make it easier to enable the full set of tests
Eric Biggers
4
-72
/
+8
2025-05-12
crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
Eric Biggers
18
-40
/
+41
2025-05-12
crypto: testmgr - remove panic_on_fail
Eric Biggers
1
-7
/
+3
2025-05-12
crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK
Eric Biggers
33
-39
/
+43
2025-05-12
crypto: null - use memcpy_sglist()
Eric Biggers
1
-13
/
+4
2025-05-12
crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULL
Eric Biggers
2
-8
/
+4
2025-05-12
crypto: null - remove the default null skcipher
Eric Biggers
2
-56
/
+0
2025-05-12
crypto: krb5enc - do not select CRYPTO_NULL
Eric Biggers
1
-1
/
+0
2025-05-12
crypto: geniv - use memcpy_sglist() instead of null skcipher
Eric Biggers
5
-43
/
+7
2025-05-12
crypto: gcm - use memcpy_sglist() instead of null skcipher
Eric Biggers
2
-38
/
+4
2025-05-12
crypto: authenc - use memcpy_sglist() instead of null skcipher
Eric Biggers
3
-67
/
+4
2025-05-12
crypto: algif_aead - use memcpy_sglist() instead of null skcipher
Eric Biggers
2
-84
/
+18
[next]