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