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-07-28
crypto: caam - Use struct_size()
Christophe JAILLET
1
-2
/
+1
2023-07-28
hwrng: cn10k - use dev_err_probe
Martin Kaiser
1
-8
/
+4
2023-07-28
hwrng: cn10k - delete empty remove function
Martin Kaiser
1
-6
/
+0
2023-07-28
hwrng: cctrng - use dev_err_probe in error paths
Martin Kaiser
1
-20
/
+10
2023-07-28
hwrng: cctrng - merge cc_trng_clk_init into its only caller
Martin Kaiser
1
-20
/
+4
2023-07-28
hwrng: cctrng - let devres enable the clock
Martin Kaiser
1
-24
/
+5
2023-07-28
hwrng: cctrng - don't open code init and exit functions
Martin Kaiser
1
-15
/
+5
2023-07-28
KEYS: use kfree_sensitive with key
Mahmoud Adam
1
-4
/
+4
2023-07-28
crypto: starfive - Add AES skcipher and aead support
Jia Jie Ho
5
-7
/
+1132
2023-07-22
hwrng: arm-smccc-trng - don't set drvdata
Martin Kaiser
1
-2
/
+0
2023-07-22
crypto: x86/aesni - remove unused parameter to aes_set_key_common()
Eric Biggers
1
-13
/
+9
2023-07-22
crypto: hisilicon/hpre - enable sva error interrupt event
Weili Qian
1
-1
/
+4
2023-07-22
crypto: hisilicon/qm - increase device doorbell timeout
Weili Qian
1
-0
/
+6
2023-07-22
crypto: hisilicon/qm - stop function and write data to memory
Weili Qian
2
-7
/
+9
2023-07-22
crypto: hisilicon/qm - flush all work before driver removed
Weili Qian
1
-0
/
+8
2023-07-22
crypto: stm32 - remove flag HASH_FLAGS_DMA_READY
Thomas Bourgoin
1
-13
/
+8
2023-07-22
crypto: stm32 - fix MDMAT condition
Thomas Bourgoin
1
-1
/
+1
2023-07-22
crypto: stm32 - check request size and scatterlist size when using DMA.
Thomas Bourgoin
1
-5
/
+10
2023-07-22
crypto: stm32 - fix loop iterating through scatterlist for DMA
Thomas Bourgoin
1
-1
/
+1
2023-07-22
crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.
Thomas Bourgoin
1
-3
/
+3
2023-07-22
crypto: stm32 - add new algorithms support
Thomas Bourgoin
2
-125
/
+543
2023-07-22
dt-bindings: crypto: add new compatible for stm32-hash
Lionel Debieve
1
-0
/
+1
2023-07-22
hwrng: ba431 - use dev_err_probe after failed registration
Martin Kaiser
1
-4
/
+2
2023-07-22
hwrng: ba431 - don't init of_device_id's data
Martin Kaiser
1
-1
/
+1
2023-07-22
hwrng: ba431 - do not set drvdata
Martin Kaiser
1
-2
/
+0
2023-07-22
hwrng: ingenic - switch to device managed registration
Martin Kaiser
1
-11
/
+1
2023-07-22
hwrng: ingenic - don't disable the rng in ingenic_trng_remove
Martin Kaiser
1
-5
/
+0
2023-07-22
hwrng: ingenic - use dev_err_probe in error paths
Martin Kaiser
1
-12
/
+8
2023-07-22
hwrng: ingenic - use devm_clk_get_enabled
Martin Kaiser
1
-18
/
+6
2023-07-22
hwrng: ingenic - remove dead assignments
Martin Kaiser
1
-2
/
+0
2023-07-22
hwrng: ingenic - remove two unused defines
Martin Kaiser
1
-2
/
+0
2023-07-22
hwrng: ingenic - enable compile testing
Martin Kaiser
1
-2
/
+1
2023-07-20
crypto: hisilicon/hpre - ensure private key less than n
Weili Qian
1
-2
/
+8
2023-07-20
crypto: starfive - Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-07-20
hwrng: timeriomem - Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-15
/
+10
2023-07-20
crypto: atmel-tdes - Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-11
/
+3
2023-07-20
crypto: atmel-sha - Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-12
/
+3
2023-07-20
crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-12
/
+3
2023-07-20
crypto: keembay - Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-9
/
+1
2023-07-20
crypto: omap-des - Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+1
2023-07-20
hwrng: pic32 - enable TRNG only while it's used
Martin Kaiser
1
-22
/
+19
2023-07-20
hwrng: pic32 - remove unused defines
Martin Kaiser
1
-10
/
+3
2023-07-20
hwrng: pic32 - use devm_clk_get_enabled
Martin Kaiser
1
-14
/
+5
2023-07-20
hwrng: pic32 - enable compile-testing
Martin Kaiser
1
-1
/
+1
2023-07-20
hwrng: exynos - switch to DEFINE_SIMPLE_DEV_PM_OPS
Martin Kaiser
1
-4
/
+4
2023-07-20
hwrng: imx-rngc - use dev_err_probe
Martin Kaiser
1
-16
/
+8
2023-07-20
crypto: qat - replace the if statement with min()
You Kangren
1
-5
/
+2
2023-07-20
hwrng: nomadik - use dev_err_probe
Martin Kaiser
1
-5
/
+2
2023-07-20
hwrng: nomadik - keep clock enabled while hwrng is registered
Martin Kaiser
1
-9
/
+3
2023-07-20
crypto: qat - add heartbeat counters check
Damian Muszynski
6
-0
/
+81
[next]