1. 9d5505f random: only call crng_finalize_init() for primary_crng by Dominik Brodowski · 2 years, 11 months ago
  2. ebf7606 random: access primary_pool directly rather than through pointer by Dominik Brodowski · 2 years, 11 months ago
  3. 042e293 random: wake up /dev/random writers after zap by Jason A. Donenfeld · 2 years, 11 months ago
  4. c321e90 random: continually use hwgenerator randomness by Dominik Brodowski · 3 years ago
  5. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years ago
  6. c8dd554 hpet: simplify subdirectory registration with register_sysctl() by Luis Chamberlain · 3 years ago
  7. a254a0e random: simplify arithmetic function flow in account() by Jason A. Donenfeld · 3 years ago
  8. 248045b random: selectively clang-format where it makes sense by Jason A. Donenfeld · 3 years ago
  9. 6c0eace random: access input_pool_data directly rather than through pointer by Jason A. Donenfeld · 3 years ago
  10. 18263c4 random: cleanup fractional entropy shift constants by Jason A. Donenfeld · 3 years ago
  11. b3d51c1 random: prepend remaining pool constants with POOL_ by Jason A. Donenfeld · 3 years ago
  12. 5b87adf random: de-duplicate INPUT_POOL constants by Jason A. Donenfeld · 3 years ago
  13. 0f63702 random: remove unused OUTPUT_POOL constants by Jason A. Donenfeld · 3 years ago
  14. 90ed1e6 random: rather than entropy_store abstraction, use global by Jason A. Donenfeld · 3 years ago
  15. 8b2d953 random: remove unused extract_entropy() reserved argument by Jason A. Donenfeld · 3 years ago
  16. a4bfa9b random: remove incomplete last_data logic by Jason A. Donenfeld · 3 years ago
  17. d38bb08 random: cleanup integer types by Jason A. Donenfeld · 3 years ago
  18. 91ec0fe random: cleanup poolinfo abstraction by Jason A. Donenfeld · 3 years ago
  19. c0a8a61 random: fix typo in comments by Schspa Shi · 3 years ago
  20. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  21. d0a231f Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years ago
  22. 2076207 hwrng: virtio - unregister device before reset by Michael S. Tsirkin · 3 years, 1 month ago
  23. d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
  24. 3bad80d Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years ago
  25. 3fb561b Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 3 years ago
  26. dabd40e Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years ago
  27. 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
  28. 8d0749b4 Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  29. 84cc695 tpm: fix NPE on probe for missing device by Patrick Williams · 3 years ago
  30. eabad7b tpm: fix potential NULL pointer access in tpm_del_char_device by Lino Sanfilippo · 3 years ago
  31. 0aa6987 tpm: Add Upgrade/Reduced mode support for TPM2 modules by axelj · 3 years ago
  32. 5887d7f char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on device property by Rob Barnes · 3 years, 1 month ago
  33. e96d528 tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' by Christophe Jaillet · 3 years, 2 months ago
  34. d270480 tpm: tpm_tis_spi_cr50: Add default RNG quality by AngeloGioacchino Del Regno · 3 years, 2 months ago
  35. f04510f tpm/st33zp24: drop unneeded over-commenting by Sohaib Mohamed · 3 years, 3 months ago
  36. 0ef333f tpm: add request_locality before write TPM_INT_ENABLE by Chen Jun · 3 years, 3 months ago
  37. 6c8e11e random: don't reset crng_init_cnt on urandom_read() by Jann Horn · 3 years ago
  38. 2ee25b6 random: avoid superfluous call to RDRAND in CRNG extraction by Jason A. Donenfeld · 3 years ago
  39. 96562f2 random: early initialization of ChaCha constants by Dominik Brodowski · 3 years ago
  40. 7b87324 random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs by Jason A. Donenfeld · 3 years ago
  41. 161212c random: harmonize "crng init done" messages by Dominik Brodowski · 3 years ago
  42. 57826fe random: mix bootloader randomness into pool by Jason A. Donenfeld · 3 years ago
  43. 73c7733 random: do not throw away excess input to crng_fast_load by Jason A. Donenfeld · 3 years ago
  44. 9c3ddde random: do not re-init if crng_reseed completes before primary init by Jason A. Donenfeld · 3 years ago
  45. f7e67b8 random: fix crash on multiple early calls to add_bootloader_randomness() by Dominik Brodowski · 3 years ago
  46. 0d9488f random: do not sign extend bytes for rotation when mixing by Jason A. Donenfeld · 3 years ago
  47. 9f9eff8 random: use BLAKE2s instead of SHA1 in extraction by Jason A. Donenfeld · 3 years ago
  48. 009ba85 random: fix data race on crng init time by Eric Biggers · 3 years ago
  49. 5d73d1e random: fix data race on crng_node_pool by Eric Biggers · 3 years ago
  50. 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  51. 2b6c6e3 random: document add_hwgenerator_randomness() with other input functions by Mark Brown · 3 years, 1 month ago
  52. 824adf3 Merge 5.16-rc8 into char-misc-next by Greg Kroah-Hartman · 3 years ago
  53. fc5bb23 MIPS: TXX9: Remove TX4939 SoC support by Thomas Bogendoerfer · 3 years, 1 month ago
  54. 38e9791 hwrng: cn10k - Add random number generator support by Sunil Goutham · 3 years ago
  55. 0740040 Merge tag 'for-linus-5.16-3' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years ago
  56. ffb76a8 ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module by Wu Bo · 3 years ago
  57. cab00a3 applicom: unneed to initialise statics to 0 by Jason Wang · 3 years, 1 month ago
  58. 75d70d7 ipmi: fix initialization when workqueue allocation fails by Thadeu Lima de Souza Cascardo · 3 years ago
  59. 2b5160b ipmi: bail out if init_srcu_struct fails by Thadeu Lima de Souza Cascardo · 3 years ago
  60. 0aeddbd via-agp: convert to generic power management by Vaibhav Gupta · 4 years ago
  61. 6d1adc3 sis-agp: convert to generic power management by Vaibhav Gupta · 4 years ago
  62. ec4e4a6 amd64-agp: convert to generic power management by Vaibhav Gupta · 4 years ago
  63. 99b03ca Merge v5.16-rc5 into drm-next by Daniel Vetter · 3 years ago
  64. af40d16 Merge v5.15-rc5 into char-misc-next by Greg Kroah-Hartman · 3 years ago
  65. 34f35f8 ipmi: ssif: initialize ssif_info->client early by Mian Yousaf Kaukab · 3 years, 1 month ago
  66. 268ba09 Merge tag 'for-5.16/parisc-6' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 1 month ago
  67. f5912cc char/mwave: Adjust io port register size by Kees Cook · 3 years, 1 month ago
  68. 8d88382 parisc/agp: Annotate parisc agp init functions with __init by Helge Deller · 3 years, 1 month ago
  69. c03a487 ipmi:ipmb: Fix unknown command response by Corey Minyard · 3 years, 1 month ago
  70. d2c12f5 ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking by Corey Minyard · 3 years, 1 month ago
  71. c33fdfb ipmi: fix oob access due to uninit smi_msg type by Jakub Kicinski · 3 years, 1 month ago
  72. 5a3ba99 ipmi: msghandler: Make symbol 'remove_work_wq' static by Wei Yongjun · 3 years, 1 month ago
  73. 448cc2f Merge drm/drm-next into drm-intel-next by Jani Nikula · 3 years, 1 month ago
  74. 680efb3 hwrng: cavium - Check health status while reading random data by Sunil Goutham · 3 years, 2 months ago
  75. 7e78153a agp/intel-gtt: reduce intel-gtt dependencies more by Jani Nikula · 3 years, 1 month ago
  76. 1d49eb9 ipmi: Move remove_work to dedicated workqueue by Ioanna Alifieraki · 3 years, 1 month ago
  77. 5c904c6 Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 2 months ago
  78. 43e1b12 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 2 months ago
  79. bfc484f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 2 months ago
  80. 316b7ea Merge tag 'for-linus-5.16-1' of https://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 2 months ago
  81. 2dc26d9 Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
  82. 28962ec virtio_console: validate max_nr_ports before trying to use it by Jason Wang · 3 years, 2 months ago
  83. 9a4b612 hwrng: virtio - always add a pending request by Laurent Vivier · 3 years, 2 months ago
  84. 5c8e933 hwrng: virtio - don't waste entropy by Laurent Vivier · 3 years, 2 months ago
  85. 2bb31ab hwrng: virtio - don't wait on cleanup by Laurent Vivier · 3 years, 2 months ago
  86. bf3175b hwrng: virtio - add an internal buffer by Laurent Vivier · 3 years, 2 months ago
  87. f281d01 ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio_add_device()' by Christophe JAILLET · 3 years, 4 months ago
  88. 7eba41f tpm_tis_spi: Add missing SPI ID by Mark Brown · 3 years, 3 months ago
  89. 79ca6f7 tpm: fix Atmel TPM crash caused by too frequent queries by Hao Wu · 3 years, 4 months ago
  90. a0bcce2 tpm: Check for integer overflow in tpm2_map_response_body() by Dan Carpenter · 3 years, 4 months ago
  91. 4091c00 tpm: tis: Kconfig: Add helper dependency on COMPILE_TEST by Cai Huoqing · 3 years, 4 months ago
  92. 7e75c33 hwrng: s390 - replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 3 months ago
  93. fc4e784 char: ipmi: replace snprintf in show functions with sysfs_emit by Ye Guojin · 3 years, 2 months ago
  94. 15c9a359 char: xillybus: fix msg_ep UAF in xillyusb_probe() by Ziyang Xuan · 3 years, 2 months ago
  95. ed83855 ipmi: ipmb: fix dependencies to eliminate build error by Randy Dunlap · 3 years, 3 months ago
  96. 3a076b3 ipmi:ipmb: Add OF support by Corey Minyard · 3 years, 3 months ago
  97. b6f5f0c hwrng: mtk - Force runtime pm ops for sleep ops by Markus Schneider-Pargmann · 3 years, 3 months ago
  98. cd921b9 ipmi: bt: Add ast2600 compatible string by Joel Stanley · 3 years, 4 months ago
  99. 396c84b ipmi: bt-bmc: Use registers directly by Joel Stanley · 3 years, 4 months ago
  100. 39ce735 ipmi: ipmb: Fix off-by-one size check on rcvlen by Colin Ian King · 3 years, 3 months ago