1. d791cfc virtio_console: allocate inbufs in add_port() only if it is needed by Laurent Vivier · 5 years ago
  2. 1d4c79e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  3. 08e97ae Revert "hwrng: core - Freeze khwrng thread during suspend" by Herbert Xu · 5 years ago
  4. 3fd57e7 char/random: Add a newline at the end of the file by Borislav Petkov · 5 years ago
  5. 3f2dc27 Merge branch 'entropy' by Linus Torvalds · 5 years ago
  6. 50ee752 random: try to actively add entropy rather than passively wait for it by Linus Torvalds · 5 years ago
  7. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  8. e13cd21 tpm: Wrap the buffer from the caller to tpm_buf in tpm_send() by Jarkko Sakkinen · 5 years ago
  9. 9f75c82 KEYS: trusted: correctly initialize digests and fix locking issue by Roberto Sassu · 5 years ago
  10. 299d14d Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  11. 3c6a691 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  12. 78887832 hwrng: core - don't wait on add_early_randomness() by Laurent Vivier · 5 years ago
  13. a9f8b38 Merge tag 'for-linus-5.4-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 5 years ago
  14. 8b53c76 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  15. 6cfae0c Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  16. 76f0f22 Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 5 years ago
  17. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  18. c9acc3c ipmi_si_intf: Fix race in timer shutdown handling by Jes Sorensen · 5 years ago
  19. 59b5694 random: Use wait_event_freezable() in add_hwgenerator_randomness() by Stephen Boyd · 5 years ago
  20. 2a4bfd0 hwrng: timeriomem - relax check on memory resource size by Daniel Mack · 5 years ago
  21. 13c1d4b toshiba: Add correct printk log level while emitting error log by Rishi Gupta · 5 years ago
  22. 8619e5b /dev/mem: Bail out upon SIGKILL. by Tetsuo Handa · 5 years ago
  23. 09e5748 tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEE by Sasha Levin · 6 years ago
  24. 28eba2f tpm: Remove a deprecated comments about implicit sysfs locking by Jarkko Sakkinen · 6 years ago
  25. 1ea32c8 tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts by Stefan Berger · 5 years ago
  26. 5b359c7 tpm_tis_core: Turn on the TPM before probing IRQ's by Stefan Berger · 5 years ago
  27. 7ce2e76 PCI: Move ASPM declarations to linux/pci.h by Krzysztof Wilczynski · 5 years ago
  28. 428826f fdt: add support for rng-seed by Hsin-Yi Wang · 5 years ago
  29. 3830352 ipmi: move message error checking to avoid deadlock by Tony Camuso · 5 years ago
  30. c4436c9 ipmi_ssif: avoid registering duplicate ssif interface by Kamlakant Patel · 5 years ago
  31. ff29629 random: Support freezable kthreads in add_hwgenerator_randomness() by Stephen Boyd · 5 years ago
  32. 9b9d8dd lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked down by Matthew Garrett · 5 years ago
  33. df41017 ia64: remove support for machvecs by Christoph Hellwig · 5 years ago
  34. 2033f68 ipmi: Free receive messages when in an oops by Corey Minyard · 5 years ago
  35. df43aca ia64: remove the zx1 swiotlb machvec by Christoph Hellwig · 5 years ago
  36. 0fef253 char/mspec: remove SGI SN2 support by Christoph Hellwig · 5 years ago
  37. defdeac char/agp: remove the sgi-agp driver by Christoph Hellwig · 5 years ago
  38. 8334d1d char: remove the SGI tiocx/mbcs driver by Christoph Hellwig · 5 years ago
  39. c116954 char: remove the SGI snsc driver by Christoph Hellwig · 5 years ago
  40. 03a3bb7 hwrng: core - Freeze khwrng thread during suspend by Stephen Boyd · 5 years ago
  41. 77e38c1 Merge 5.3-rc4 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  42. b7a2758f hwrng: n2-drv - fix typo by Stephen Rothwell · 5 years ago
  43. 340ff31 ipmi_si: Only schedule continuously in the thread in maintenance mode by Corey Minyard · 5 years ago
  44. fa4f99c tpm: tpm_ibm_vtpm: Fix unallocated banks by Nayna Jain · 5 years ago
  45. 1e5ac63 tpm: Fix null pointer dereference on chip register error path by Milan Broz · 6 years ago
  46. 93b6984 ipmi_si: Remove ipmi_ from the device attr names by Corey Minyard · 5 years ago
  47. a6f4c33 ipmi_si: Convert device attr permissions to octal by Corey Minyard · 5 years ago
  48. 104fb25 ipmi_si: Rework some include files by Corey Minyard · 5 years ago
  49. 3e75241 hwrng: drivers - Use device-managed registration API by Chuhong Yuan · 5 years ago
  50. cbb19cb1 ipmi_si: Convert timespec64 to timespec by Corey Minyard · 5 years ago
  51. 52fde43 Merge tag 'for-linus-5.3-2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 5 years ago
  52. 6de465a Merge 5.3-rc2 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  53. f2f1d75 hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify code by Anson Huang · 5 years ago
  54. d10d094 hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify code by Anson Huang · 5 years ago
  55. 0c7d37f hpet: Fix division by zero in hpet_time_div() by Kefeng Wang · 5 years ago
  56. 7bdd969 char: ppdev: Fix a possible null-pointer dereference in pp_release() by Jia-Ju Bai · 5 years ago
  57. 71be7b0 Fix uninitialized variable in ipmb_dev_int.c by Asmaa Mnebhi · 5 years ago
  58. 4f4cfa6 docs: admin-guide: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
  59. 9e1cbed docs: admin-guide: add laptops documentation by Mauro Carvalho Chehab · 6 years ago
  60. b02f165 docs: laptops: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  61. 92adeb6 Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 5 years ago
  62. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  63. 97ff4ca Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  64. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  65. 8849225 Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmdd by Linus Torvalds · 6 years ago
  66. e0e86b1 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. 166a280 tpm: Don't duplicate events from the final event log in the TCG2 log by Matthew Garrett · 6 years ago
  68. db4d8cb tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations by Vadim Sukhomlinov · 6 years ago
  69. fe7eb02 tpm: Append the final event log to the TPM event log by Matthew Garrett · 6 years ago
  70. c46f340 tpm: Reserve the TPM final events table by Matthew Garrett · 6 years ago
  71. 44038bc5 tpm: Abstract crypto agile event size calculations by Matthew Garrett · 6 years ago
  72. 782779b tpm: Actually fail on TPM errors during "get random" by Kees Cook · 6 years ago
  73. 92ce7e8 driver_find_device: Unify the match function with class_find_device() by Suzuki K Poulose · 6 years ago
  74. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  75. a88b6d5 fix platform_no_drv_owner.cocci warnings by kbuild test robot · 6 years ago
  76. caa7593 smp: Remove smp_call_function() and on_each_cpu() return values by Nadav Amit · 6 years ago
  77. 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  78. 1fa6d05 hwrng: iproc-rng200 - Add support for 7211 by Florian Fainelli · 6 years ago
  79. 7f904d7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 by Thomas Gleixner · 6 years ago
  80. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  81. 21feadd ipmi: ipmb: don't allocate i2c_client on stack by Arnd Bergmann · 6 years ago
  82. 102308f ipmi: ipmb: Fix build error while CONFIG_I2C is set to m by YueHaibing · 6 years ago
  83. 51bd6f2 Add support for IPMB driver by Asmaa Mnebhi · 6 years ago
  84. 0154ec7 Merge 5.2-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  85. 04dc82e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445 by Thomas Gleixner · 6 years ago
  86. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  87. 921a3d4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405 by Thomas Gleixner · 6 years ago
  88. a6377d90 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402 by Thomas Gleixner · 6 years ago
  89. 46fe777 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 by Thomas Gleixner · 6 years ago
  90. 5576656 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376 by Thomas Gleixner · 6 years ago
  91. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  92. 3559c32 drivers: ipmi: Drop device reference by Suzuki K Poulose · 6 years ago
  93. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  94. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  95. 935912c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164 by Thomas Gleixner · 6 years ago
  96. fcaf203 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 by Thomas Gleixner · 6 years ago
  97. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  98. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  99. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  100. 2e97506 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 129 by Thomas Gleixner · 6 years ago