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-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
2023-07-20
crypto: qat - add heartbeat feature
Damian Muszynski
21
-2
/
+662
2023-07-20
crypto: qat - add measure clock frequency
Damian Muszynski
16
-0
/
+268
2023-07-20
crypto: qat - drop obsolete heartbeat interface
Damian Muszynski
1
-15
/
+0
2023-07-20
crypto: qat - add internal timer for qat 4xxx
Damian Muszynski
10
-0
/
+137
2023-07-20
crypto: qat - add fw_counters debugfs file
Lucas Segarra Fernandez
8
-0
/
+313
2023-07-20
crypto: sig - Remove some unused functions
Jiapeng Chong
1
-5
/
+0
2023-07-20
crypto: ccp - Add Mario to MAINTAINERS
Mario Limonciello
1
-0
/
+12
2023-07-20
crypto: ccp - Add unit tests for dynamic boost control
Mario Limonciello
1
-0
/
+266
2023-07-20
crypto: ccp - Add a sample python script for Dynamic Boost Control
Mario Limonciello
3
-0
/
+199
2023-07-20
crypto: ccp - Add a sample library for ioctl use
Mario Limonciello
2
-0
/
+85
2023-07-20
crypto: ccp - Add support for getting and setting DBC parameters
Mario Limonciello
4
-0
/
+109
2023-07-20
crypto: ccp - Add support for setting user ID for dynamic boost control
Mario Limonciello
4
-0
/
+45
2023-07-20
crypto: ccp - Add support for fetching a nonce for dynamic boost control
Mario Limonciello
9
-1
/
+321
2023-07-20
crypto: ccp - move setting PSP master to earlier in the init
Mario Limonciello
1
-3
/
+7
2023-07-20
crypto: ccp - Add bootloader and TEE version offsets
Mario Limonciello
1
-0
/
+5
2023-07-20
crypto: ccp - Add support for displaying PSP firmware versions
Mario Limonciello
3
-0
/
+84
2023-07-20
crypto: ccp - Rename macro for security attributes
Mario Limonciello
1
-13
/
+13
2023-07-14
crypto: qat - change value of default idle filter
Giovanni Cabiddu
1
-1
/
+1
2023-07-14
crypto: x86/aesni - Align the address before aes_set_key_common()
Chang S. Bae
1
-6
/
+6
2023-07-14
crypto: lrw,xts - Replace strlcpy with strscpy
Azeem Shaikh
2
-6
/
+6
2023-07-14
KEYS: fix kernel-doc warnings in verify_pefile
Gaosheng Cui
1
-1
/
+1
2023-07-14
crypto: powerpc - Add chacha20/poly1305-p10 to Kconfig and Makefile
Danny Tsen
2
-0
/
+30
2023-07-14
crypto: poly1305-p10 - Glue code for optmized Poly1305 implementation for ppc...
Danny Tsen
1
-0
/
+186
2023-07-14
crypto: poly1305-p10 - An optimized Poly1305 implementation with 4-way unroll...
Danny Tsen
1
-0
/
+1075
2023-07-14
crypt: chacha20-p10 - Glue code for optmized Chacha20 implementation for ppc64le
Danny Tsen
1
-0
/
+221
2023-07-14
crypto: chacha20-p10 - An optimized Chacha20 implementation with 8-way unroll...
Danny Tsen
1
-0
/
+842
[prev]
[next]