1. 8ade1d8 crypto: blake2s - adjust include guard naming by Eric Biggers · 3 years, 7 months ago
  2. 82fc363 crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h> by Eric Biggers · 3 years, 7 months ago
  3. 4f5add8 MAINTAINERS: co-maintain random.c by Jason A. Donenfeld · 2 years, 8 months ago
  4. 04cde9a random: remove dead code left over from blocking pool by Eric Biggers · 3 years, 4 months ago
  5. 528333a random: avoid arch_get_random_seed_long() when collecting IRQ randomness by Ard Biesheuvel · 3 years, 9 months ago
  6. 42c54fc random: add arch_get_random_*long_early() by Mark Rutland · 4 years, 6 months ago
  7. af98d2a powerpc: Use bool in archrandom.h by Richard Henderson · 4 years, 7 months ago
  8. 78b2832 linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check by Richard Henderson · 4 years, 7 months ago
  9. 2295356 linux/random.h: Use false with bool by Richard Henderson · 4 years, 7 months ago
  10. cbcd67f linux/random.h: Remove arch_has_random, arch_has_random_seed by Richard Henderson · 4 years, 7 months ago
  11. 3e5c675 powerpc: Remove arch_has_random, arch_has_random_seed by Richard Henderson · 4 years, 7 months ago
  12. 2e266be x86: Remove arch_has_random, arch_has_random_seed by Richard Henderson · 4 years, 7 months ago
  13. c3d1700 random: avoid warnings for !CONFIG_NUMA builds by Mark Rutland · 4 years, 5 months ago
  14. 3c26918 random: split primary/secondary crng init paths by Mark Rutland · 4 years, 6 months ago
  15. e13ea48 random: remove some dead code of poolinfo by Yangtao Li · 4 years, 7 months ago
  16. 221e43c random: fix typo in add_timer_randomness() by Yangtao Li · 4 years, 7 months ago
  17. a30bf3c random: Add and use pr_fmt() by Yangtao Li · 5 years ago
  18. 6eaeae8 random: convert to ENTROPY_BITS for better code readability by Yangtao Li · 5 years ago
  19. 9587bbd random: remove unnecessary unlikely() by Yangtao Li · 4 years, 7 months ago
  20. 2de0a1e random: remove kernel.random.read_wakeup_threshold by Andy Lutomirski · 4 years, 7 months ago
  21. 892d340 random: delete code to pull data into pools by Andy Lutomirski · 4 years, 7 months ago
  22. 57908fb random: remove the blocking pool by Andy Lutomirski · 4 years, 7 months ago
  23. d776934a random: fix crash on multiple early calls to add_bootloader_randomness() by Dominik Brodowski · 2 years, 7 months ago
  24. 6a54da4 random: make /dev/random be almost like /dev/urandom by Andy Lutomirski · 4 years, 7 months ago
  25. e962a3a random: ignore GRND_RANDOM in getentropy(2) by Andy Lutomirski · 4 years, 7 months ago
  26. 82c1e11 random: add GRND_INSECURE to return best-effort non-cryptographic bytes by Andy Lutomirski · 4 years, 7 months ago
  27. a7b2d8f random: Add a urandom_read_nowait() for random APIs that don't warn by Andy Lutomirski · 4 years, 7 months ago
  28. ab956b5 random: Don't wake crng_init_wait when crng_init == 1 by Andy Lutomirski · 4 years, 7 months ago
  29. 79dd56c lib/crypto: sha1: re-roll loops to reduce code size by Jason A. Donenfeld · 2 years, 6 months ago
  30. 1815bfc lib/crypto: blake2s: move hmac construction into wireguard by Jason A. Donenfeld · 2 years, 6 months ago
  31. 38ec02a crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 4 years, 9 months ago
  32. 365af44 crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array() by Andy Shevchenko · 6 years ago
  33. 6710894 Revert "hwrng: core - Freeze khwrng thread during suspend" by Herbert Xu · 4 years, 8 months ago
  34. 3209e13 char/random: Add a newline at the end of the file by Borislav Petkov · 4 years, 10 months ago
  35. 9f00f56 random: Use wait_event_freezable() in add_hwgenerator_randomness() by Stephen Boyd · 4 years, 11 months ago
  36. c288318 fdt: add support for rng-seed by Hsin-Yi Wang · 5 years ago
  37. 982df07 random: Support freezable kthreads in add_hwgenerator_randomness() by Stephen Boyd · 5 years ago
  38. 5ca70da random: fix soft lockup when trying to read from an uninitialized blocking pool by Theodore Ts'o · 5 years ago
  39. a4fb822 latent_entropy: avoid build error when plugin cflags are not set by Vasily Gorbik · 5 years ago
  40. d54abb4 random: document get_random_int() family by George Spelvin · 5 years ago
  41. 166a592 random: move rand_initialize() earlier by Kees Cook · 5 years ago
  42. 79246ba random: only read from /dev/random after its pool has received 128 bits by Theodore Ts'o · 5 years ago
  43. 78b1bfe drivers/char/random.c: make primary_crng static by Rasmus Villemoes · 6 years ago
  44. db8aa1a drivers/char/random.c: remove unused stuct poolinfo::poolbits by Rasmus Villemoes · 6 years ago
  45. 4781163 drivers/char/random.c: constify poolinfo_table by Rasmus Villemoes · 6 years ago
  46. 4bba4e8 random: make CPU trust a boot parameter by Kees Cook · 6 years ago
  47. 9bb5010 random: Make crng state queryable by Jason A. Donenfeld · 6 years ago
  48. a547112 random: remove preempt disabled region by Ingo Molnar · 6 years ago
  49. 933dd2f random: add a config option to trust the CPU's hwrng by Theodore Ts'o · 6 years ago
  50. c184f7c random: Return nbytes filled from hw RNG by Tobin C. Harding · 6 years ago
  51. 4b9c611 random: Fix whitespace pre random-bytes work by Tobin C. Harding · 6 years ago
  52. 7f0edf1 drivers/char/random.c: remove unused dont_count_entropy by Rasmus Villemoes · 6 years ago
  53. 5f3167f random: optimize add_interrupt_randomness by Andi Kleen · 6 years ago
  54. 1e8f4f5 random: always fill buffer in get_random_bytes_wait by Jason A. Donenfeld · 6 years ago
  55. 63c60b6 crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  56. 824d2a0 random: fix data race on crng_node_pool by Eric Biggers · 2 years, 7 months ago
  57. 86edede random: always use batched entropy for get_random_u{32,64} by Jason A. Donenfeld · 4 years, 5 months ago
  58. d118cad Revert "char/random: silence a lockdep splat with printk()" by Greg Kroah-Hartman · 4 years, 5 months ago
  59. e52d583 char/random: silence a lockdep splat with printk() by Sergey Senozhatsky · 4 years, 8 months ago
  60. 876736a random: add a spinlock_t to struct batched_entropy by Sebastian Andrzej Siewior · 5 years ago
  61. 44ea43b random: rate limit unseeded randomness warnings by Theodore Ts'o · 6 years ago
  62. 32988e2 random: fix possible sleeping allocation from irq context by Theodore Ts'o · 6 years ago
  63. 13eec12 random: set up the NUMA crng instances after the CRNG is fully initialized by Theodore Ts'o · 6 years ago
  64. 0467c15b random: use a different mixing algorithm for add_device_randomness() by Theodore Ts'o · 6 years ago
  65. 1038473 random: fix warning message on ia64 and parisc by Helge Deller · 7 years ago
  66. 2235bed random: reorder READ_ONCE() in get_random_uXX by Sebastian Andrzej Siewior · 7 years ago
  67. 68b20d5 random: suppress spammy warnings about unseeded randomness by Theodore Ts'o · 7 years ago
  68. 8f73534 random: do not ignore early device randomness by Kees Cook · 7 years ago
  69. 04e5bfa random: warn when kernel uses unseeded randomness by Jason A. Donenfeld · 7 years ago
  70. ca8f215 random: add get_random_{bytes,u32,u64,int,long,once}_wait family by Jason A. Donenfeld · 7 years ago
  71. 8954875 random: add wait_for_random_bytes() API by Jason A. Donenfeld · 7 years ago
  72. 260fa1f random: silence compiler warnings and fix race by Jason A. Donenfeld · 7 years ago
  73. 67d9981 random: invalidate batched entropy after crng init by Jason A. Donenfeld · 7 years ago
  74. 9d037fd random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef block by Fabio Estevam · 7 years ago
  75. 7c8ed90 random: convert get_random_int/long into get_random_u32/u64 by Jason A. Donenfeld · 8 years ago
  76. d8abc2b random: fix comment for unused random_min_urandom_seed by Stephan Müller · 8 years ago
  77. 84818ee random: remove variable limit by Stephan Müller · 8 years ago
  78. e48be7f random: remove stale urandom_init_wait by Stephan Müller · 8 years ago
  79. a86b868 random: remove stale maybe_reseed_primary_crng by Stephan Mueller · 8 years ago
  80. fe7cde4 9p: missing chunk of "fs/9p: Don't update file type when updating file attributes" by Al Viro · 3 years, 6 months ago
  81. 5697207 Linux 4.9.319 by Greg Kroah-Hartman · 2 years, 1 month ago
  82. 71078b8 x86/speculation/mmio: Print SMT warning by Josh Poimboeuf · 2 years, 2 months ago
  83. da06c60 KVM: x86/speculation: Disable Fill buffer clear within guests by Pawan Gupta · 2 years, 2 months ago
  84. b7efb3a x86/speculation/mmio: Reuse SRBDS mitigation for SBDS by Pawan Gupta · 2 years, 2 months ago
  85. 48e40e2 x86/speculation/srbds: Update SRBDS mitigation selection by Pawan Gupta · 2 years, 2 months ago
  86. 8acd4bf x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data by Pawan Gupta · 2 years, 2 months ago
  87. 6ecdbc9 x86/speculation/mmio: Enable CPU Fill buffer clearing on idle by Pawan Gupta · 2 years, 2 months ago
  88. 5da4d16 x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations by Pawan Gupta · 2 years, 2 months ago
  89. a11f2f0 x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data by Pawan Gupta · 2 years, 2 months ago
  90. 91ab107 x86/speculation: Add a common function for MD_CLEAR mitigation update by Pawan Gupta · 2 years, 2 months ago
  91. 19aa53c x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug by Pawan Gupta · 2 years, 2 months ago
  92. 63c10e9 Documentation: Add documentation for Processor MMIO Stale Data by Pawan Gupta · 2 years, 2 months ago
  93. caa0dd5 x86/cpu: Add another Alder Lake CPU to the Intel family by Gayatri Kammela · 3 years, 6 months ago
  94. 0180c22 x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family by Tony Luck · 4 years ago
  95. 64d90b7 x86/cpu: Add Comet Lake to the Intel CPU models header by Kan Liang · 4 years, 10 months ago
  96. 1574d3d x86/CPU: Add more Icelake model numbers by Kan Liang · 5 years ago
  97. 26b367f x86/CPU: Add Icelake model number by Rajneesh Bhardwaj · 5 years ago
  98. d14cee8 x86/cpu: Add Cannonlake to Intel family by Rajneesh Bhardwaj · 6 years ago
  99. 761fd84 x86/cpu: Add Jasper Lake to Intel family by Zhang Rui · 4 years, 7 months ago
  100. 3b68328 cpu/speculation: Add prototype for cpu_show_srbds() by Guenter Roeck · 4 years, 1 month ago