aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2016-10-11random: remove unused randomize_range()Gravatar Jason Cooper 1-19/+0
2016-10-11random: simplify API for random address requestsGravatar Jason Cooper 1-0/+33
2016-10-10latent_entropy: Mark functions with __latent_entropyGravatar Emese Revfy 1-2/+2
2016-07-30random: Fix crashes with sparse node idsGravatar Michael Ellerman 1-3/+2
2016-07-27random: use for_each_online_node() to iterate over NUMA nodesGravatar Theodore Ts'o 1-2/+1
2016-07-03random: strengthen input validation for RNDADDTOENTCNTGravatar Theodore Ts'o 1-6/+7
2016-07-03random: add backtracking protection to the CRNGGravatar Theodore Ts'o 1-5/+49
2016-07-03random: make /dev/urandom scalable for silly userspace programsGravatar Theodore Ts'o 1-4/+58
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGGravatar Theodore Ts'o 1-102/+276
2016-06-13random: properly align get_random_int_hashGravatar Eric Biggers 1-1/+3
2016-06-13random: add interrupt callback to VMBus IRQ handlerGravatar Stephan Mueller 1-0/+1
2016-06-13random: print a warning for the first ten uninitialized random usersGravatar Theodore Ts'o 1-4/+8
2016-06-13random: initialize the non-blocking pool via add_hwgenerator_randomness()Gravatar Theodore Ts'o 1-5/+11
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cGravatar Andy Shevchenko 1-20/+1
2016-02-27drivers: char: random: add get_random_long()Gravatar Daniel Cashman 1-0/+22
2015-06-10random: Remove kernel blocking APIGravatar Herbert Xu 1-12/+0
2015-06-10random: Add callback API for random pool readinessGravatar Herbert Xu 1-0/+78
2015-05-27random: Blocking API for accessing nonblocking_poolGravatar Stephan Mueller 1-0/+12
2015-05-27random: Wake up all getrandom(2) callers when pool is readyGravatar Herbert Xu 1-1/+1
2015-02-09random: Fix fast_mix() functionGravatar George Spelvin 1-4/+4
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+4
2014-10-17random: add and use memzero_explicit() for clearing dataGravatar Daniel Borkmann 1-4/+4
2014-08-26drivers/char/random: Replace __get_cpu_var usesGravatar Christoph Lameter 1-1/+1
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-128/+187
2014-08-05random: limit the contribution of the hw rng to at most halfGravatar Theodore Ts'o 1-39/+4
2014-08-05random: introduce getrandom(2) system callGravatar Theodore Ts'o 1-3/+37
2014-07-19random: check for increase of entropy_count because of signed conversionGravatar Hannes Frederic Sowa 1-3/+14
2014-07-15random: use registers from interrupted code for CPU's w/o a cycle counterGravatar Theodore Ts'o 1-25/+22
2014-07-15random: add_hwgenerator_randomness() for feeding entropy from devicesGravatar Torsten Duwe 1-0/+21
2014-07-15random: use an improved fast_mix() functionGravatar Theodore Ts'o 1-24/+68
2014-07-15random: clean up interrupt entropy accounting for archs w/o cycle countersGravatar Theodore Ts'o 1-19/+23
2014-07-15random: only update the last_pulled time if we actually transferred entropyGravatar Theodore Ts'o 1-4/+7
2014-07-15random: remove unneeded hash of a portion of the entropy poolGravatar Theodore Ts'o 1-31/+20
2014-07-15random: always update the entropy pool under the spinlockGravatar Theodore Ts'o 1-21/+23
2014-06-17Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+9
2014-06-15random: fix nasty entropy accounting bugGravatar Theodore Ts'o 1-8/+9
2014-06-06random: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-2/+2
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextGravatar Linus Torvalds 1-0/+1
2014-05-16random: fix BUG_ON caused by accounting simplificationGravatar Theodore Ts'o 1-2/+5
2014-04-28random: export add_disk_randomnessGravatar Christoph Hellwig 1-0/+1
2014-03-19random: Add arch_has_random[_seed]()Gravatar H. Peter Anvin 1-0/+3
2014-03-19random: If we have arch_get_random_seed*(), try it before blockingGravatar H. Peter Anvin 1-0/+33
2014-03-19random: Use arch_get_random_seed*() at init time and once a secondGravatar H. Peter Anvin 1-4/+20
2014-03-19random: use the architectural HWRNG for the SHA's IV in extract_buf()Gravatar Theodore Ts'o 1-8/+8
2014-03-19random: clarify bits/bytes in wakeup thresholdsGravatar Greg Price 1-17/+17
2014-03-19random: entropy_bytes is actually bitsGravatar Greg Price 1-3/+3
2014-03-19random: simplify accounting codeGravatar Greg Price 1-17/+10
2014-03-19random: tighten bound on random_read_wakeup_threshGravatar Greg Price 1-1/+1