index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-02-23
1
-46
/
+18
|
\
|
*
hwrng: core - remove unused PFX macro
Corentin LABBE
2016-12-27
1
-1
/
+0
|
*
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
Corentin LABBE
2016-12-27
1
-2
/
+1
|
*
hwrng: core - Replace asm/uaccess.h by linux/uaccess.h
Corentin LABBE
2016-12-27
1
-7
/
+7
|
*
hwrng: core - Rewrite the header
Corentin LABBE
2016-12-27
1
-29
/
+9
|
*
hwrng: core - rewrite better comparison to NULL
Corentin LABBE
2016-12-27
1
-2
/
+1
|
*
hwrng: core - do not use multiple blank lines
Corentin LABBE
2016-12-27
1
-5
/
+0
*
|
Revert "hwrng: core - zeroize buffers with random data"
David Daney
2017-02-08
1
-3
/
+0
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
hwrng: core - zeroize buffers with random data
Stephan Mueller
2016-11-01
1
-0
/
+3
*
hwrng: core - Don't use a stack buffer in add_early_randomness()
Andrew Lutomirski
2016-10-19
1
-3
/
+3
*
hwrng: core - Allocate memory during module init
PrasannaKumar Muralidharan
2016-09-13
1
-17
/
+20
*
hwrng: core - sleep interruptible in read
Jiri Slaby
2015-12-04
1
-1
/
+5
*
hwrng: core - Simplify RNG switching from sysfs
Lee Jones
2015-09-21
1
-1
/
+1
*
hwrng: core - correct error check of kthread_run call
Martin Schwidefsky
2015-07-28
1
-1
/
+1
*
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-04-21
1
-23
/
+11
|
\
|
*
hwrng: Avoid manual device_create_file() calls
Takashi Iwai
2015-03-25
1
-23
/
+11
*
|
hwrng: core - allow perfect entropy from hardware devices
Keith Packard
2015-03-18
1
-1
/
+2
*
|
hwrng: add devm_* interfaces
Dmitry Torokhov
2015-03-16
1
-0
/
+42
|
/
*
hwrng: core - Move hwrng_init call into set_current_rng
Herbert Xu
2014-12-26
1
-14
/
+16
*
hwrng: core - Drop current rng in set_current_rng
Herbert Xu
2014-12-26
1
-1
/
+2
*
hwrng: core - Do not register device opportunistically
Herbert Xu
2014-12-26
1
-11
/
+12
*
hwrng: core - Fix current_rng init/cleanup race yet again
Herbert Xu
2014-12-26
1
-3
/
+11
*
hwrng: core - Use struct completion for cleanup_done
Herbert Xu
2014-12-26
1
-9
/
+3
*
hwrng: don't init list element we're about to add to list.
Rusty Russell
2014-12-22
1
-1
/
+0
*
hwrng: don't double-check old_rng.
Rusty Russell
2014-12-22
1
-3
/
+2
*
hwrng: fix unregister race.
Rusty Russell
2014-12-22
1
-0
/
+12
*
hwrng: use reference counts on each struct hwrng.
Rusty Russell
2014-12-22
1
-43
/
+92
*
hwrng: move some code out mutex_lock for avoiding underlying deadlock
Amos Kong
2014-12-22
1
-3
/
+3
*
hwrng: place mutex around read functions and buffers.
Rusty Russell
2014-12-22
1
-3
/
+17
*
hwrng: core - Changed from using strncat to strlcat
Rickard Strandqvist
2014-10-24
1
-8
/
+4
*
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-08-10
1
-6
/
+0
|
\
|
*
Revert "hwrng: virtio - ensure reads happen after successful probe"
Amit Shah
2014-07-27
1
-6
/
+0
*
|
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-08-06
1
-2
/
+65
|
\
\
|
|
/
|
/
|
|
*
hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes
Stephen Boyd
2014-08-05
1
-1
/
+1
|
*
hw_random: fix sparse warning (NULL vs 0 for pointer)
Torsten Duwe
2014-07-15
1
-1
/
+1
|
*
hwrng: add per-device entropy derating
Torsten Duwe
2014-07-15
1
-1
/
+10
|
*
hwrng: create filler thread
Torsten Duwe
2014-07-15
1
-5
/
+64
*
|
hwrng: virtio - ensure reads happen after successful probe
Amit Shah
2014-07-14
1
-0
/
+6
*
|
hwrng: fetch randomness only after device init
Amit Shah
2014-07-14
1
-8
/
+33
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2014-04-03
1
-7
/
+10
|
\
|
*
hwrng: add randomness to system from rng sources
Kees Cook
2014-03-10
1
-0
/
+7
|
*
hwrng: cleanup in hwrng_register()
Dan Carpenter
2014-02-09
1
-7
/
+3
*
|
drivers/char: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-07
1
-1
/
+0
|
/
*
hw_random: free rng_buffer at module exit
Satoru Takeuchi
2013-03-20
1
-0
/
+9
*
hw_random: make buffer usable in scatterlist.
Rusty Russell
2013-03-05
1
-3
/
+16
*
Update my e-mail address
Michael Büsch
2011-07-07
1
-1
/
+1
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
[next]