1. 837bf7c hwrng: core - Always drop the RNG in hwrng_unregister() by Michael Büsch · 7 years ago
  2. 57f5bfe hwrng: n2 - fix spelling mistake: "restesting" -> "retesting" by Colin Ian King · 7 years ago
  3. 9bae549 hwrng: stm32 - fix pm_suspend issue by lionel.debieve@st.com · 7 years ago
  4. af51378 hwrng: stm32 - define default state for rng driver by lionel.debieve@st.com · 7 years ago
  5. 49d1179 hwrng: via - support new Centaur CPU by davidwang · 7 years ago
  6. 9eb3122 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  7. eb428ee hwrng: ks-sa - add hw_random driver by Vitaly Andrianov · 7 years ago
  8. a6ab640 hwrng: mxc-rnga - add driver support on boards with device tree by Vladimir Zapolskiy · 7 years ago
  9. b166be0 hwrng: omap - Fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  10. 10bc320 hwrng: omap - Remove useless test before clk_disable_unprepare by Gregory CLEMENT · 7 years ago
  11. cf03868 hwrng: cavium - make two functions static by Colin Ian King · 7 years ago
  12. 279f4f8 hwrng: stm32 - rework read timeout calculation by lionel.debieve@st.com · 7 years ago
  13. 529571e hwrng: stm32 - allow disable clock error detection by lionel.debieve@st.com · 7 years ago
  14. 326ed38 hwrng: stm32 - add reset during probe by lionel.debieve@st.com · 7 years ago
  15. 7b4c5d3 hwrng: bcm2835 - Handle deferred clock properly by Stefan Wahren · 7 years ago
  16. 40b776a hwrng: imx-rngc - make symbol imx_rngc_pm_ops static by weiyongjun \(A\) · 7 years ago
  17. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  19. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  20. c4fc5d6 hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe() by weiyongjun \(A\) · 7 years ago
  21. cd0bb67 hwrng: imx-rngc - simplify the power management definitions by Martin Kaiser · 7 years ago
  22. 2273f42 hwrng: exynos - remove redundant dev_err call in exynos_trng_probe() by weiyongjun \(A\) · 7 years ago
  23. a8bc71d hwrng: exynos - Signedness bug in exynos_trng_do_read() by Dan Carpenter · 7 years ago
  24. 4565da7 hwrng: mediatek - Setup default RNG quality by Sean Wang · 7 years ago
  25. 6e592a0 tpm: Move Linux RNG connection to hwrng by Jason Gunthorpe · 7 years ago
  26. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  27. 6cd225cc hwrng: exynos - add Samsung Exynos True RNG driver by Łukasz Stelmach · 7 years ago
  28. 0e4b529 hwrng: core - Clean up RNG list when last hwrng is unregistered by Gary R Hook · 7 years ago
  29. 0c2616a hwrng: bcm63xx - Remove since bcm2835-rng takes over by Florian Fainelli · 7 years ago
  30. 8705f24 hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platforms by Florian Fainelli · 7 years ago
  31. 6f09359 hwrng: bcm2835 - Add Broadcom MIPS I/O accessors by Florian Fainelli · 7 years ago
  32. abd4202 hwrng: bcm2835 - Abstract I/O accessors by Florian Fainelli · 7 years ago
  33. 791af4f hwrng: bcm2835 - Manage an optional clock by Florian Fainelli · 7 years ago
  34. 04b154f hwrng: bcm2835 - Rework interrupt masking by Florian Fainelli · 7 years ago
  35. 16a4c04 hwrng: bcm2835 - Use device managed helpers by Florian Fainelli · 7 years ago
  36. ec94bca hwrng: bcm2835 - Implementation cleanup callback by Florian Fainelli · 7 years ago
  37. a815777 hwrng: bcm2835 - Move enabling to hwrng::init by Florian Fainelli · 7 years ago
  38. b788479 hwrng: bcm2835 - Define a driver private context by Florian Fainelli · 7 years ago
  39. 21bb0ef hwrng: bcm2835 - Obtain base register via resource by Florian Fainelli · 7 years ago
  40. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  41. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  42. c3577f61 hwrng: iproc-rng200 - Add support for BCM7278 by Florian Fainelli · 7 years ago
  43. e5cc6e7 hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume by Jim Quigley · 7 years ago
  44. 142a27f hwrng: core - Reset user selected rng by writing "" to rng_current by PrasannaKumar Muralidharan · 7 years ago
  45. c8dd5e4 hwrng: xgene - Convert timers to use timer_setup() by Kees Cook · 7 years ago
  46. 200d24d hwrng/xgene-rng: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  47. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  48. 4d0ec22 hwrng: core - pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  49. c0133b0 hwrng: timeriomem - Remove 'max < 4' condition check by PrasannaKumar Muralidharan · 7 years ago
  50. 677c4f4 hwrng: pseries - constify vio_device_id by Arvind Yadav · 7 years ago
  51. 1d54494 hwrng: mx-rngc - add a driver for Freescale RNGC by Martin Kaiser · 7 years ago
  52. 60f3aae hwrng: Kconfig - Correct help text about feeding entropy pool by PrasannaKumar Muralidharan · 7 years ago
  53. 10a515d hwrng: remember rng chosen by user by Harald Freudenberger · 7 years ago
  54. 2bbb698 hwrng: use rng source with best quality by Harald Freudenberger · 7 years ago
  55. 81d2b34 hwrng: mtk - add runtime PM support by Sean Wang · 8 years ago
  56. 284e763 hw_random: timeriomem_rng: Allow setting RNG quality from platform data by Rick Altherr · 8 years ago
  57. 986130b hwrng: omap3-rom - Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
  58. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  59. b68e7e9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  60. bbcb478 s390/trng: Introduce s390 TRNG device driver. by Harald Freudenberger · 8 years ago
  61. 7701d1f hwrng: mtk - Add driver for hardware random generator on MT7623 SoC by Sean Wang · 8 years ago
  62. b2a1d27 hwrng: n2 - Use devm_kcalloc() in n2rng_probe() by Markus Elfring · 8 years ago
  63. c46ea13 crypto: exynos - Add new Exynos RNG driver by Krzysztof Kozlowski · 8 years ago
  64. ca3bff7 hwrng: timeriomem - Improve performance for sub-jiffie update periods by Rick Altherr · 8 years ago
  65. 5ab693e hwrng: timeriomem - Shorten verbose type and variable names by Rick Altherr · 8 years ago
  66. 7acd4de hwrng: timeriomem - Migrate to new API by Rick Altherr · 8 years ago
  67. c6dc060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  68. 43ec540 hwrng: omap - move clock related code to omap_rng_probe() by Thomas Petazzoni · 8 years ago
  69. 7a794a7 hwrng: meson - add clock handling to driver by Heiner Kallweit · 8 years ago
  70. 8c75704 hwrng: geode - Revert managed API changes by Prarit Bhargava · 8 years ago
  71. 69db700 hwrng: amd - Revert managed API changes by Prarit Bhargava · 8 years ago
  72. b985735 hwrng: omap - Do not access INTMASK_REG on EIP76 by Thomas Petazzoni · 8 years ago
  73. 761c251 hwrng: omap - use devm_clk_get() instead of of_clk_get() by Thomas Petazzoni · 8 years ago
  74. 45c2fdd hwrng: omap - write registers after enabling the clock by Thomas Petazzoni · 8 years ago
  75. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  76. 5bcbe22 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  77. a9f5a62 hwrng: omap - update Kconfig help description by Russell King · 8 years ago
  78. 87f3d08 hwrng: cavium - Use per device name to allow for multiple devices. by David Daney · 8 years ago
  79. 3b802c9 Revert "hwrng: core - zeroize buffers with random data" by David Daney · 8 years ago
  80. 0ff1436 hwrng: n2 - update version info by Shannon Nelson · 8 years ago
  81. 07e25d4 hwrng: n2 - support new hardware register layout by Shannon Nelson · 8 years ago
  82. becbc49 hwrng: n2 - add device data descriptions by Shannon Nelson · 8 years ago
  83. db602a7 hwrng: n2 - limit error spewage when self-test fails by Shannon Nelson · 8 years ago
  84. 079840b hwrng: core - remove unused PFX macro by Corentin LABBE · 8 years ago
  85. fd50d71 hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h by Corentin LABBE · 8 years ago
  86. affdec5 hwrng: core - Replace asm/uaccess.h by linux/uaccess.h by Corentin LABBE · 8 years ago
  87. dd80148 hwrng: core - Rewrite the header by Corentin LABBE · 8 years ago
  88. 2a971e3 hwrng: core - rewrite better comparison to NULL by Corentin LABBE · 8 years ago
  89. 6bc17d9 hwrng: core - do not use multiple blank lines by Corentin LABBE · 8 years ago
  90. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  91. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  92. ed424bb hwrng: Make explicit that max >= 32 always by PrasannaKumar Muralidharan · 8 years ago
  93. b516b88 hwrng: atmel - use clk_disable_unprepare instead of clk_disable by Wei Yongjun · 8 years ago
  94. 5a83d60 x86/fpu: Remove irq_ts_save() and irq_ts_restore() by Andy Lutomirski · 8 years ago
  95. a1fa98d hwrng: atmel - disable TRNG during suspend by Wenyou Yang · 8 years ago
  96. 2cc7515 hwrng: core - zeroize buffers with random data by Stephan Mueller · 8 years ago
  97. 4e88768 hwrng: meson - Remove unneeded platform MODULE_ALIAS by Javier Martinez Canillas · 8 years ago
  98. 877f69a hwrng: meson - Fix module autoload for OF registration by Javier Martinez Canillas · 8 years ago
  99. 3832124 hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K by Romain Perier · 8 years ago
  100. f0d5a11 hwrng: omap - Don't prefix the probe message with OMAP by Romain Perier · 8 years ago