index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hwrng: xgene - Simplify using dev_err_probe()
Uwe Kleine-König
2023-03-10
1
-14
/
+7
*
hwrng: starfive - Enable compile testing
Herbert Xu
2023-02-03
1
-2
/
+1
*
hwrng: starfive - Add TRNG driver for StarFive SoC
Jia Jie Ho
2023-01-27
3
-0
/
+405
*
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
2022-12-20
2
-0
/
+2
*
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2022-12-14
12
-36
/
+62
|
\
|
*
hwrng: geode - Fix PCI device refcount leak
Xiongfeng Wang
2022-12-09
1
-8
/
+28
|
*
hwrng: amd - Fix PCI device refcount leak
Xiongfeng Wang
2022-12-09
1
-5
/
+13
|
*
hwrng: stm32 - rename readl return value
Tomas Marek
2022-11-18
1
-3
/
+3
|
*
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
2022-11-18
8
-14
/
+3
|
*
hwrng: stm32 - fix read of the last word
Tomas Marek
2022-10-21
1
-1
/
+1
|
*
hwrng: stm32 - fix number of returned bytes on read
Tomas Marek
2022-10-21
1
-2
/
+4
|
*
hwrng: mtk - add mt7986 support
Mingming.Su
2022-10-21
1
-2
/
+3
|
*
hwrng: npcm - Add NPCM8XX support
Tomer Maimon
2022-10-21
1
-4
/
+10
*
|
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
2022-11-18
1
-3
/
+5
*
|
hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()
Jason A. Donenfeld
2022-10-14
1
-1
/
+1
|
/
*
hwrng: core - start hwrng kthread also for untrusted sources
Dominik Brodowski
2022-09-30
1
-26
/
+10
*
hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
Kshitiz Varshney
2022-09-02
1
-7
/
+7
*
hwrng: imx-rngc - use devres for hwrng registration
Martin Kaiser
2022-08-26
1
-11
/
+1
*
hwrng: imx-rngc - use devm_clk_get_enabled
Martin Kaiser
2022-08-26
1
-19
/
+6
*
hwrng: imx-rngc - use KBUILD_MODNAME as driver name
Martin Kaiser
2022-08-19
1
-1
/
+1
*
hwrng: arm-smccc-trng - fix NO_ENTROPY handling
James Cowgill
2022-08-19
1
-2
/
+2
*
hwrng: core - let sleep be interrupted when unregistering hwrng
Jason A. Donenfeld
2022-08-19
1
-4
/
+15
*
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2022-08-07
1
-1
/
+1
|
\
|
*
s390/cpufeature: rework to allow more than only hwcap bits
Heiko Carstens
2022-07-19
1
-1
/
+1
*
|
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-08-07
1
-1
/
+1
|
\
\
|
*
|
powerpc/powernv: rename remaining rng powernv_ functions to pnv_
Jason A. Donenfeld
2022-07-28
1
-1
/
+1
|
|
/
*
|
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-08-04
1
-8
/
+1
|
\
\
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
2022-06-10
1
-8
/
+1
*
|
|
Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-08-03
1
-1
/
+1
|
\
\
\
|
*
|
|
hwrng: via - Fix comment typo
Jason Wang
2022-07-22
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-03
1
-9
/
+0
|
\
\
\
|
*
|
|
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2022-07-18
1
-9
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...
Arnd Bergmann
2022-07-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
William Zhang
2022-07-11
1
-1
/
+1
|
|
/
*
/
virtio-rng: make device ready before making request
Jason Wang
2022-06-08
1
-0
/
+2
|
/
*
hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...
Yang Yingliang
2022-05-20
1
-1
/
+1
*
hwrng: cn10k - Enable compile testing
Herbert Xu
2022-05-06
1
-1
/
+1
*
hwrng: optee - remove redundant initialization to variable rng_size
Colin Ian King
2022-04-29
1
-1
/
+1
*
Revert "hwrng: mpfs - Enable COMPILE_TEST"
Herbert Xu
2022-04-26
1
-1
/
+1
*
hwrng: mpfs - Enable COMPILE_TEST
Herbert Xu
2022-04-21
1
-1
/
+1
*
hwrng: cn10k - Make check_rng_health() return an error code
Vladis Dronov
2022-04-21
1
-8
/
+7
*
hwrng: cn10k - Optimize cn10k_rng_read()
Vladis Dronov
2022-04-21
1
-6
/
+10
*
hwrng: mpfs - add polarfire soc hwrng support
Conor Dooley
2022-04-15
3
-0
/
+118
*
Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-24
1
-3
/
+3
|
\
|
*
hwrng: optee-rng: use tee_shm_alloc_kernel_buf()
Jens Wiklander
2022-02-16
1
-3
/
+3
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-03-22
5
-101
/
+216
|
\
\
|
*
|
hwrng: nomadik - Change clk_disable to clk_disable_unprepare
Miaoqian Lin
2022-03-14
1
-2
/
+2
|
*
|
hwrng: cavium - fix NULL but dereferenced coccicheck error
Wan Jiabing
2022-03-02
1
-1
/
+1
|
*
|
hwrng: atmel - remove extra line
Claudiu Beznea
2022-03-02
1
-1
/
+0
|
*
|
hwrng: atmel - add runtime pm support
Claudiu Beznea
2022-03-02
1
-12
/
+32
[prev]
[next]