index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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-10-05
hwrng: core - Add WARN_ON for buggy read return values
Herbert Xu
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-07-13
hwrng: core - remove (un)register_miscdev()
Masahiro Yamada
2024-06-28
hwrng: core - Fix wrong quality calculation at hw rng registration
Harald Freudenberger
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
[next]