1. 6d4952d hwrng: core - Don't use a stack buffer in add_early_randomness() by Andrew Lutomirski · 8 years ago
  2. 58b022a hwrng: core - Allocate memory during module init by PrasannaKumar Muralidharan · 8 years ago
  3. 1ab8729 hwrng: core - sleep interruptible in read by Jiri Slaby · 9 years ago
  4. d9a53b0 hwrng: core - Simplify RNG switching from sysfs by Lee Jones · 9 years ago
  5. 17fb874 hwrng: core - correct error check of kthread_run call by Martin Schwidefsky · 9 years ago
  6. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  7. 0daa7a0 hwrng: Avoid manual device_create_file() calls by Takashi Iwai · 10 years ago
  8. 506bf0c hwrng: core - allow perfect entropy from hardware devices by Keith Packard · 9 years ago
  9. 4d9b519 hwrng: add devm_* interfaces by Dmitry Torokhov · 9 years ago
  10. 90ac41b hwrng: core - Move hwrng_init call into set_current_rng by Herbert Xu · 10 years ago
  11. ff77c15 hwrng: core - Drop current rng in set_current_rng by Herbert Xu · 10 years ago
  12. ac3a497 hwrng: core - Do not register device opportunistically by Herbert Xu · 10 years ago
  13. 15b66cd hwrng: core - Fix current_rng init/cleanup race yet again by Herbert Xu · 10 years ago
  14. 77584ee hwrng: core - Use struct completion for cleanup_done by Herbert Xu · 10 years ago
  15. 2d2ec06 hwrng: don't init list element we're about to add to list. by Rusty Russell · 10 years ago
  16. ebbbfa2 hwrng: don't double-check old_rng. by Rusty Russell · 10 years ago
  17. a027f30 hwrng: fix unregister race. by Rusty Russell · 10 years ago
  18. 3a2c0ba hwrng: use reference counts on each struct hwrng. by Rusty Russell · 10 years ago
  19. 1dacb39 hwrng: move some code out mutex_lock for avoiding underlying deadlock by Amos Kong · 10 years ago
  20. 9372b35 hwrng: place mutex around read functions and buffers. by Rusty Russell · 10 years ago
  21. 61daf05 hwrng: core - Changed from using strncat to strlcat by Rickard Strandqvist · 10 years ago
  22. 801a71a Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  23. f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  24. e02b876 hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes by Stephen Boyd · 10 years ago
  25. eeec626 Revert "hwrng: virtio - ensure reads happen after successful probe" by Amit Shah · 10 years ago
  26. 9dda727 hw_random: fix sparse warning (NULL vs 0 for pointer) by Torsten Duwe · 10 years ago
  27. 0f734e6 hwrng: add per-device entropy derating by Torsten Duwe · 10 years ago
  28. be4000b hwrng: create filler thread by Torsten Duwe · 10 years ago
  29. e052dbf hwrng: virtio - ensure reads happen after successful probe by Amit Shah · 10 years ago
  30. d3cc799 hwrng: fetch randomness only after device init by Amit Shah · 10 years ago
  31. 59ecc26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  32. d9e7972 hwrng: add randomness to system from rng sources by Kees Cook · 10 years ago
  33. d167b6e hwrng: cleanup in hwrng_register() by Dan Carpenter · 11 years ago
  34. 4c020b0 drivers/char: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  35. b7d44d9 hw_random: free rng_buffer at module exit by Satoru Takeuchi · 11 years ago
  36. f7f154f hw_random: make buffer usable in scatterlist. by Rusty Russell · 11 years ago
  37. eb032b9 Update my e-mail address by Michael Büsch · 13 years ago
  38. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  39. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  40. f590826 hwrng: core - Fix double unlock in rng_dev_read by Herbert Xu · 15 years ago
  41. 18821b0 Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  42. eed89d0 hwrng: core - Prevent too-small buffer sizes by Ian Molton · 15 years ago
  43. 8386324 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
  44. 9996508 hwrng: core - Replace u32 in driver API with byte array by Ian Molton · 15 years ago
  45. a09ba31 hw_random: Remove BKL from core by Thomas Gleixner · 15 years ago
  46. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  47. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  48. a9c4e8f hw-random: BKL pushdown by Arnd Bergmann · 16 years ago
  49. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  50. 893f112 [S390] hw_random: allow rng_dev_read() to return hardware errors. by Ralph Wuerthner · 16 years ago
  51. a41e3dc HWRNG: add possibility to remove hwrng devices during suspend/resume by Rafael J. Wysocki · 17 years ago
  52. 984e976 [HWRNG]: move status polling loop to data_present callbacks by Patrick McHardy · 17 years ago
  53. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  54. 94fbcde Driver core: change misc class_devices to be real devices by Greg Kroah-Hartman · 18 years ago
  55. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  56. 844dd05 [PATCH] Add new generic HW RNG core by Michael Buesch · 18 years ago