1. 9b25436 random: make CPU trust a boot parameter by Kees Cook · 6 years ago
  2. 9a47249 random: Make crng state queryable by Jason A. Donenfeld · 6 years ago
  3. b34fbaa random: remove preempt disabled region by Ingo Molnar · 6 years ago
  4. 39a8883 random: add a config option to trust the CPU's hwrng by Theodore Ts'o · 6 years ago
  5. 753d433 random: Return nbytes filled from hw RNG by Tobin C. Harding · 7 years ago
  6. 8ddd6ef random: Fix whitespace pre random-bytes work by Tobin C. Harding · 7 years ago
  7. 81e69df random: mix rdrand with entropy sent in from userspace by Theodore Ts'o · 6 years ago
  8. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  9. 89b310a random: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  10. 4e00b33 random: rate limit unseeded randomness warnings by Theodore Ts'o · 7 years ago
  11. 6c1e851 random: fix possible sleeping allocation from irq context by Theodore Ts'o · 7 years ago
  12. d848e5f random: add new ioctl RNDRESEEDCRNG by Theodore Ts'o · 7 years ago
  13. 0bb29a8 random: crng_reseed() should lock the crng instance that it is modifying by Theodore Ts'o · 7 years ago
  14. 8ef35c8 random: set up the NUMA crng instances after the CRNG is fully initialized by Theodore Ts'o · 7 years ago
  15. dc12baa random: use a different mixing algorithm for add_device_randomness() by Theodore Ts'o · 7 years ago
  16. 43838a2 random: fix crng_ready() test by Theodore Ts'o · 7 years ago
  17. 5e747dd drivers/char/random.c: remove unused dont_count_entropy by Rasmus Villemoes · 7 years ago
  18. e8e8a2e random: optimize add_interrupt_randomness by Andi Kleen · 7 years ago
  19. 9f886f4 random: use a tighter cap in credit_entropy_bits_safe() by Theodore Ts'o · 8 years ago
  20. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  21. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  22. 9f480fa crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  23. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  24. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  25. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  26. 51d96dc random: fix warning message on ia64 and parisc by Helge Deller · 7 years ago
  27. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  28. 72e5c74 random: reorder READ_ONCE() in get_random_uXX by Sebastian Andrzej Siewior · 8 years ago
  29. eecabf5 random: suppress spammy warnings about unseeded randomness by Theodore Ts'o · 8 years ago
  30. ee7998c random: do not ignore early device randomness by Kees Cook · 7 years ago
  31. d06bfd1 random: warn when kernel uses unseeded randomness by Jason A. Donenfeld · 8 years ago
  32. e297a78 random: add wait_for_random_bytes() API by Jason A. Donenfeld · 8 years ago
  33. 4a072c7 random: silence compiler warnings and fix race by Jason A. Donenfeld · 8 years ago
  34. b169c13 random: invalidate batched entropy after crng init by Jason A. Donenfeld · 8 years ago
  35. 92e7542 random: use lockless method of accessing and updating f->reg_idx by Theodore Ts'o · 8 years ago
  36. 9dfa7bb fix race in drivers/char/random.c:get_reg() by Michael Schmitz · 8 years ago
  37. db61ffe random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef block by Fabio Estevam · 8 years ago
  38. c440408 random: convert get_random_int/long into get_random_u32/u64 by Jason A. Donenfeld · 8 years ago
  39. f5b9846 random: use chacha20 for get_random_int/long by Jason A. Donenfeld · 8 years ago
  40. 5d0e5ea random: fix comment for unused random_min_urandom_seed by Stephan Müller · 8 years ago
  41. 43d8a72 random: remove variable limit by Stephan Müller · 8 years ago
  42. 2e03c36 random: remove stale urandom_init_wait by Stephan Müller · 8 years ago
  43. 3d071d8 random: remove stale maybe_reseed_primary_crng by Stephan Mueller · 8 years ago
  44. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  45. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  46. 7425154 random: remove unused randomize_range() by Jason Cooper · 8 years ago
  47. 99fdafd random: simplify API for random address requests by Jason Cooper · 8 years ago
  48. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
  49. dd0f0cf random: Fix crashes with sparse node ids by Michael Ellerman · 8 years ago
  50. 59b8d4f random: use for_each_online_node() to iterate over NUMA nodes by Theodore Ts'o · 8 years ago
  51. 86a574d random: strengthen input validation for RNDADDTOENTCNT by Theodore Ts'o · 9 years ago
  52. c92e040 random: add backtracking protection to the CRNG by Theodore Ts'o · 9 years ago
  53. 1e7f583 random: make /dev/urandom scalable for silly userspace programs by Theodore Ts'o · 9 years ago
  54. e192be9 random: replace non-blocking pool with a Chacha20-based CRNG by Theodore Ts'o · 9 years ago
  55. b1132de random: properly align get_random_int_hash by Eric Biggers · 9 years ago
  56. 4b44f2d random: add interrupt callback to VMBus IRQ handler by Stephan Mueller · 9 years ago
  57. 9b4d008 random: print a warning for the first ten uninitialized random users by Theodore Ts'o · 9 years ago
  58. 3371f3d random: initialize the non-blocking pool via add_hwgenerator_randomness() by Theodore Ts'o · 9 years ago
  59. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 9 years ago
  60. ec9ee4a drivers: char: random: add get_random_long() by Daniel Cashman · 9 years ago
  61. c271950 random: Remove kernel blocking API by Herbert Xu · 10 years ago
  62. 205a525 random: Add callback API for random pool readiness by Herbert Xu · 10 years ago
  63. 16b369a random: Blocking API for accessing nonblocking_pool by Stephan Mueller · 10 years ago
  64. 1d9de44 random: Wake up all getrandom(2) callers when pool is ready by Herbert Xu · 10 years ago
  65. 19acc77 random: Fix fast_mix() function by George Spelvin · 10 years ago
  66. 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  67. d4c5efd random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
  68. 1b2a1a7 drivers/char/random: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  69. f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  70. 48d6be9 random: limit the contribution of the hw rng to at most half by Theodore Ts'o · 10 years ago
  71. c6e9d6f random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
  72. 79a8468 random: check for increase of entropy_count because of signed conversion by Hannes Frederic Sowa · 10 years ago
  73. ee3e00e random: use registers from interrupted code for CPU's w/o a cycle counter by Theodore Ts'o · 11 years ago
  74. c84dbf6 random: add_hwgenerator_randomness() for feeding entropy from devices by Torsten Duwe · 11 years ago
  75. 43759d4 random: use an improved fast_mix() function by Theodore Ts'o · 11 years ago
  76. 840f950 random: clean up interrupt entropy accounting for archs w/o cycle counters by Theodore Ts'o · 11 years ago
  77. cff8503 random: only update the last_pulled time if we actually transferred entropy by Theodore Ts'o · 11 years ago
  78. 85608f8 random: remove unneeded hash of a portion of the entropy pool by Theodore Ts'o · 11 years ago
  79. 91fcb53 random: always update the entropy pool under the spinlock by Theodore Ts'o · 11 years ago
  80. 5ee22be Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  81. e33ba5f random: fix nasty entropy accounting bug by Theodore Ts'o · 11 years ago
  82. 5eb10d9 random: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  83. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 11 years ago
  84. f9c6d49 random: fix BUG_ON caused by accounting simplification by Theodore Ts'o · 11 years ago
  85. bdcfa3e random: export add_disk_randomness by Christoph Hellwig · 11 years ago
  86. 7b878d4 random: Add arch_has_random[_seed]() by H. Peter Anvin · 11 years ago
  87. 331c649 random: If we have arch_get_random_seed*(), try it before blocking by H. Peter Anvin · 11 years ago
  88. 83664a6 random: Use arch_get_random_seed*() at init time and once a second by H. Peter Anvin · 11 years ago
  89. 4688444 random: use the architectural HWRNG for the SHA's IV in extract_buf() by Theodore Ts'o · 11 years ago
  90. 2132a96 random: clarify bits/bytes in wakeup thresholds by Greg Price · 11 years ago
  91. 7d1b08c random: entropy_bytes is actually bits by Greg Price · 11 years ago
  92. 0fb7a01 random: simplify accounting code by Greg Price · 11 years ago
  93. 8c2aa33 random: tighten bound on random_read_wakeup_thresh by Greg Price · 11 years ago
  94. a58aa4e random: forget lock in lockless accounting by Greg Price · 11 years ago
  95. ee1de40 random: simplify accounting logic by Greg Price · 11 years ago
  96. 19fa5be1 random: fix comment on "account" by Greg Price · 11 years ago
  97. 12ff3a5 random: simplify loop in random_read by Greg Price · 11 years ago
  98. 18e9cea random: fix description of get_random_bytes by Greg Price · 11 years ago
  99. f22052b random: fix comment on proc_do_uuid by Greg Price · 11 years ago
  100. dfd3875 random: fix typos / spelling errors in comments by Greg Price · 11 years ago