Linus Torvalds
|
0891ad829d
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
11 years ago |
Hannes Frederic Sowa
|
4af712e8df
random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized
|
11 years ago |
Theodore Ts'o
|
392a546dc8
random: add debugging code to detect early use of get_random_bytes()
|
11 years ago |
Theodore Ts'o
|
644008df89
random: initialize the last_time field in struct timer_rand_state
|
11 years ago |
Theodore Ts'o
|
ae9ecd92dd
random: don't zap entropy count in rand_initialize()
|
11 years ago |
Theodore Ts'o
|
301f0595c0
random: printk notifications for urandom pool initialization
|
11 years ago |
Theodore Ts'o
|
40db23e533
random: make add_timer_randomness() fill the nonblocking pool first
|
11 years ago |
Linus Torvalds
|
f715729ee4
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
12 years ago |
Theodore Ts'o
|
f80bbd8b92
random: convert DEBUG_ENT to tracepoints
|
12 years ago |
Theodore Ts'o
|
6265e169cd
random: push extra entropy to the output pools
|
12 years ago |
Theodore Ts'o
|
95b709b6be
random: drop trickle mode
|
12 years ago |
Theodore Ts'o
|
6e9fa2c8a6
random: adjust the generator polynomials in the mixing function slightly
|
12 years ago |
Theodore Ts'o
|
655b226470
random: speed up the fast_mix function by a factor of four
|
12 years ago |
Theodore Ts'o
|
f5c2742c23
random: cap the rate which the /dev/urandom pool gets reseeded
|
12 years ago |
Theodore Ts'o
|
c59974aea4
random: optimize the entropy_store structure
|
12 years ago |
Theodore Ts'o
|
3ef4cb2d65
random: optimize spinlock use in add_device_randomness()
|
12 years ago |
Theodore Ts'o
|
5910895f0e
random: fix the tracepoint for get_random_bytes(_arch)
|
12 years ago |
H. Peter Anvin
|
30e37ec516
random: account for entropy loss due to overwrites
|
12 years ago |
H. Peter Anvin
|
a283b5c459
random: allow fractional bits to be tracked
|
12 years ago |
H. Peter Anvin
|
9ed17b70b4
random: statically compute poolbitshift, poolbytes, poolbits
|
12 years ago |
Theodore Ts'o
|
85a1f77716
random: mix in architectural randomness earlier in extract_buf()
|
12 years ago |
Theodore Ts'o
|
61875f30da
random: allow architectures to optionally define random_get_entropy()
|
12 years ago |
Theodore Ts'o
|
47d06e532e
random: run random_int_secret_init() run after all late_initcalls
|
12 years ago |
Martin Schwidefsky
|
0244ad004a
Remove GENERIC_HARDIRQ config option
|
12 years ago |
Joe Perches
|
a151427ed0
char: Convert use of typedef ctl_table to struct ctl_table
|
12 years ago |
Jiri Kosina
|
10b3a32d29
random: fix accounting race condition with lockless irq entropy_count update
|
12 years ago |
Jarod Wilson
|
1e7e2e05c1
drivers/char/random.c: fix priming of last_data
|
12 years ago |
Andy Shevchenko
|
16c7fa0582
lib/string_helpers: introduce generic string_unescape
|
12 years ago |
Linus Torvalds
|
c77f8bf918
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
12 years ago |
Theodore Ts'o
|
b980955236
random: fix locking dependency with the tasklist_lock
|
12 years ago |