1. 63b8ea5 random: update comment from copy_to_user() -> copy_to_iter() by Jason A. Donenfeld · 3 years ago
  2. c01d4d0 random: quiet urandom warning ratelimit suppression message by Jason A. Donenfeld · 3 years ago
  3. 534d2ea random: schedule mix_interrupt_randomness() less often by Jason A. Donenfeld · 3 years ago
  4. f0ec9c6 Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years ago
  5. 3cae0d8 Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 3 years ago
  6. 6497e77 char: lp: remove redundant initialization of err by Shreenidhi Shedi · 3 years ago
  7. e052a47 random: remove rng_has_arch_random() by Jason A. Donenfeld · 3 years ago
  8. 846bb97 random: credit cpu and bootloader seeds by default by Jason A. Donenfeld · 3 years ago
  9. 60e5b28 random: do not use jump labels before they are initialized by Jason A. Donenfeld · 3 years ago
  10. 77fc95f random: account for arch randomness in bits by Jason A. Donenfeld · 3 years ago
  11. 39e0f99 random: mark bootloader randomness code as __init by Jason A. Donenfeld · 3 years ago
  12. 9b29b6b random: avoid checking crng_ready() twice in random_init() by Jason A. Donenfeld · 3 years ago
  13. 2284325 virtio-rng: make device ready before making request by Jason Wang · 3 years ago
  14. 6f9b5ed Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years ago
  15. 932c298 Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years ago
  16. d075c0c Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
  17. b1b5bf1 Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years ago
  18. 7cf6a8a Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years ago
  19. ac2ab99 Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 3 years ago
  20. d613060 Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years ago
  21. abc8bab Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  22. af402ee tpm: Add field upgrade mode support for Infineon TPM2 modules by Stefan Mahnke-Hartmann · 3 years, 1 month ago
  23. e57b252 tpm: Fix buffer access in tpm2_get_tpm_pt() by Stefan Mahnke-Hartmann · 3 years, 1 month ago
  24. e0687fe char: tpm: cr50_i2c: Suppress duplicated error message in .remove() by Uwe Kleine-König · 3 years, 1 month ago
  25. 9c438fd tpm: cr50: Add new device/vendor ID 0x504a6666 by Jes B. Klinke · 3 years, 2 months ago
  26. 6422cbd tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops by Johannes Holland · 3 years, 3 months ago
  27. d0dc1a7 tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe() by Xiu Jianfeng · 3 years, 3 months ago
  28. 80b8a39 tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functions by Haowen Bai · 3 years, 3 months ago
  29. 1ce6c8d random: check for signals after page of pool writes by Jason A. Donenfeld · 3 years ago
  30. 79025e72 random: wire up fops->splice_{read,write}_iter() by Jens Axboe · 3 years, 1 month ago
  31. 22b0a22 random: convert to using fops->write_iter() by Jens Axboe · 3 years, 1 month ago
  32. 1b388e7 random: convert to using fops->read_iter() by Jens Axboe · 3 years, 1 month ago
  33. e4e62bb hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resume() by Yang Yingliang · 3 years, 1 month ago
  34. ef44c6c pcmcia: synclink_cs: Don't allow CS5-6 by Ilpo Järvinen · 3 years, 1 month ago
  35. 9fafe73 tty: remove CMSPAR ifdefs by Ilpo Järvinen · 3 years, 1 month ago
  36. 3092adc random: unify batched entropy implementations by Jason A. Donenfeld · 3 years, 1 month ago
  37. 5ad7dd8 random: move randomize_page() into mm where it belongs by Jason A. Donenfeld · 3 years, 1 month ago
  38. 6701de6 random: remove mostly unused async readiness notifier by Jason A. Donenfeld · 3 years, 1 month ago
  39. 248561a random: remove get_random_bytes_arch() and add rng_has_arch_random() by Jason A. Donenfeld · 3 years, 1 month ago
  40. 560181c random: move initialization functions out of hot pages by Jason A. Donenfeld · 3 years, 1 month ago
  41. a194026 random: make consistent use of buf and len by Jason A. Donenfeld · 3 years, 1 month ago
  42. f5bda35 random: use static branch for crng_ready() by Jason A. Donenfeld · 3 years, 1 month ago
  43. 5e0afd8 xen/tpmfront: use xenbus_setup_ring() and xenbus_teardown_ring() by Juergen Gross · 3 years, 1 month ago
  44. 12e45a2 random: credit architectural init the exact amount by Jason A. Donenfeld · 3 years, 1 month ago
  45. 2f14062 random: handle latent entropy and command line from random_init() by Jason A. Donenfeld · 3 years, 1 month ago
  46. 8a5b8a4 random: use proper jiffies comparison macro by Jason A. Donenfeld · 3 years, 1 month ago
  47. cc1e127b random: remove ratelimiting for in-kernel unseeded randomness by Jason A. Donenfeld · 3 years, 1 month ago
  48. 68c9c8b random: move initialization out of reseeding hot path by Jason A. Donenfeld · 3 years, 1 month ago
  49. fed7ef0 random: avoid initializing twice in credit race by Jason A. Donenfeld · 3 years, 1 month ago
  50. e3d2c5e random: use symbolic constants for crng_init states by Jason A. Donenfeld · 3 years, 1 month ago
  51. e73aaae2 siphash: use one source of truth for siphash permutations by Jason A. Donenfeld · 3 years, 1 month ago
  52. 791332b random: help compiler out with fast_mix() by using simpler arguments by Jason A. Donenfeld · 3 years, 1 month ago
  53. e3e33fc random: do not use input pool from hard IRQs by Jason A. Donenfeld · 3 years, 1 month ago
  54. d6da35e Merge 5.18-rc7 into usb-next by Greg Kroah-Hartman · 3 years, 1 month ago
  55. a4b5c26 random: order timer entropy functions below interrupt functions by Jason A. Donenfeld · 3 years, 1 month ago
  56. e85c0fc random: do not pretend to handle premature next security model by Jason A. Donenfeld · 3 years, 1 month ago
  57. 5c3b747 random: use first 128 bits of input as fast init by Jason A. Donenfeld · 3 years, 1 month ago
  58. cbe89e5 random: do not use batches when !crng_ready() by Jason A. Donenfeld · 3 years, 1 month ago
  59. b7b67d1 random: mix in timestamps and reseed on system restore by Jason A. Donenfeld · 3 years, 1 month ago
  60. 78c768e random: vary jitter iterations based on cycle counter speed by Jason A. Donenfeld · 3 years, 1 month ago
  61. 4b758ed random: insist on random_get_entropy() existing in order to simplify by Jason A. Donenfeld · 3 years, 2 months ago
  62. a508e33 ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe by Miaoqian Lin · 3 years, 1 month ago
  63. 5396ccb ipmi: remove unnecessary type castings by Yu Zhe · 3 years, 1 month ago
  64. 1016daf2 ipmi: Make two logs unique by Corey Minyard · 3 years, 2 months ago
  65. be850359 ipmi:si: Convert pr_debug() to dev_dbg() by Corey Minyard · 3 years, 2 months ago
  66. b2c6941 ipmi: Convert pr_debug() to dev_dbg() by Corey Minyard · 3 years, 2 months ago
  67. 2ebaf18 ipmi: Fix pr_fmt to avoid compilation issues by Corey Minyard · 3 years, 2 months ago
  68. f214549 ipmi: Add an intializer for ipmi_recv_msg struct by Corey Minyard · 3 years, 2 months ago
  69. 9824117 ipmi: Add an intializer for ipmi_smi_msg struct by Corey Minyard · 3 years, 2 months ago
  70. 7602b95 ipmi:ssif: Check for NULL msg when handling events and messages by Corey Minyard · 3 years, 2 months ago
  71. 0924c5a ipmi: use simple i2c probe function by Stephen Kitt · 3 years, 2 months ago
  72. d5d9158 ipmi: Add a sysfs count of total outstanding messages for an interface by Corey Minyard · 3 years, 2 months ago
  73. f602318 ipmi: Add a sysfs interface to view the number of users by Corey Minyard · 3 years, 2 months ago
  74. 333730e ipmi: Limit the number of message a user may have outstanding by Corey Minyard · 3 years, 2 months ago
  75. 8e76741 ipmi: Add a limit on the number of users that may use IPMI by Corey Minyard · 3 years, 2 months ago
  76. 25dfae6 hwrng: cn10k - Enable compile testing by Herbert Xu · 3 years, 1 month ago
  77. 3118d7a Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 1 month ago
  78. 9e6a907 Merge 5.18-rc5 into tty-next by Greg Kroah-Hartman · 3 years, 1 month ago
  79. 35a7609 Merge 5.18-rc5 into char-misc-next by Greg Kroah-Hartman · 3 years, 1 month ago
  80. 9cc3aac ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() by Corey Minyard · 3 years, 1 month ago
  81. 3d092ef ipmi: When handling send message responses, don't process the message by Corey Minyard · 3 years, 2 months ago
  82. 11aeb93 hwrng: optee - remove redundant initialization to variable rng_size by Colin Ian King · 3 years, 1 month ago
  83. c6d3ffa Revert "hwrng: mpfs - Enable COMPILE_TEST" by Herbert Xu · 3 years, 1 month ago
  84. 8717627 random: document crng_fast_key_erasure() destination possibility by Jason A. Donenfeld · 3 years, 2 months ago
  85. 830a4e5 /dev/mem: make reads and writes interruptible by Jason A. Donenfeld · 3 years, 2 months ago
  86. b67d196 char: xillybus: fix a refcount leak in cleanup_dev() by Hangyu Hua · 3 years, 2 months ago
  87. 4834f98 char: xillybus: replace usage of found with dedicated list iterator variable by Jakob Koschel · 3 years, 2 months ago
  88. 3a5e650 char: misc: remove usage of list iterator past the loop body by Jakob Koschel · 3 years, 3 months ago
  89. 7ea4aa7 char: ttyprintk: register console by Vincent Whitchurch · 3 years, 4 months ago
  90. 6a71277 hwrng: mpfs - Enable COMPILE_TEST by Herbert Xu · 3 years, 2 months ago
  91. 32547a6 hwrng: cn10k - Make check_rng_health() return an error code by Vladis Dronov · 3 years, 2 months ago
  92. 753d677 hwrng: cn10k - Optimize cn10k_rng_read() by Vladis Dronov · 3 years, 2 months ago
  93. c50c29a tty: synclink_cs: Use bitwise instead of arithmetic operator for flags by Haowen Bai · 3 years, 3 months ago
  94. 35a33ff random: use memmove instead of memcpy for remaining 32 bytes by Jason A. Donenfeld · 3 years, 2 months ago
  95. 716a757 hwrng: mpfs - add polarfire soc hwrng support by Conor Dooley · 3 years, 2 months ago
  96. b0c3e79 random: make random_get_entropy() return an unsigned long by Jason A. Donenfeld · 3 years, 2 months ago
  97. 5209aed random: allow partial reads if later user copies fail by Jason A. Donenfeld · 3 years, 2 months ago
  98. e3c1c4f random: check for signals every PAGE_SIZE chunk of /dev/[u]random by Jason A. Donenfeld · 3 years, 2 months ago
  99. 1448769 random: check for signal_pending() outside of need_resched() check by Jann Horn · 3 years, 2 months ago
  100. aba120cc random: do not allow user to keep crng key around on stack by Jason A. Donenfeld · 3 years, 2 months ago