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
path:
root
/
drivers
/
char
/
hw_random
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
15
-131
/
+537
2023-10-13
hwrng: n2 - Use device_get_match_data()
Rob Herring
1
-7
/
+3
2023-10-05
hwrng: meson - add support for S4
Alexey Romanov
1
-3
/
+77
2023-10-01
hwrng: stm32 - rework power management sequences
Gatien Chevallier
1
-11
/
+97
2023-10-01
hwrng: stm32 - support RNG configuration locking mechanism
Gatien Chevallier
1
-0
/
+5
2023-10-01
hwrng: stm32 - restrain RNG noise source clock
Gatien Chevallier
1
-2
/
+32
2023-10-01
hwrng: stm32 - rework error handling in stm32_rng_read()
Gatien Chevallier
1
-12
/
+41
2023-10-01
hwrng: stm32 - implement error concealment
Gatien Chevallier
1
-4
/
+110
2023-10-01
hwrng: stm32 - implement STM32MP13x support
Gatien Chevallier
1
-64
/
+158
2023-10-01
hwrng: stm32 - use devm_platform_get_and_ioremap_resource() API
Gatien Chevallier
1
-7
/
+2
2023-09-20
hwrng: imx-rngc - reasonable timeout for initial seed
Martin Kaiser
1
-3
/
+3
2023-09-20
hwrng: imx-rngc - reasonable timeout for selftest
Martin Kaiser
1
-1
/
+3
2023-09-15
hwrng: geode - fix accessing registers
Jonas Gorski
1
-2
/
+4
2023-09-15
hwrng: octeon - Fix warnings on 32-bit platforms
Herbert Xu
1
-3
/
+3
2023-09-15
hwrng: bcm2835 - Fix hwrng throughput regression
Stefan Wahren
2
-1
/
+7
2023-09-15
hwrng: xiphera - removed unnneded platform_set_drvdata()
Andrei Coardos
1
-2
/
+0
2023-09-15
hwrng: xgene - removed unneeded call to platform_set_drvdata()
Andrei Coardos
1
-1
/
+0
2023-09-15
hwrng: mpfs - removed unneeded call to platform_set_drvdata()
Andrei Coardos
1
-2
/
+0
2023-09-15
hwrng: st - add MODULE_DESCRIPTION
Martin Kaiser
1
-0
/
+1
2023-09-15
hwrng: nomadik - add MODULE_DESCRIPTION
Martin Kaiser
1
-0
/
+1
2023-09-15
hwrng: ks-sa - use dev_err_probe
Martin Kaiser
1
-6
/
+3
2023-09-15
hwrng: ks-sa - remove dev from struct ks_sa_rng
Martin Kaiser
1
-2
/
+0
2023-09-15
hwrng: ks-sa - access private data via struct hwrng
Martin Kaiser
1
-11
/
+4
2023-09-15
hwrng: hisi - removed unneeded call to platform_set_drvdata()
Andrei Coardos
1
-2
/
+0
2023-09-15
hwrng: bcm2835 - removed call to platform_set_drvdata()
Andrei Coardos
1
-2
/
+0
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-1
/
+1
2023-08-18
hwrng: iproc-rng200 - Implement suspend and resume calls
Florian Fainelli
1
-0
/
+25
2023-08-18
hwrng: core - Remove duplicated include
GUO Zihua
1
-2
/
+1
2023-08-05
hwrng: xgene: Add explicit io.h include
Rob Herring
1
-0
/
+1
2023-08-04
hwrng: Enable COMPILE_TEST for more drivers
Rob Herring
3
-16
/
+19
2023-08-04
hwrng: Explicitly include correct DT includes
Rob Herring
12
-21
/
+12
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-22
hwrng: arm-smccc-trng - don't set drvdata
Martin Kaiser
1
-2
/
+0
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
hwrng: timeriomem - Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-15
/
+10
2023-07-20
hwrng: pic32 - enable TRNG only while it's used
Martin Kaiser
1
-22
/
+19
[next]