index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-13
/
+5
2024-07-13
hwrng: core - remove (un)register_miscdev()
Masahiro Yamada
1
-12
/
+2
2024-06-28
hwrng: core - Fix wrong quality calculation at hw rng registration
Harald Freudenberger
1
-1
/
+3
2024-05-26
hwrng: core - Remove add_early_randomness
Herbert Xu
1
-43
/
+4
2024-04-02
hwrng: core - Convert sprintf/snprintf to sysfs_emit
Li Zhijian
1
-1
/
+1
2023-12-08
hwrng: core - Fix page fault dead lock on mmap-ed hwrng
Herbert Xu
1
-13
/
+21
2023-09-15
hwrng: bcm2835 - Fix hwrng throughput regression
Stefan Wahren
1
-0
/
+6
2023-08-18
hwrng: core - Remove duplicated include
GUO Zihua
1
-2
/
+1
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-6
/
+3
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
1
-6
/
+3
2022-11-18
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
1
-3
/
+5
2022-09-30
hwrng: core - start hwrng kthread also for untrusted sources
Dominik Brodowski
1
-26
/
+10
2022-08-19
hwrng: core - let sleep be interrupted when unregistering hwrng
Jason A. Donenfeld
1
-4
/
+15
2022-03-22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-40
/
+121
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
1
-0
/
+1
2022-02-18
hwrng: core - introduce rng_quality sysfs attribute
Dominik Brodowski
1
-1
/
+63
2022-02-18
hwrng: core - use per-rng quality value instead of global setting
Dominik Brodowski
1
-13
/
+20
2022-02-18
hwrng: core - start and stop in-kernel rngd in separate function
Dominik Brodowski
1
-10
/
+14
2022-02-18
hwrng: core - do not bother to order list of devices by quality
Dominik Brodowski
1
-20
/
+16
2022-02-05
hwrng: core - credit entropy for low quality sources of randomness
Dominik Brodowski
1
-1
/
+10
2022-02-05
hwrng: core - break out of hwrng_fillfn if current rng is not trusted
Dominik Brodowski
1
-0
/
+3
2022-02-05
hwrng: core - only set cur_rng_set_by_user if it is working
Dominik Brodowski
1
-1
/
+2
2022-02-05
hwrng: core - use rng_fillbuf in add_early_randomness()
Dominik Brodowski
1
-2
/
+2
2022-02-05
hwrng: core - read() callback must be called for size of 32 or more bytes
Dominik Brodowski
1
-2
/
+1
2022-02-05
hwrng: core - explicit ordering of initcalls
Dominik Brodowski
1
-1
/
+1
2021-05-28
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
1
-21
/
+15
2021-05-28
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
1
-1
/
+1
2021-03-26
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
1
-1
/
+1
2020-07-31
hwrng: core - remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2019-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-17
/
+44
2019-11-17
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
1
-4
/
+1
2019-10-23
hwrng: core - Fix use-after-free warning in hwrng_register()
Laurent Vivier
1
-17
/
+16
2019-10-10
hwrng: core - move add_early_randomness() out of rng_mutex
Laurent Vivier
1
-16
/
+44
2019-09-20
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
1
-1
/
+1
2019-08-15
hwrng: core - Freeze khwrng thread during suspend
Stephen Boyd
1
-1
/
+4
2019-07-15
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
1
-1
/
+1
2018-10-05
hwrng: core - document the quality field
Michael S. Tsirkin
1
-2
/
+2
2018-06-15
hwrng: core - Always drop the RNG in hwrng_unregister()
Michael Büsch
1
-2
/
+9
2017-12-22
hwrng: core - Clean up RNG list when last hwrng is unregistered
Gary R Hook
1
-0
/
+4
2017-11-03
hwrng: core - Reset user selected rng by writing "" to rng_current
PrasannaKumar Muralidharan
1
-19
/
+32
2017-10-12
hwrng: core - pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-07-18
hwrng: remember rng chosen by user
Harald Freudenberger
1
-2
/
+19
2017-07-18
hwrng: use rng source with best quality
Harald Freudenberger
1
-6
/
+19
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-46
/
+18
2017-02-09
Revert "hwrng: core - zeroize buffers with random data"
David Daney
1
-3
/
+0
2016-12-27
hwrng: core - remove unused PFX macro
Corentin LABBE
1
-1
/
+0
2016-12-27
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
Corentin LABBE
1
-2
/
+1
2016-12-27
hwrng: core - Replace asm/uaccess.h by linux/uaccess.h
Corentin LABBE
1
-7
/
+7
2016-12-27
hwrng: core - Rewrite the header
Corentin LABBE
1
-29
/
+9
[next]