Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
Linus Torvalds
|
9ffc66941d
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
|
8 年之前 |
Jason Cooper
|
7425154d3b
random: remove unused randomize_range()
|
8 年之前 |
Jason Cooper
|
99fdafdeac
random: simplify API for random address requests
|
8 年之前 |
Emese Revfy
|
0766f788eb
latent_entropy: Mark functions with __latent_entropy
|
9 年之前 |
Michael Ellerman
|
dd0f0cf58a
random: Fix crashes with sparse node ids
|
9 年之前 |
Theodore Ts'o
|
59b8d4f1f5
random: use for_each_online_node() to iterate over NUMA nodes
|
9 年之前 |
Theodore Ts'o
|
86a574de45
random: strengthen input validation for RNDADDTOENTCNT
|
9 年之前 |
Theodore Ts'o
|
c92e040d57
random: add backtracking protection to the CRNG
|
9 年之前 |
Theodore Ts'o
|
1e7f583af6
random: make /dev/urandom scalable for silly userspace programs
|
9 年之前 |
Theodore Ts'o
|
e192be9d9a
random: replace non-blocking pool with a Chacha20-based CRNG
|
9 年之前 |
Eric Biggers
|
b1132deac0
random: properly align get_random_int_hash
|
9 年之前 |
Stephan Mueller
|
4b44f2d18a
random: add interrupt callback to VMBus IRQ handler
|
9 年之前 |
Theodore Ts'o
|
9b4d008787
random: print a warning for the first ten uninitialized random users
|
9 年之前 |
Theodore Ts'o
|
3371f3da08
random: initialize the non-blocking pool via add_hwgenerator_randomness()
|
9 年之前 |
Andy Shevchenko
|
8da4b8c48e
lib/uuid.c: move generate_random_uuid() to uuid.c
|
9 年之前 |
Daniel Cashman
|
ec9ee4acd9
drivers: char: random: add get_random_long()
|
9 年之前 |
Herbert Xu
|
c2719503f5
random: Remove kernel blocking API
|
10 年之前 |
Herbert Xu
|
205a525c33
random: Add callback API for random pool readiness
|
10 年之前 |
Stephan Mueller
|
16b369a91d
random: Blocking API for accessing nonblocking_pool
|
10 年之前 |
Herbert Xu
|
1d9de44e26
random: Wake up all getrandom(2) callers when pool is ready
|
10 年之前 |
George Spelvin
|
19acc77a36
random: Fix fast_mix() function
|
10 年之前 |
Linus Torvalds
|
14d4cc0883
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
10 年之前 |
Daniel Borkmann
|
d4c5efdb97
random: add and use memzero_explicit() for clearing data
|
11 年之前 |
Christoph Lameter
|
1b2a1a7e8a
drivers/char/random: Replace __get_cpu_var uses
|
11 年之前 |
Linus Torvalds
|
f4f142ed4e
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
11 年之前 |
Theodore Ts'o
|
48d6be955a
random: limit the contribution of the hw rng to at most half
|
11 年之前 |
Theodore Ts'o
|
c6e9d6f388
random: introduce getrandom(2) system call
|
11 年之前 |
Hannes Frederic Sowa
|
79a8468747
random: check for increase of entropy_count because of signed conversion
|
11 年之前 |
Theodore Ts'o
|
ee3e00e9e7
random: use registers from interrupted code for CPU's w/o a cycle counter
|
11 年之前 |