summaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-08-08random: fix warning message on ia64 and pariscHelge Deller
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o
2017-07-12random: do not ignore early device randomnessKees Cook
2017-06-19random: warn when kernel uses unseeded randomnessJason A. Donenfeld
2017-06-19random: add wait_for_random_bytes() APIJason A. Donenfeld
2017-06-19random: silence compiler warnings and fix raceJason A. Donenfeld
2017-06-07random: invalidate batched entropy after crng initJason A. Donenfeld
2017-06-07random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o
2017-05-24fix race in drivers/char/random.c:get_reg()Michael Schmitz
2017-02-06random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam
2017-01-27random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld
2017-01-27random: use chacha20 for get_random_int/longJason A. Donenfeld
2017-01-18random: fix comment for unused random_min_urandom_seedStephan Müller
2017-01-18random: remove variable limitStephan Müller
2017-01-18random: remove stale urandom_init_waitStephan Müller
2017-01-18random: remove stale maybe_reseed_primary_crngStephan Mueller
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-11random: remove unused randomize_range()Jason Cooper
2016-10-11random: simplify API for random address requestsJason Cooper
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-07-30random: Fix crashes with sparse node idsMichael Ellerman
2016-07-27random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o
2016-07-03random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o
2016-07-03random: add backtracking protection to the CRNGTheodore Ts'o
2016-07-03random: make /dev/urandom scalable for silly userspace programsTheodore Ts'o
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o
2016-06-13random: properly align get_random_int_hashEric Biggers
2016-06-13random: add interrupt callback to VMBus IRQ handlerStephan Mueller
2016-06-13random: print a warning for the first ten uninitialized random usersTheodore Ts'o
2016-06-13random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman
2015-06-10random: Remove kernel blocking APIHerbert Xu
2015-06-10random: Add callback API for random pool readinessHerbert Xu
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller
2015-05-27random: Wake up all getrandom(2) callers when pool is readyHerbert Xu
2015-02-09random: Fix fast_mix() functionGeorge Spelvin
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-08-26drivers/char/random: Replace __get_cpu_var usesChristoph Lameter
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds