summaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-12/+12
|\
| * crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-12/+12
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-1/+0Star
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* random: fix warning message on ia64 and pariscHelge Deller2017-08-081-1/+1
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-20/+76
|\
| * random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior2017-07-151-2/+4
| * random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2017-07-151-17/+39
| * random: warn when kernel uses unseeded randomnessJason A. Donenfeld2017-06-201-2/+13
| * random: add wait_for_random_bytes() APIJason A. Donenfeld2017-06-201-10/+31
* | random: do not ignore early device randomnessKees Cook2017-07-131-0/+5
|/
* random: silence compiler warnings and fix raceJason A. Donenfeld2017-06-201-6/+6
* random: invalidate batched entropy after crng initJason A. Donenfeld2017-06-081-0/+37
* random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o2017-06-081-6/+6
* fix race in drivers/char/random.c:get_reg()Michael Schmitz2017-05-241-1/+5
* random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam2017-02-071-5/+1Star
* random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2017-01-271-28/+27Star
* random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-41/+43
* random: fix comment for unused random_min_urandom_seedStephan Müller2017-01-191-3/+1Star
* random: remove variable limitStephan Müller2017-01-191-23/+7Star
* random: remove stale urandom_init_waitStephan Müller2017-01-191-1/+0Star
* random: remove stale maybe_reseed_primary_crngStephan Mueller2017-01-191-7/+0Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+2
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
* | random: remove unused randomize_range()Jason Cooper2016-10-121-19/+0Star
* | random: simplify API for random address requestsJason Cooper2016-10-121-0/+33
|/
* random: Fix crashes with sparse node idsMichael Ellerman2016-07-311-3/+2Star
* random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o2016-07-281-2/+1Star
* random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o2016-07-031-6/+7
* random: add backtracking protection to the CRNGTheodore Ts'o2016-07-031-5/+49
* random: make /dev/urandom scalable for silly userspace programsTheodore Ts'o2016-07-031-4/+58
* random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-102/+276
* random: properly align get_random_int_hashEric Biggers2016-06-131-1/+3
* random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-06-131-0/+1
* random: print a warning for the first ten uninitialized random usersTheodore Ts'o2016-06-131-4/+8
* random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o2016-06-131-5/+11
* lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-211-20/+1Star
* drivers: char: random: add get_random_long()Daniel Cashman2016-02-271-0/+22
* random: Remove kernel blocking APIHerbert Xu2015-06-101-12/+0Star
* random: Add callback API for random pool readinessHerbert Xu2015-06-101-0/+78
* random: Blocking API for accessing nonblocking_poolStephan Mueller2015-05-271-0/+12
* random: Wake up all getrandom(2) callers when pool is readyHerbert Xu2015-05-271-1/+1
* random: Fix fast_mix() functionGeorge Spelvin2015-02-091-4/+4
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-241-4/+4
|\
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-171-4/+4
* | drivers/char/random: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-128/+187
|\