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.12.y
linux-6.13.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
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
2014-07-27
Revert "hwrng: virtio - ensure reads happen after successful probe"
Amit Shah
1
-6
/
+0
2014-07-15
hw_random: fix sparse warning (NULL vs 0 for pointer)
Torsten Duwe
1
-1
/
+1
2014-07-15
hwrng: add per-device entropy derating
Torsten Duwe
1
-1
/
+10
2014-07-15
hwrng: create filler thread
Torsten Duwe
1
-5
/
+64
2014-07-14
hwrng: virtio - ensure reads happen after successful probe
Amit Shah
1
-0
/
+6
2014-07-14
hwrng: fetch randomness only after device init
Amit Shah
1
-8
/
+33
2014-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-7
/
+10
2014-03-10
hwrng: add randomness to system from rng sources
Kees Cook
1
-0
/
+7
2014-02-09
hwrng: cleanup in hwrng_register()
Dan Carpenter
1
-7
/
+3
2014-02-08
drivers/char: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-03-20
hw_random: free rng_buffer at module exit
Satoru Takeuchi
1
-0
/
+9
2013-03-05
hw_random: make buffer usable in scatterlist.
Rusty Russell
1
-3
/
+16
2011-07-07
Update my e-mail address
Michael Büsch
1
-1
/
+1
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2009-12-23
hwrng: core - Fix double unlock in rng_dev_read
Herbert Xu
1
-2
/
+3
2009-12-09
Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2009-12-03
hwrng: core - Prevent too-small buffer sizes
Ian Molton
1
-1
/
+2
2009-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Herbert Xu
1
-1
/
+1
2009-12-01
hwrng: core - Replace u32 in driver API with byte array
Ian Molton
1
-43
/
+64
2009-10-14
hw_random: Remove BKL from core
Thomas Gleixner
1
-1
/
+0
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-1
/
+1
2009-06-16
Driver Core: misc: add nodename support for misc devices.
Kay Sievers
1
-0
/
+1
2008-06-21
hw-random: BKL pushdown
Arnd Bergmann
1
-0
/
+2
2008-04-20
PM: Remove destroy_suspended_device()
Rafael J. Wysocki
1
-5
/
+5
2008-04-17
[S390] hw_random: allow rng_dev_read() to return hardware errors.
Ralph Wuerthner
1
-0
/
+4
2008-02-05
HWRNG: add possibility to remove hwrng devices during suspend/resume
Rafael J. Wysocki
1
-5
/
+5
2008-01-11
[HWRNG]: move status polling loop to data_present callbacks
Patrick McHardy
1
-18
/
+6
2006-12-04
[PATCH] severing fs.h, radix-tree.h -> sched.h
Al Viro
1
-0
/
+1
2006-12-02
Driver core: change misc class_devices to be real devices
Greg Kroah-Hartman
1
-19
/
+19
[next]