index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
core.c
Age
Commit message (
Expand
)
Author
2024-05-26
hwrng: core - Remove add_early_randomness
Herbert Xu
2024-04-02
hwrng: core - Convert sprintf/snprintf to sysfs_emit
Li Zhijian
2023-12-08
hwrng: core - Fix page fault dead lock on mmap-ed hwrng
Herbert Xu
2023-09-15
hwrng: bcm2835 - Fix hwrng throughput regression
Stefan Wahren
2023-08-18
hwrng: core - Remove duplicated include
GUO Zihua
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
2022-11-18
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
2022-09-30
hwrng: core - start hwrng kthread also for untrusted sources
Dominik Brodowski
2022-08-19
hwrng: core - let sleep be interrupted when unregistering hwrng
Jason A. Donenfeld
2022-03-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2022-02-18
hwrng: core - introduce rng_quality sysfs attribute
Dominik Brodowski
2022-02-18
hwrng: core - use per-rng quality value instead of global setting
Dominik Brodowski
2022-02-18
hwrng: core - start and stop in-kernel rngd in separate function
Dominik Brodowski
2022-02-18
hwrng: core - do not bother to order list of devices by quality
Dominik Brodowski
2022-02-05
hwrng: core - credit entropy for low quality sources of randomness
Dominik Brodowski
2022-02-05
hwrng: core - break out of hwrng_fillfn if current rng is not trusted
Dominik Brodowski
2022-02-05
hwrng: core - only set cur_rng_set_by_user if it is working
Dominik Brodowski
2022-02-05
hwrng: core - use rng_fillbuf in add_early_randomness()
Dominik Brodowski
2022-02-05
hwrng: core - read() callback must be called for size of 32 or more bytes
Dominik Brodowski
2022-02-05
hwrng: core - explicit ordering of initcalls
Dominik Brodowski
2021-05-28
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
2021-05-28
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
2021-03-26
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
2020-07-31
hwrng: core - remove redundant initialization of variable ret
Colin Ian King
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2019-11-17
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
2019-10-23
hwrng: core - Fix use-after-free warning in hwrng_register()
Laurent Vivier
2019-10-10
hwrng: core - move add_early_randomness() out of rng_mutex
Laurent Vivier
2019-09-20
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
2019-08-15
hwrng: core - Freeze khwrng thread during suspend
Stephen Boyd
2019-07-15
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
2018-10-05
hwrng: core - document the quality field
Michael S. Tsirkin
2018-06-15
hwrng: core - Always drop the RNG in hwrng_unregister()
Michael Büsch
2017-12-22
hwrng: core - Clean up RNG list when last hwrng is unregistered
Gary R Hook
2017-11-03
hwrng: core - Reset user selected rng by writing "" to rng_current
PrasannaKumar Muralidharan
2017-10-12
hwrng: core - pr_err() strings should end with newlines
Arvind Yadav
2017-07-18
hwrng: remember rng chosen by user
Harald Freudenberger
2017-07-18
hwrng: use rng source with best quality
Harald Freudenberger
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-02-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-02-08
Revert "hwrng: core - zeroize buffers with random data"
David Daney
2016-12-27
hwrng: core - remove unused PFX macro
Corentin LABBE
2016-12-27
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
Corentin LABBE
2016-12-27
hwrng: core - Replace asm/uaccess.h by linux/uaccess.h
Corentin LABBE
2016-12-27
hwrng: core - Rewrite the header
Corentin LABBE
2016-12-27
hwrng: core - rewrite better comparison to NULL
Corentin LABBE
2016-12-27
hwrng: core - do not use multiple blank lines
Corentin LABBE
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
[next]