1. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years ago
  2. a254a0e random: simplify arithmetic function flow in account() by Jason A. Donenfeld · 3 years ago
  3. 248045b random: selectively clang-format where it makes sense by Jason A. Donenfeld · 3 years ago
  4. 6c0eace random: access input_pool_data directly rather than through pointer by Jason A. Donenfeld · 3 years ago
  5. 18263c4 random: cleanup fractional entropy shift constants by Jason A. Donenfeld · 3 years ago
  6. b3d51c1 random: prepend remaining pool constants with POOL_ by Jason A. Donenfeld · 3 years ago
  7. 5b87adf random: de-duplicate INPUT_POOL constants by Jason A. Donenfeld · 3 years ago
  8. 0f63702 random: remove unused OUTPUT_POOL constants by Jason A. Donenfeld · 3 years ago
  9. 90ed1e6 random: rather than entropy_store abstraction, use global by Jason A. Donenfeld · 3 years ago
  10. 8b2d953 random: remove unused extract_entropy() reserved argument by Jason A. Donenfeld · 3 years ago
  11. a4bfa9b random: remove incomplete last_data logic by Jason A. Donenfeld · 3 years ago
  12. d38bb08 random: cleanup integer types by Jason A. Donenfeld · 3 years ago
  13. 91ec0fe random: cleanup poolinfo abstraction by Jason A. Donenfeld · 3 years ago
  14. c0a8a61 random: fix typo in comments by Schspa Shi · 3 years ago
  15. 6c8e11e random: don't reset crng_init_cnt on urandom_read() by Jann Horn · 3 years ago
  16. 2ee25b6 random: avoid superfluous call to RDRAND in CRNG extraction by Jason A. Donenfeld · 3 years ago
  17. 96562f2 random: early initialization of ChaCha constants by Dominik Brodowski · 3 years ago
  18. 7b87324 random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs by Jason A. Donenfeld · 3 years ago
  19. 161212c random: harmonize "crng init done" messages by Dominik Brodowski · 3 years ago
  20. 57826fe random: mix bootloader randomness into pool by Jason A. Donenfeld · 3 years ago
  21. 73c7733 random: do not throw away excess input to crng_fast_load by Jason A. Donenfeld · 3 years ago
  22. 9c3ddde random: do not re-init if crng_reseed completes before primary init by Jason A. Donenfeld · 3 years ago
  23. f7e67b8 random: fix crash on multiple early calls to add_bootloader_randomness() by Dominik Brodowski · 3 years ago
  24. 0d9488f random: do not sign extend bytes for rotation when mixing by Jason A. Donenfeld · 3 years ago
  25. 9f9eff8 random: use BLAKE2s instead of SHA1 in extraction by Jason A. Donenfeld · 3 years ago
  26. 009ba85 random: fix data race on crng init time by Eric Biggers · 3 years ago
  27. 5d73d1e random: fix data race on crng_node_pool by Eric Biggers · 3 years ago
  28. 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  29. 2b6c6e3 random: document add_hwgenerator_randomness() with other input functions by Mark Brown · 3 years, 1 month ago
  30. 118a441 random: remove dead code left over from blocking pool by Eric Biggers · 3 years, 9 months ago
  31. a181e0f random: initialize ChaCha20 constants with correct endianness by Eric Biggers · 3 years, 9 months ago
  32. e229b42 Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 10 months ago
  33. 11a0b5e random: fix the RNDRESEEDCRNG ioctl by Eric Biggers · 4 years ago
  34. 390596c random: avoid arch_get_random_seed_long() when collecting IRQ randomness by Ard Biesheuvel · 4 years, 2 months ago
  35. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 1 month ago
  36. c51f8f8 random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 5 months ago
  37. f227e3e random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 6 months ago
  38. 1c38372 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  39. a2541dc random: fix an incorrect __user annotation on proc_do_entropy by Christoph Hellwig · 4 years, 7 months ago
  40. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  41. 228c4f2 crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h by Eric Biggers · 4 years, 8 months ago
  42. 6b0b0fa crypto: lib/sha1 - rename "sha" to "sha1" by Eric Biggers · 4 years, 8 months ago
  43. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  44. ab9a7e2 random: avoid warnings for !CONFIG_NUMA builds by Mark Rutland · 4 years, 10 months ago
  45. e00d996a random: fix data races at timer_rand_state by Qian Cai · 4 years, 10 months ago
  46. 69efea7 random: always use batched entropy for get_random_u{32,64} by Jason A. Donenfeld · 4 years, 10 months ago
  47. 253d319 random: add arch_get_random_*long_early() by Mark Rutland · 4 years, 11 months ago
  48. 5cbe0f1 random: split primary/secondary crng init paths by Mark Rutland · 4 years, 11 months ago
  49. 09a6d00 random: remove some dead code of poolinfo by Yangtao Li · 5 years ago
  50. 727d499 random: fix typo in add_timer_randomness() by Yangtao Li · 5 years ago
  51. 12cd53a random: Add and use pr_fmt() by Yangtao Li · 6 years ago
  52. 12faac3 random: convert to ENTROPY_BITS for better code readability by Yangtao Li · 6 years ago
  53. 870e05b random: remove unnecessary unlikely() by Yangtao Li · 5 years ago
  54. c95ea0c random: remove kernel.random.read_wakeup_threshold by Andy Lutomirski · 5 years ago
  55. 84df7cd random: delete code to pull data into pools by Andy Lutomirski · 5 years ago
  56. 90ea1c6 random: remove the blocking pool by Andy Lutomirski · 5 years ago
  57. 30c08ef random: make /dev/random be almost like /dev/urandom by Andy Lutomirski · 5 years ago
  58. 48446f1 random: ignore GRND_RANDOM in getentropy(2) by Andy Lutomirski · 5 years ago
  59. 75551db random: add GRND_INSECURE to return best-effort non-cryptographic bytes by Andy Lutomirski · 5 years ago
  60. c6f1deb random: Add a urandom_read_nowait() for random APIs that don't warn by Andy Lutomirski · 5 years ago
  61. 4c8d062 random: Don't wake crng_init_wait when crng_init == 1 by Andy Lutomirski · 5 years ago
  62. 1b710b1 char/random: silence a lockdep splat with printk() by Sergey Senozhatsky · 5 years ago
  63. 4aa37c4 random: don't forget compat_ioctl on urandom by Jason A. Donenfeld · 5 years ago
  64. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  65. 1d4c79e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  66. 08e97ae Revert "hwrng: core - Freeze khwrng thread during suspend" by Herbert Xu · 5 years ago
  67. 507e4e2 compat_ioctl: remove /dev/random commands by Arnd Bergmann · 6 years ago
  68. 3fd57e7 char/random: Add a newline at the end of the file by Borislav Petkov · 5 years ago
  69. 3f2dc27 Merge branch 'entropy' by Linus Torvalds · 5 years ago
  70. 50ee752 random: try to actively add entropy rather than passively wait for it by Linus Torvalds · 5 years ago
  71. 8b53c76 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  72. 59b5694 random: Use wait_event_freezable() in add_hwgenerator_randomness() by Stephen Boyd · 5 years ago
  73. 428826f fdt: add support for rng-seed by Hsin-Yi Wang · 5 years ago
  74. ff29629 random: Support freezable kthreads in add_hwgenerator_randomness() by Stephen Boyd · 5 years ago
  75. 58be010 random: fix soft lockup when trying to read from an uninitialized blocking pool by Theodore Ts'o · 6 years ago
  76. b7d5dc2 random: add a spinlock_t to struct batched_entropy by Sebastian Andrzej Siewior · 6 years ago
  77. 92e507d random: document get_random_int() family by George Spelvin · 6 years ago
  78. fe6f1a6 random: fix CRNG initialization when random.trust_cpu=1 by Jon DeVree · 6 years ago
  79. d555352 random: move rand_initialize() earlier by Kees Cook · 6 years ago
  80. eb9d1bf random: only read from /dev/random after its pool has received 128 bits by Theodore Ts'o · 6 years ago
  81. 764ed18 drivers/char/random.c: make primary_crng static by Rasmus Villemoes · 6 years ago
  82. 3bd0b5b drivers/char/random.c: remove unused stuct poolinfo::poolbits by Rasmus Villemoes · 6 years ago
  83. 26e0854 drivers/char/random.c: constify poolinfo_table by Rasmus Villemoes · 6 years ago
  84. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  85. 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  86. a5e9f55 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  87. 9b25436 random: make CPU trust a boot parameter by Kees Cook · 6 years ago
  88. 9a47249 random: Make crng state queryable by Jason A. Donenfeld · 6 years ago
  89. b34fbaa random: remove preempt disabled region by Ingo Molnar · 6 years ago
  90. 39a8883 random: add a config option to trust the CPU's hwrng by Theodore Ts'o · 6 years ago
  91. 753d433 random: Return nbytes filled from hw RNG by Tobin C. Harding · 7 years ago
  92. 8ddd6ef random: Fix whitespace pre random-bytes work by Tobin C. Harding · 7 years ago
  93. 81e69df random: mix rdrand with entropy sent in from userspace by Theodore Ts'o · 6 years ago
  94. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  95. 89b310a random: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  96. 4e00b33 random: rate limit unseeded randomness warnings by Theodore Ts'o · 7 years ago
  97. 6c1e851 random: fix possible sleeping allocation from irq context by Theodore Ts'o · 7 years ago
  98. d848e5f random: add new ioctl RNDRESEEDCRNG by Theodore Ts'o · 7 years ago
  99. 0bb29a8 random: crng_reseed() should lock the crng instance that it is modifying by Theodore Ts'o · 7 years ago
  100. 8ef35c8 random: set up the NUMA crng instances after the CRNG is fully initialized by Theodore Ts'o · 7 years ago