1. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  2. d9cee5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  3. f440c4e hwrng: bcm63xx - Fix driver compilation by Álvaro Fernández Rojas · 9 years ago
  4. 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
  5. 0daa7a0 hwrng: Avoid manual device_create_file() calls by Takashi Iwai · 10 years ago
  6. 506bf0c hwrng: core - allow perfect entropy from hardware devices by Keith Packard · 9 years ago
  7. 656d7e7 hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in init by Andre Wolokita · 9 years ago
  8. 1a5addf hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG by Andre Wolokita · 9 years ago
  9. da2ff52 char: constify of_device_id array by Fabian Frederick · 9 years ago
  10. 73b3862 hwrng: iproc-rng200 - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  11. ef0a1b2 hwrng: iproc-rng200 - do not use static structure by Dmitry Torokhov · 9 years ago
  12. 9052b0d hwrng: msm - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  13. 1e6e38a hwrng: exynos - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  14. 6229c16 hwrng: bcm63xx - make use of devm_hwrng_register by Dmitry Torokhov · 9 years ago
  15. 4d9b519 hwrng: add devm_* interfaces by Dmitry Torokhov · 9 years ago
  16. a308d66 hwrng: omap - remove #ifdefery around PM methods by Dmitry Torokhov · 9 years ago
  17. 257bedd hwrng: pseries - remove incorrect __init/__exit markups by Dmitry Torokhov · 9 years ago
  18. 87094a0 hwrng: octeon - remove incorrect __exit markups by Dmitry Torokhov · 9 years ago
  19. 1ee9b5e hwrng: omap - remove incorrect __exit markups by Dmitry Torokhov · 9 years ago
  20. a508412 hwrng: xgene - add ACPI support for APM X-Gene RNG unit by Feng Kan · 9 years ago
  21. c83d45d hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver by Scott Branden · 9 years ago
  22. 0052a65 hwrng: bcm63xx - use devm_* helpers by Florian Fainelli · 9 years ago
  23. b515e0f hwrng: bcm63xx - move register definitions to driver by Florian Fainelli · 9 years ago
  24. f7591fa hwrng: bcm63xx - drop bcm_{readl,writel} macros by Florian Fainelli · 9 years ago
  25. e20016a9 hwrng: virtio - drop extra empty line by Michael S. Tsirkin · 10 years ago
  26. 90ac41b hwrng: core - Move hwrng_init call into set_current_rng by Herbert Xu · 10 years ago
  27. ff77c15 hwrng: core - Drop current rng in set_current_rng by Herbert Xu · 10 years ago
  28. ac3a497 hwrng: core - Do not register device opportunistically by Herbert Xu · 10 years ago
  29. 15b66cd hwrng: core - Fix current_rng init/cleanup race yet again by Herbert Xu · 10 years ago
  30. 77584ee hwrng: core - Use struct completion for cleanup_done by Herbert Xu · 10 years ago
  31. 2d2ec06 hwrng: don't init list element we're about to add to list. by Rusty Russell · 10 years ago
  32. ebbbfa2 hwrng: don't double-check old_rng. by Rusty Russell · 10 years ago
  33. a027f30 hwrng: fix unregister race. by Rusty Russell · 10 years ago
  34. 3a2c0ba hwrng: use reference counts on each struct hwrng. by Rusty Russell · 10 years ago
  35. 1dacb39 hwrng: move some code out mutex_lock for avoiding underlying deadlock by Amos Kong · 10 years ago
  36. 9372b35 hwrng: place mutex around read functions and buffers. by Rusty Russell · 10 years ago
  37. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  38. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  39. 2d3867d hwrandom / exynos / PM: Use CONFIG_PM in #ifdef by Rafael J. Wysocki · 10 years ago
  40. 4951db7 hwrng: atmel - add DT support by Boris Brezillon · 10 years ago
  41. 21961ef hwrng: atmel - use clk_prepapre_enable/_disable_unprepare by Boris Brezillon · 10 years ago
  42. 24c65bc hwrng: pseries - port to new read API and fix stack corruption by Greg Kurz · 10 years ago
  43. 61daf05 hwrng: core - Changed from using strncat to strlcat by Rickard Strandqvist · 10 years ago
  44. eff5480 char: hw_random: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  45. 0e6e58f Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  46. 1bbc260 virtio-rng: refactor probe error handling by Michael S. Tsirkin · 10 years ago
  47. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  48. 7a1ae9c hwrng: printk replacement by Sudip Mukherjee · 10 years ago
  49. f498195 virtio-rng: skip reading when we start to remove the device by Amos Kong · 10 years ago
  50. 3856e54 virtio-rng: fix stuck of hot-unplugging busy device by Amos Kong · 10 years ago
  51. a91ae4e hwrng: xgene - add support for APM X-Gene SoC RNG support by Feng Kan · 10 years ago
  52. 34679ec virtio: rng: add derating factor for use by hwrng core by Amit Shah · 10 years ago
  53. 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
  54. f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  55. e02b876 hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes by Stephen Boyd · 10 years ago
  56. eeec626 Revert "hwrng: virtio - ensure reads happen after successful probe" by Amit Shah · 10 years ago
  57. 5c06273 virtio: rng: delay hwrng_register() till driver is ready by Amit Shah · 10 years ago
  58. 6062829 virtio: rng: re-arrange struct elements for better packing by Amit Shah · 10 years ago
  59. 373445d virtio: rng: remove unused struct element by Amit Shah · 10 years ago
  60. 9dda727 hw_random: fix sparse warning (NULL vs 0 for pointer) by Torsten Duwe · 10 years ago
  61. 0f734e6 hwrng: add per-device entropy derating by Torsten Duwe · 10 years ago
  62. be4000b hwrng: create filler thread by Torsten Duwe · 10 years ago
  63. e052dbf hwrng: virtio - ensure reads happen after successful probe by Amit Shah · 10 years ago
  64. d3cc799 hwrng: fetch randomness only after device init by Amit Shah · 10 years ago
  65. 5c02c39 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  66. 639b4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next by Linus Torvalds · 10 years ago
  67. a17597d virtio-rng: fixes for device registration/unregistration by Sasha Levin · 10 years ago
  68. e5d23a8 virtio-rng: fix boot with virtio-rng device by Sasha Levin · 10 years ago
  69. 08e53fb virtio-rng: support multiple virtio-rng devices by Amos Kong · 10 years ago
  70. 0118a55 hwrng: n2-drv - Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  71. 7bad94a hwrng: timeriomem - remove unnecessary OOM messages by Jingoo Han · 10 years ago
  72. 9e9026a hwrng: omap - remove unnecessary OOM messages by Jingoo Han · 10 years ago
  73. 8ece117 hwrng: picoxcell - remove unbuildable picoxcell TRNG by Paul Bolle · 10 years ago
  74. 2d9cab5 hwrng: Fix a few driver dependencies and defaults by Jean Delvare · 10 years ago
  75. 0200161 hwrng: Turn HW_RANDOM into a menuconfig by Jean Delvare · 10 years ago
  76. dc64ef0 hwrng: Move UML_RANDOM at the last position by Jean Delvare · 10 years ago
  77. dafe344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  78. eb4a534 hwrng: bcm2835 - fix oops when rng h/w is accessed during registration by Matt Porter · 10 years ago
  79. cbda94e Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  80. 59ecc26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  81. 64056a9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  82. 9914a76 virtio-rng: don't crash if virtqueue is broken. by Rusty Russell · 10 years ago
  83. d9e7972 hwrng: add randomness to system from rng sources by Kees Cook · 10 years ago
  84. 93b7f9c hwrng: timeriomem - Use devm_*() functions by Jingoo Han · 10 years ago
  85. 1655c24 hwrng: nomadik - Use devm_*() functions by Jingoo Han · 10 years ago
  86. 0c0aa84 hwrng: pixocell - Use devm_clk_get() by Jingoo Han · 10 years ago
  87. 0574bce hwrng: omap3-rom - Use devm_clk_get() by Jingoo Han · 10 years ago
  88. 0c0becd hwrng: atmel - Use devm_clk_get() by Jingoo Han · 10 years ago
  89. fb5d23e hwrng: pixocell - Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  90. bfaff75 hwrng: atmel - Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  91. 2257ffb hwrng: msm: switch Kconfig to ARCH_QCOM depends by Kumar Gala · 11 years ago
  92. d167b6e hwrng: cleanup in hwrng_register() by Dan Carpenter · 11 years ago
  93. 4c020b0 drivers/char: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  94. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  95. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  96. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  97. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  98. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  99. 0d28978 hwrng: msm - Add PRNG support for MSM SoC's by Stanimir Varbanov · 11 years ago
  100. 1c6b7c2 hwrng: OMAP3 ROM Random Number Generator support by Pali Rohár · 11 years ago