index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2016-12-27
hwrng: core - rewrite better comparison to NULL
Corentin LABBE
1
-2
/
+1
2016-12-27
hwrng: core - do not use multiple blank lines
Corentin LABBE
1
-5
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-01
hwrng: core - zeroize buffers with random data
Stephan Mueller
1
-0
/
+3
2016-10-19
hwrng: core - Don't use a stack buffer in add_early_randomness()
Andrew Lutomirski
1
-3
/
+3
2016-09-13
hwrng: core - Allocate memory during module init
PrasannaKumar Muralidharan
1
-17
/
+20
2015-12-04
hwrng: core - sleep interruptible in read
Jiri Slaby
1
-1
/
+5
2015-09-21
hwrng: core - Simplify RNG switching from sysfs
Lee Jones
1
-1
/
+1
2015-07-28
hwrng: core - correct error check of kthread_run call
Martin Schwidefsky
1
-1
/
+1
2015-04-21
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-23
/
+11
2015-03-25
hwrng: Avoid manual device_create_file() calls
Takashi Iwai
1
-23
/
+11
2015-03-18
hwrng: core - allow perfect entropy from hardware devices
Keith Packard
1
-1
/
+2
2015-03-16
hwrng: add devm_* interfaces
Dmitry Torokhov
1
-0
/
+42
2014-12-26
hwrng: core - Move hwrng_init call into set_current_rng
Herbert Xu
1
-14
/
+16
2014-12-26
hwrng: core - Drop current rng in set_current_rng
Herbert Xu
1
-1
/
+2
2014-12-26
hwrng: core - Do not register device opportunistically
Herbert Xu
1
-11
/
+12
2014-12-26
hwrng: core - Fix current_rng init/cleanup race yet again
Herbert Xu
1
-3
/
+11
2014-12-26
hwrng: core - Use struct completion for cleanup_done
Herbert Xu
1
-9
/
+3
2014-12-22
hwrng: don't init list element we're about to add to list.
Rusty Russell
1
-1
/
+0
2014-12-22
hwrng: don't double-check old_rng.
Rusty Russell
1
-3
/
+2
2014-12-22
hwrng: fix unregister race.
Rusty Russell
1
-0
/
+12
2014-12-22
hwrng: use reference counts on each struct hwrng.
Rusty Russell
1
-43
/
+92
2014-12-22
hwrng: move some code out mutex_lock for avoiding underlying deadlock
Amos Kong
1
-3
/
+3
2014-12-22
hwrng: place mutex around read functions and buffers.
Rusty Russell
1
-3
/
+17
2014-10-24
hwrng: core - Changed from using strncat to strlcat
Rickard Strandqvist
1
-8
/
+4
2014-08-11
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+0
2014-08-06
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+65
2014-08-06
hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes
Stephen Boyd
1
-1
/
+1
[next]