1. ffb76a8 ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module by Wu Bo · 3 years ago
  2. 75d70d7 ipmi: fix initialization when workqueue allocation fails by Thadeu Lima de Souza Cascardo · 3 years ago
  3. 2b5160b ipmi: bail out if init_srcu_struct fails by Thadeu Lima de Souza Cascardo · 3 years ago
  4. 34f35f8 ipmi: ssif: initialize ssif_info->client early by Mian Yousaf Kaukab · 3 years, 1 month ago
  5. c03a487 ipmi:ipmb: Fix unknown command response by Corey Minyard · 3 years, 1 month ago
  6. d2c12f5 ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking by Corey Minyard · 3 years, 1 month ago
  7. c33fdfb ipmi: fix oob access due to uninit smi_msg type by Jakub Kicinski · 3 years, 1 month ago
  8. 5a3ba99 ipmi: msghandler: Make symbol 'remove_work_wq' static by Wei Yongjun · 3 years, 1 month ago
  9. 1d49eb9 ipmi: Move remove_work to dedicated workqueue by Ioanna Alifieraki · 3 years, 1 month ago
  10. 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
  11. fc4e784 char: ipmi: replace snprintf in show functions with sysfs_emit by Ye Guojin · 3 years, 2 months ago
  12. ed83855 ipmi: ipmb: fix dependencies to eliminate build error by Randy Dunlap · 3 years, 3 months ago
  13. 3a076b3 ipmi:ipmb: Add OF support by Corey Minyard · 3 years, 3 months ago
  14. cd921b9 ipmi: bt: Add ast2600 compatible string by Joel Stanley · 3 years, 4 months ago
  15. 396c84b ipmi: bt-bmc: Use registers directly by Joel Stanley · 3 years, 4 months ago
  16. 39ce735 ipmi: ipmb: Fix off-by-one size check on rcvlen by Colin Ian King · 3 years, 3 months ago
  17. 8332cd4 ipmi:ssif: Use depends on, not select, for I2C by Corey Minyard · 3 years, 3 months ago
  18. 63c4eb3 ipmi:ipmb: Add initial support for IPMI over IPMB by Corey Minyard · 3 years, 3 months ago
  19. 059747c ipmi: Add support for IPMB direct messages by Corey Minyard · 3 years, 3 months ago
  20. 1e4071f ipmi: Export ipmb_checksum() by Corey Minyard · 3 years, 3 months ago
  21. fac56b7 ipmi: Check error code before processing BMC response by Corey Minyard · 3 years, 3 months ago
  22. 17a4262 ipmi:devintf: Return a proper error when recv buffer too small by Corey Minyard · 3 years, 3 months ago
  23. b36eb5e ipmi: Disable some operations during a panic by Corey Minyard · 3 years, 3 months ago
  24. db05ddf ipmi:watchdog: Set panic count to proper value on a panic by Corey Minyard · 3 years, 3 months ago
  25. 1791596 Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 4 months ago
  26. 87875c1 parisc: Make struct parisc_driver::remove() return void by Uwe Kleine-König · 3 years, 5 months ago
  27. bf064c7 char: ipmi: use DEVICE_ATTR helper macro by Dwaipayan Ray · 3 years, 5 months ago
  28. ca8c1c5 ipmi: rate limit ipmi smi_event failure message by Wen Yang · 3 years, 5 months ago
  29. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  30. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
  31. 5b32dd2 ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned int by Colin Ian King · 3 years, 6 months ago
  32. d0ec795 ipmi: kcs_bmc_aspeed: Optionally apply status address by Andrew Jeffery · 3 years, 7 months ago
  33. 78ff5a1 ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheet by Andrew Jeffery · 3 years, 7 months ago
  34. a5e4236 ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration by Andrew Jeffery · 3 years, 7 months ago
  35. 3a3d2f6 ipmi: kcs_bmc: Add serio adaptor by Andrew Jeffery · 3 years, 7 months ago
  36. fb6379f ipmi: kcs_bmc: Enable IBF on open by Andrew Jeffery · 3 years, 7 months ago
  37. 28651e6 ipmi: kcs_bmc: Allow clients to control KCS IRQ state by Andrew Jeffery · 3 years, 7 months ago
  38. 7cafff9 ipmi: kcs_bmc: Decouple the IPMI chardev from the core by Andrew Jeffery · 3 years, 7 months ago
  39. d4e7ac6 ipmi: kcs_bmc: Strip private client data from struct kcs_bmc by Andrew Jeffery · 3 years, 7 months ago
  40. faae6e3 ipmi: kcs_bmc: Split headers into device and client by Andrew Jeffery · 3 years, 7 months ago
  41. d709697 ipmi: kcs_bmc: Turn the driver data-structures inside-out by Andrew Jeffery · 3 years, 7 months ago
  42. 55ab48b ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi by Andrew Jeffery · 3 years, 7 months ago
  43. 961f7a3 ipmi: kcs_bmc: Rename {read,write}_{status,data}() functions by Andrew Jeffery · 3 years, 7 months ago
  44. ec6f0cf ipmi: kcs_bmc: Make status update atomic by Andrew Jeffery · 3 years, 7 months ago
  45. 78ca0c0 ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties by Andrew Jeffery · 3 years, 7 months ago
  46. 2253042 ipmi/watchdog: Stop watchdog timer when the current action is 'none' by Petr Pavlu · 3 years, 8 months ago
  47. 6fa09d3 Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 8 months ago
  48. 8f88156 ipmi: kcs: aspeed: Adapt to new LPC DTS layout by Chia-Wei, Wang · 3 years, 9 months ago
  49. 07cbd87 ipmi_si: Join string literals back by Andy Shevchenko · 3 years, 9 months ago
  50. 25f314d ipmi_si: Drop redundant check before calling put_device() by Andy Shevchenko · 3 years, 9 months ago
  51. d14ce8c ipmi_si: Use strstrip() to remove surrounding spaces by Andy Shevchenko · 3 years, 9 months ago
  52. 2dafddb ipmi_si: Get rid of ->addr_source_cleanup() by Andy Shevchenko · 3 years, 9 months ago
  53. 59cdb2e7 ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one() by Andy Shevchenko · 3 years, 9 months ago
  54. 649a7d4 ipmi_si: Introduce ipmi_panic_event_str[] array by Andy Shevchenko · 3 years, 9 months ago
  55. bd7a33b ipmi_si: Use proper ACPI macros to check error code for failures by Andy Shevchenko · 3 years, 9 months ago
  56. 96c4d0d ipmi_si: Utilize temporary variable to hold device pointer by Andy Shevchenko · 3 years, 9 months ago
  57. ea63a26 ipmi_si: Remove bogus err_free label by Andy Shevchenko · 3 years, 9 months ago
  58. 079dea0 ipmi_si: Switch to use platform_get_mem_or_io() by Andy Shevchenko · 3 years, 9 months ago
  59. c053c4e ipmi: Handle device properties with software node API by Heikki Krogerus · 3 years, 10 months ago
  60. dcd1052 ipmi:ssif: make ssif_i2c_send() void by Liguang Zhang · 3 years, 10 months ago
  61. c6ddd5f ipmi: Refine retry conditions for getting device id by Terry Duncan · 3 years, 10 months ago
  62. fc26067 ipmi: remove open coded version of SMBus block write by Wolfram Sang · 4 years ago
  63. fad0319 char: ipmi: convert comma to semicolon by Zheng Yongjun · 4 years ago
  64. 368ffd9 ipmi: msghandler: Suppress suspicious RCU usage warning by Qinglang Miao · 4 years, 1 month ago
  65. a01a89b ipmi/watchdog: replace atomic_add() and atomic_sub() by Yejune Deng · 4 years, 1 month ago
  66. 0df7b98 char: ipmi: remove unneeded break by Tom Rix · 4 years, 2 months ago
  67. 6e4dc3d Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 4 years, 2 months ago
  68. 8fe7990 ipmi_si: Fix wrong return value in try_smi_init() by Tianjia Zhang · 4 years, 3 months ago
  69. c011410 ipmi: msghandler: Fix a signedness bug by Dan Carpenter · 4 years, 3 months ago
  70. 42d8a34 ipmi: add retry in try_get_dev_id() by Xianting Tian · 4 years, 3 months ago
  71. a190db9 ipmi: Clean up some printks by Corey Minyard · 4 years, 3 months ago
  72. f8910ff ipmi:msghandler: retry to get device id on an error by Xianting Tian · 4 years, 3 months ago
  73. c2b1e76 ipmi:sm: Print current state when the state is invalid by Xianting Tian · 4 years, 3 months ago
  74. 81e7571 ipmi: Reset response handler when failing to send the command by Markus Boehme · 4 years, 4 months ago
  75. 8a00e56 ipmi: add a newline when printing parameter 'panic_op' by sysfs by Xiongfeng Wang · 4 years, 4 months ago
  76. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  77. 83dea12 char: ipmi: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  78. 634b06d ipmi/watchdog: add missing newlines when printing parameters by sysfs by Xiongfeng Wang · 4 years, 5 months ago
  79. a7f0f92 ipmi: remve duplicate code in __ipmi_bmc_register() by Jing Xiangfeng · 4 years, 5 months ago
  80. 29a5491 ipmi: ssif: Remove finished TODO comment about SMBus alert by Misono Tomohiro · 4 years, 6 months ago
  81. 1f2dc7f Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 4 years, 7 months ago
  82. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  83. 2a556ce ipmi:ssif: Remove dynamic platform device handing by Corey Minyard · 4 years, 7 months ago
  84. e641abd Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added by Corey Minyard · 4 years, 8 months ago
  85. 429b00f ipmi_si: Load acpi_ipmi when ACPI IPMI interface added by Stuart Hayes · 4 years, 10 months ago
  86. 4982693 ipmi:bt-bmc: Fix error handling and status check by Tang Bin · 4 years, 8 months ago
  87. 878caa9 ipmi: Replace guid_copy() with import_guid() where it makes sense by Andy Shevchenko · 4 years, 8 months ago
  88. 7c47a21 ipmi: use vzalloc instead of kmalloc for user creation by Feng Tang · 4 years, 9 months ago
  89. 8ed678d ipmi:bt-bmc: Fix some format issue of the code by Tang Bin · 4 years, 9 months ago
  90. 0b671ee ipmi:bt-bmc: Avoid unnecessary check by Tang Bin · 4 years, 9 months ago
  91. 283b69b docs: fix references for ipmi.rst file by Mauro Carvalho Chehab · 4 years, 8 months ago
  92. 653d374 char: ipmi: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 9 months ago
  93. e963876 ipmi: kcs: Fix aspeed_kcs_probe_of_v1() by Dan Carpenter · 4 years, 9 months ago
  94. 562bf77 ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_cond() by Jules Irenge · 4 years, 9 months ago
  95. 09f5f68 ipmi: kcs: aspeed: Implement v2 bindings by Andrew Jeffery · 5 years ago
  96. af6432c ipmi: kcs: Finish configuring ASPEED KCS device before enable by Andrew Jeffery · 5 years ago
  97. 32830a0 ipmi: fix hung processes in __get_guid() by Wen Yang · 4 years, 9 months ago
  98. 4f1885a drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists by Amol Grover · 5 years ago
  99. 443d372 ipmi_si: Avoid spurious errors for optional IRQs by Takashi Iwai · 5 years ago
  100. e0354d1 drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write by Colin Ian King · 5 years ago