1. 5eb10d9 random: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  2. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  3. f9c6d49 random: fix BUG_ON caused by accounting simplification by Theodore Ts'o · 10 years ago
  4. bdcfa3e random: export add_disk_randomness by Christoph Hellwig · 10 years ago
  5. 7b878d4 random: Add arch_has_random[_seed]() by H. Peter Anvin · 11 years ago
  6. 331c649 random: If we have arch_get_random_seed*(), try it before blocking by H. Peter Anvin · 11 years ago
  7. 83664a6 random: Use arch_get_random_seed*() at init time and once a second by H. Peter Anvin · 11 years ago
  8. 4688444 random: use the architectural HWRNG for the SHA's IV in extract_buf() by Theodore Ts'o · 11 years ago
  9. 2132a96 random: clarify bits/bytes in wakeup thresholds by Greg Price · 11 years ago
  10. 7d1b08c random: entropy_bytes is actually bits by Greg Price · 11 years ago
  11. 0fb7a01 random: simplify accounting code by Greg Price · 11 years ago
  12. 8c2aa33 random: tighten bound on random_read_wakeup_thresh by Greg Price · 11 years ago
  13. a58aa4e random: forget lock in lockless accounting by Greg Price · 11 years ago
  14. ee1de40 random: simplify accounting logic by Greg Price · 11 years ago
  15. 19fa5be random: fix comment on "account" by Greg Price · 11 years ago
  16. 12ff3a5 random: simplify loop in random_read by Greg Price · 11 years ago
  17. 18e9cea random: fix description of get_random_bytes by Greg Price · 11 years ago
  18. f22052b random: fix comment on proc_do_uuid by Greg Price · 11 years ago
  19. dfd3875 random: fix typos / spelling errors in comments by Greg Price · 11 years ago
  20. 0891ad8 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  21. 4af712e random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  22. 392a546 random: add debugging code to detect early use of get_random_bytes() by Theodore Ts'o · 11 years ago
  23. 644008d random: initialize the last_time field in struct timer_rand_state by Theodore Ts'o · 11 years ago
  24. ae9ecd9 random: don't zap entropy count in rand_initialize() by Theodore Ts'o · 11 years ago
  25. 301f059 random: printk notifications for urandom pool initialization by Theodore Ts'o · 11 years ago
  26. 40db23e random: make add_timer_randomness() fill the nonblocking pool first by Theodore Ts'o · 11 years ago
  27. f715729 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  28. f80bbd8 random: convert DEBUG_ENT to tracepoints by Theodore Ts'o · 11 years ago
  29. 6265e16 random: push extra entropy to the output pools by Theodore Ts'o · 11 years ago
  30. 95b709b random: drop trickle mode by Theodore Ts'o · 11 years ago
  31. 6e9fa2c random: adjust the generator polynomials in the mixing function slightly by Theodore Ts'o · 11 years ago
  32. 655b226 random: speed up the fast_mix function by a factor of four by Theodore Ts'o · 11 years ago
  33. f5c2742 random: cap the rate which the /dev/urandom pool gets reseeded by Theodore Ts'o · 11 years ago
  34. c59974a random: optimize the entropy_store structure by Theodore Ts'o · 11 years ago
  35. 3ef4cb2 random: optimize spinlock use in add_device_randomness() by Theodore Ts'o · 11 years ago
  36. 5910895 random: fix the tracepoint for get_random_bytes(_arch) by Theodore Ts'o · 11 years ago
  37. 30e37ec random: account for entropy loss due to overwrites by H. Peter Anvin · 11 years ago
  38. a283b5c random: allow fractional bits to be tracked by H. Peter Anvin · 11 years ago
  39. 9ed17b7 random: statically compute poolbitshift, poolbytes, poolbits by H. Peter Anvin · 11 years ago
  40. 85a1f77 random: mix in architectural randomness earlier in extract_buf() by Theodore Ts'o · 11 years ago
  41. 61875f3 random: allow architectures to optionally define random_get_entropy() by Theodore Ts'o · 11 years ago
  42. 47d06e5 random: run random_int_secret_init() run after all late_initcalls by Theodore Ts'o · 11 years ago
  43. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  44. a151427 char: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  45. 10b3a32 random: fix accounting race condition with lockless irq entropy_count update by Jiri Kosina · 11 years ago
  46. 1e7e2e0 drivers/char/random.c: fix priming of last_data by Jarod Wilson · 11 years ago
  47. 16c7fa0 lib/string_helpers: introduce generic string_unescape by Andy Shevchenko · 11 years ago
  48. c77f8bf Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  49. b980955 random: fix locking dependency with the tasklist_lock by Theodore Ts'o · 12 years ago
  50. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 13 years ago
  51. ec8f02da random: prime last_data value per fips requirements by Jarod Wilson · 12 years ago
  52. 8eb2ffb random: fix debug format strings by Jiri Kosina · 12 years ago
  53. be5b779 random: make it possible to enable debugging without rebuild by Jiri Kosina · 12 years ago
  54. d2e7c96 random: mix in architectural randomness in extract_buf() by H. Peter Anvin · 12 years ago
  55. cbc96b7 random: Add comment to random_initialize() by Tony Luck · 12 years ago
  56. c5857cc random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  57. 00ce1db random: add tracepoints for easier debugging and verification by Theodore Ts'o · 12 years ago
  58. c2557a3 random: add new get_random_bytes_arch() function by Theodore Ts'o · 12 years ago
  59. e6d4947 random: use the arch-specific rng in xfer_secondary_pool by Theodore Ts'o · 12 years ago
  60. a2080a6 random: create add_device_randomness() interface by Linus Torvalds · 12 years ago
  61. 902c098 random: use lockless techniques in the interrupt path by Theodore Ts'o · 12 years ago
  62. 775f4b2 random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 12 years ago
  63. 74feec5 random: fix up sparse warnings by Theodore Ts'o · 12 years ago
  64. 44e4360 drivers/char/random.c: fix boot id uniqueness race by Mathieu Desnoyers · 12 years ago
  65. c2bc3a3 Merge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  66. 2dac8e5 random: Adjust the number of loops when initializing by H. Peter Anvin · 13 years ago
  67. 3e88bdf random: Use arch-specific RNG to initialize the entropy store by Theodore Ts'o · 13 years ago
  68. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  69. cf833d0 random: Use arch_get_random_int instead of cycle counter if avail by Linus Torvalds · 13 years ago
  70. bd29e56 fix typo/thinko in get_random_bytes() by Luck, Tony · 13 years ago
  71. 8e6d539 Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  72. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  73. 63d7717 random: Add support for architectural random hooks by H. Peter Anvin · 13 years ago
  74. 87c48fa ipv6: make fragment identifications less predictable by Eric Dumazet · 13 years ago
  75. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  76. 442a4ff random: update interface comments to reflect reality by Jarod Wilson · 14 years ago
  77. b29c617 random: Use this_cpu_inc_return by Christoph Lameter · 14 years ago
  78. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  79. 4015d9a random: Reorder struct entropy_store to remove padding on 64bits by Richard Kennedy · 14 years ago
  80. e954bc9 random: simplify fips mode by Matt Mackall · 14 years ago
  81. c41b20e Fix misspellings of "truly" in comments. by Adam Buchbinder · 15 years ago
  82. cd1510c random: Remove unused inode variable by Herbert Xu · 15 years ago
  83. a996996 random: drop weird m_time/a_time manipulation by Matt Mackall · 15 years ago
  84. 3590077 random.c: use %pU to print UUIDs by Joe Perches · 15 years ago
  85. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  86. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  87. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  88. 5b739ef random: Add optional continuous repetition test to entropy store based rngs by Neil Horman · 15 years ago
  89. 26a9a41 Avoid ICE in get_random_int() with gcc-3.4.5 by Linus Torvalds · 15 years ago
  90. 8a0a9bd random: make get_random_int() more random by Linus Torvalds · 15 years ago
  91. 417b43d random: align rekey_work's timer by Anton Blanchard · 15 years ago
  92. d178a1e sparseirq: fix build with unknown irq_desc struct by Yinghai Lu · 16 years ago
  93. d7e51e6 sparseirq: make some func to be used with genirq by Yinghai Lu · 16 years ago
  94. cda796a random: don't try to look at entropy_count outside the lock by Matt Mackall · 16 years ago
  95. 2f98357 sparseirq: move set/get_timer_rand_state back to .c by Yinghai Lu · 16 years ago
  96. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  97. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  98. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  99. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  100. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 16 years ago