1. 16c7fa0 lib/string_helpers: introduce generic string_unescape by Andy Shevchenko · 11 years ago
  2. c77f8bf Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  3. b980955 random: fix locking dependency with the tasklist_lock by Theodore Ts'o · 11 years ago
  4. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 13 years ago
  5. ec8f02da random: prime last_data value per fips requirements by Jarod Wilson · 12 years ago
  6. 8eb2ffb random: fix debug format strings by Jiri Kosina · 12 years ago
  7. be5b779 random: make it possible to enable debugging without rebuild by Jiri Kosina · 12 years ago
  8. d2e7c96 random: mix in architectural randomness in extract_buf() by H. Peter Anvin · 12 years ago
  9. cbc96b7 random: Add comment to random_initialize() by Tony Luck · 12 years ago
  10. c5857cc random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  11. 00ce1db random: add tracepoints for easier debugging and verification by Theodore Ts'o · 12 years ago
  12. c2557a3 random: add new get_random_bytes_arch() function by Theodore Ts'o · 12 years ago
  13. e6d4947 random: use the arch-specific rng in xfer_secondary_pool by Theodore Ts'o · 12 years ago
  14. a2080a6 random: create add_device_randomness() interface by Linus Torvalds · 12 years ago
  15. 902c098 random: use lockless techniques in the interrupt path by Theodore Ts'o · 12 years ago
  16. 775f4b2 random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 12 years ago
  17. 74feec5 random: fix up sparse warnings by Theodore Ts'o · 12 years ago
  18. 44e4360 drivers/char/random.c: fix boot id uniqueness race by Mathieu Desnoyers · 12 years ago
  19. c2bc3a3 Merge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  20. 2dac8e5 random: Adjust the number of loops when initializing by H. Peter Anvin · 13 years ago
  21. 3e88bdf random: Use arch-specific RNG to initialize the entropy store by Theodore Ts'o · 13 years ago
  22. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  23. cf833d0 random: Use arch_get_random_int instead of cycle counter if avail by Linus Torvalds · 13 years ago
  24. bd29e56 fix typo/thinko in get_random_bytes() by Luck, Tony · 13 years ago
  25. 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
  26. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  27. 63d7717 random: Add support for architectural random hooks by H. Peter Anvin · 13 years ago
  28. 87c48fa ipv6: make fragment identifications less predictable by Eric Dumazet · 13 years ago
  29. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  30. 442a4ff random: update interface comments to reflect reality by Jarod Wilson · 13 years ago
  31. b29c617 random: Use this_cpu_inc_return by Christoph Lameter · 14 years ago
  32. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  33. 4015d9a random: Reorder struct entropy_store to remove padding on 64bits by Richard Kennedy · 14 years ago
  34. e954bc9 random: simplify fips mode by Matt Mackall · 14 years ago
  35. c41b20e Fix misspellings of "truly" in comments. by Adam Buchbinder · 15 years ago
  36. cd1510c random: Remove unused inode variable by Herbert Xu · 14 years ago
  37. a996996 random: drop weird m_time/a_time manipulation by Matt Mackall · 14 years ago
  38. 3590077 random.c: use %pU to print UUIDs by Joe Perches · 15 years ago
  39. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  40. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  41. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  42. 5b739ef random: Add optional continuous repetition test to entropy store based rngs by Neil Horman · 15 years ago
  43. 26a9a41 Avoid ICE in get_random_int() with gcc-3.4.5 by Linus Torvalds · 15 years ago
  44. 8a0a9bd random: make get_random_int() more random by Linus Torvalds · 15 years ago
  45. 417b43d random: align rekey_work's timer by Anton Blanchard · 15 years ago
  46. d178a1e sparseirq: fix build with unknown irq_desc struct by Yinghai Lu · 16 years ago
  47. d7e51e6 sparseirq: make some func to be used with genirq by Yinghai Lu · 16 years ago
  48. cda796a random: don't try to look at entropy_count outside the lock by Matt Mackall · 16 years ago
  49. 2f98357 sparseirq: move set/get_timer_rand_state back to .c by Yinghai Lu · 16 years ago
  50. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  51. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  52. 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
  53. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  54. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 16 years ago
  55. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  56. 3060d6f x86: put timer_rand_state pointer into irq_desc by Yinghai Lu · 16 years ago
  57. eef1de7 irqs: make irq_timer_state to use dyn_array by Yinghai Lu · 16 years ago
  58. 1f45f56 drivers/char: use nr_irqs by Yinghai Lu · 16 years ago
  59. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  60. 8b76f46 drivers/char/random.c: fix a race which can lead to a bogus BUG() by Andrew Morton · 16 years ago
  61. 9f59365 nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomization by Stephen Hemminger · 16 years ago
  62. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  63. 9a6f70b random: add async notification support to /dev/random by Jeff Dike · 16 years ago
  64. adc782d random: simplify and rename credit_entropy_store by Matt Mackall · 16 years ago
  65. e68e5b6 random: make mixing interface byte-oriented by Matt Mackall · 16 years ago
  66. 993ba21 random: simplify add_ptr logic by Matt Mackall · 16 years ago
  67. 6d38b82 random: remove some prefetch logic by Matt Mackall · 16 years ago
  68. feee769 random: eliminate redundant new_rotate variable by Matt Mackall · 16 years ago
  69. 4335820 random: remove cacheline alignment for locks by Matt Mackall · 16 years ago
  70. 1c0ad3d random: make backtracking attacks harder by Matt Mackall · 16 years ago
  71. ffd8d3f random: improve variable naming, clear extract buffer by Matt Mackall · 16 years ago
  72. 53c3f63 random: reuse rand_initialize by Matt Mackall · 16 years ago
  73. 43ae486 random: use unlocked_ioctl by Matt Mackall · 16 years ago
  74. 88c730d random: consolidate wakeup logic by Matt Mackall · 16 years ago
  75. 90b75ee random: clean up checkpatch complaints by Matt Mackall · 16 years ago
  76. 91f3f1e drivers/char/random.c:write_pool() cond_resched() needed by Matt Mackall · 16 years ago
  77. 640e248 unexport add_disk_randomness by Adrian Bunk · 16 years ago
  78. 6dd10a6 [NET] random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAR by Eric Dumazet · 17 years ago
  79. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  80. 9b42c33 [TCP]: secure_tcp_sequence_number() should not use a too fast clock by Eric Dumazet · 17 years ago
  81. 5a021e9 random: fix bound check ordering (CVE-2007-3105) by Matt Mackall · 17 years ago
  82. 679ce0a random: fix output buffer folding by Matt Mackall · 17 years ago
  83. 7f397dc random: fix seeding with zero entropy by Matt Mackall · 17 years ago
  84. 602b6ae random: fix error in entropy extraction by Matt Mackall · 17 years ago
  85. f859581 [NET]: random functions can use nsec resolution instead of usec by Eric Dumazet · 17 years ago
  86. cb69cc5 [TCP/DCCP/RANDOM]: Remove unused exports. by Adrian Bunk · 17 years ago
  87. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  88. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  89. a7113a9 [PATCH] struct path: convert char-drivers by Josef Sipek · 18 years ago
  90. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  91. b09b845c [RANDOM]: Annotate random.h IP helpers. by Al Viro · 18 years ago
  92. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  93. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  94. 80fc9f5 Input: add missing exports to fix modular build by Dmitry Torokhov · 18 years ago
  95. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  96. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  97. e4d9191 [PATCH] lockdep: locking init debugging improvement by Ingo Molnar · 18 years ago
  98. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  99. 30aaa15 [IPV6]: Unexport secure_ipv6_port_ephemeral by Adrian Bunk · 18 years ago
  100. d251575 [PATCH] random: get rid of sparse warning by Stephen Hemminger · 19 years ago