index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
crypto: safexcel - Use crypto_wait_req
Herbert Xu
4
-68
/
+24
2023-02-10
crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asm
Peter Lafreniere
1
-5
/
+4
2023-02-10
crypto: x86/blowfish - Convert to use ECB/CBC helpers
Peter Lafreniere
2
-168
/
+58
2023-02-10
crypto: x86/blowfish - Remove unused encode parameter
Peter Lafreniere
2
-57
/
+7
2023-02-10
crypto: arm64/aes-ccm - Rewrite skcipher walker loop
Herbert Xu
1
-31
/
+26
2023-02-10
MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER
Lukas Bulwahn
1
-1
/
+1
2023-02-10
Documentation: qat: change kernel version
Meadhbh
1
-2
/
+2
2023-02-03
hwrng: starfive - Enable compile testing
Herbert Xu
1
-2
/
+1
2023-02-03
crypto: ux500/hash - delete driver
Linus Walleij
7
-2414
/
+0
2023-02-03
crypto: stm32/hash - Support Ux500 hash
Linus Walleij
1
-35
/
+219
2023-02-03
crypto: stm32/hash - Wait for idle before final CPU xmit
Linus Walleij
1
-0
/
+3
2023-02-03
crypto: stm32/hash - Use existing busy poll function
Linus Walleij
1
-2
/
+4
2023-02-03
crypto: stm32/hash - Simplify code
Linus Walleij
1
-2
/
+1
2023-02-03
dt-bindings: crypto: Let STM32 define Ux500 HASH
Linus Walleij
1
-1
/
+22
2023-02-03
crypto: marvell/cesa - Use crypto_wait_req
Herbert Xu
1
-33
/
+8
2023-02-03
crypto: img-hash - Fix sparse endianness warning
Herbert Xu
1
-4
/
+4
2023-02-03
crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware
Tom Lendacky
1
-1
/
+5
2023-02-03
crypto: qat - add qat_zlib_deflate
Lucas Segarra Fernandez
1
-12
/
+154
2023-02-03
crypto: qat - extend buffer list logic interface
Lucas Segarra Fernandez
3
-5
/
+37
2023-02-03
Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad...
Herbert Xu
1
-1
/
+1
2023-02-03
crypto: x86 - exit fpu context earlier in ECB/CBC macros
Peter Lafreniere
1
-4
/
+15
2023-01-27
crypto: engine - Fix excess parameter doc warning
Herbert Xu
1
-1
/
+1
2023-01-27
crypto: xts - Handle EBUSY correctly
Herbert Xu
1
-4
/
+4
2023-01-27
crypto: caam - Use ahash_request_complete
Herbert Xu
2
-6
/
+6
2023-01-27
crypto: bcm - Use subrequest for fallback
Herbert Xu
2
-70
/
+37
2023-01-27
crypto: cryptd - Remove unnecessary skcipher_request_zero
Herbert Xu
1
-2
/
+0
2023-01-27
crypto: aspeed - Use devm_platform_get_and_ioremap_resource()
ye xingchen
1
-4
/
+1
2023-01-27
crypto: aspeed - change aspeed_acry_akcipher_algs to static
Yang Yingliang
1
-1
/
+1
2023-01-27
crypto: testmgr - disallow certain DRBG hash functions in FIPS mode
Vladis Dronov
1
-4
/
+0
2023-01-27
hwrng: starfive - Add TRNG driver for StarFive SoC
Jia Jie Ho
4
-0
/
+411
2023-01-27
dt-bindings: rng: Add StarFive TRNG module
Jia Jie Ho
1
-0
/
+55
2023-01-27
crypto: ccp - Add a firmware definition for EPYC gen 4 processors
Tom Lendacky
1
-0
/
+1
2023-01-27
crypto: ccp - Provide MMIO register naming for documenation
Tom Lendacky
1
-23
/
+23
2023-01-20
crypto: x86/aria-avx512 - fix build failure with old binutils
Taehee Yoo
1
-1
/
+1
2023-01-20
crypto: x86/aria-avx2 - fix build failure with old binutils
Taehee Yoo
2
-2
/
+12
2023-01-20
crypto: x86/aria-avx - fix build failure with old binutils
Taehee Yoo
3
-1
/
+18
2023-01-20
crypto: seqiv - Handle EBUSY correctly
Herbert Xu
1
-1
/
+1
2023-01-20
crypto: essiv - Handle EBUSY correctly
Herbert Xu
1
-1
/
+6
2023-01-20
crypto: atmel-i2c - avoid defines prefixed with CONFIG
Lukas Bulwahn
2
-2
/
+2
2023-01-20
crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'
Meadhbh Fitzpatrick
3
-45
/
+45
2023-01-20
crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...
Lukas Bulwahn
1
-4
/
+4
2023-01-20
crypto: stm32 - Use accelerated readsl/writesl
Linus Walleij
1
-26
/
+11
2023-01-20
crypto: aspeed - Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-01-20
crypto: ccp - Failure on re-initialization due to duplicate sysfs filename
Koba Ko
1
-4
/
+17
2023-01-20
crypto: aead - fix inaccurate documentation
Ard Biesheuvel
1
-10
/
+10
2023-01-20
crypto: tcrypt - include larger key sizes in RFC4106 benchmark
Ard Biesheuvel
2
-5
/
+5
2023-01-20
crypto: arm64/gcm - add RFC4106 support
Ard Biesheuvel
1
-38
/
+107
2023-01-18
crypto: p10-aes-gcm - Revert implementation
Herbert Xu
7
-6330
/
+0
2023-01-13
crypto: sun8i-ce - Add TRNG clock to the D1 variant
Samuel Holland
2
-1
/
+2
2023-01-13
dt-bindings: crypto: sun8i-ce: Add compatible for D1
Samuel Holland
1
-8
/
+25
[next]