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