1. 634b06d ipmi/watchdog: add missing newlines when printing parameters by sysfs by Xiongfeng Wang · 4 years, 6 months ago
  2. a7f0f92 ipmi: remve duplicate code in __ipmi_bmc_register() by Jing Xiangfeng · 4 years, 6 months ago
  3. 29a5491 ipmi: ssif: Remove finished TODO comment about SMBus alert by Misono Tomohiro · 4 years, 6 months ago
  4. 1f2dc7f Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 4 years, 7 months ago
  5. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  6. 2a556ce ipmi:ssif: Remove dynamic platform device handing by Corey Minyard · 4 years, 7 months ago
  7. e641abd Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added by Corey Minyard · 4 years, 8 months ago
  8. 429b00f ipmi_si: Load acpi_ipmi when ACPI IPMI interface added by Stuart Hayes · 4 years, 10 months ago
  9. 4982693 ipmi:bt-bmc: Fix error handling and status check by Tang Bin · 4 years, 8 months ago
  10. 878caa9 ipmi: Replace guid_copy() with import_guid() where it makes sense by Andy Shevchenko · 4 years, 9 months ago
  11. 7c47a21 ipmi: use vzalloc instead of kmalloc for user creation by Feng Tang · 4 years, 9 months ago
  12. 8ed678d ipmi:bt-bmc: Fix some format issue of the code by Tang Bin · 4 years, 9 months ago
  13. 0b671ee ipmi:bt-bmc: Avoid unnecessary check by Tang Bin · 4 years, 9 months ago
  14. 283b69b docs: fix references for ipmi.rst file by Mauro Carvalho Chehab · 4 years, 8 months ago
  15. 653d374 char: ipmi: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 9 months ago
  16. e963876 ipmi: kcs: Fix aspeed_kcs_probe_of_v1() by Dan Carpenter · 4 years, 9 months ago
  17. 562bf77 ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_cond() by Jules Irenge · 4 years, 9 months ago
  18. 09f5f68 ipmi: kcs: aspeed: Implement v2 bindings by Andrew Jeffery · 5 years ago
  19. af6432c ipmi: kcs: Finish configuring ASPEED KCS device before enable by Andrew Jeffery · 5 years ago
  20. 32830a0 ipmi: fix hung processes in __get_guid() by Wen Yang · 4 years, 9 months ago
  21. 4f1885a drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists by Amol Grover · 5 years ago
  22. 443d372 ipmi_si: Avoid spurious errors for optional IRQs by Takashi Iwai · 5 years ago
  23. e0354d1 drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write by Colin Ian King · 5 years ago
  24. 6b8526d ipmi:ssif: Handle a possible NULL pointer reference by Corey Minyard · 5 years ago
  25. 380665b drivers: ipmi: Modify max length of IPMB packet by Vijay Khemka · 5 years ago
  26. 042f057 drivers: ipmi: Support raw i2c packet in IPMB by Vijay Khemka · 5 years ago
  27. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  28. 8f56e4e Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  29. 8e6a5c8 ipmi: fix ipmb_poll()'s return type by Luc Van Oostenryck · 5 years ago
  30. 599ea01 char: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
  31. c8175bd char: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  32. 8d73b2a ipmi: kill off 'timespec' usage again by Arnd Bergmann · 5 years ago
  33. 0d8633bf drivers: ipmi: Support for both IPMB Req and Resp by Vijay Khemka · 5 years ago
  34. b6dfb24 compat_ioctl: move WDIOC handling into wdt drivers by Arnd Bergmann · 6 years ago
  35. 4aa7afb ipmi: Fix memory leak in __ipmi_bmc_register by Navid Emamdoost · 5 years ago
  36. 2a21d85 ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  37. 8ee7b48 ipmi: use %*ph to print small buffer by Andy Shevchenko · 5 years ago
  38. cbb7986 ipmi: Don't allow device module unload when in use by Corey Minyard · 5 years ago
  39. c9acc3c ipmi_si_intf: Fix race in timer shutdown handling by Jes Sorensen · 5 years ago
  40. 3830352 ipmi: move message error checking to avoid deadlock by Tony Camuso · 5 years ago
  41. c4436c9 ipmi_ssif: avoid registering duplicate ssif interface by Kamlakant Patel · 5 years ago
  42. 2033f68 ipmi: Free receive messages when in an oops by Corey Minyard · 5 years ago
  43. 340ff31 ipmi_si: Only schedule continuously in the thread in maintenance mode by Corey Minyard · 5 years ago
  44. 93b6984 ipmi_si: Remove ipmi_ from the device attr names by Corey Minyard · 5 years ago
  45. a6f4c33 ipmi_si: Convert device attr permissions to octal by Corey Minyard · 5 years ago
  46. 104fb25 ipmi_si: Rework some include files by Corey Minyard · 5 years ago
  47. cbb19cb1 ipmi_si: Convert timespec64 to timespec by Corey Minyard · 5 years ago
  48. 71be7b0 Fix uninitialized variable in ipmb_dev_int.c by Asmaa Mnebhi · 5 years ago
  49. 92adeb6 Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 5 years ago
  50. 92ce7e8 driver_find_device: Unify the match function with class_find_device() by Suzuki K Poulose · 6 years ago
  51. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  52. a88b6d5 fix platform_no_drv_owner.cocci warnings by kbuild test robot · 6 years ago
  53. 21feadd ipmi: ipmb: don't allocate i2c_client on stack by Arnd Bergmann · 6 years ago
  54. 102308f ipmi: ipmb: Fix build error while CONFIG_I2C is set to m by YueHaibing · 6 years ago
  55. 51bd6f2 Add support for IPMB driver by Asmaa Mnebhi · 6 years ago
  56. 3559c32 drivers: ipmi: Drop device reference by Suzuki K Poulose · 6 years ago
  57. 2cd0e54 ipmi_ssif: fix unexpected driver unregister warning by Kefeng Wang · 6 years ago
  58. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  59. dd7450c ipmi_si: use bool type for initialized variable by Kefeng Wang · 6 years ago
  60. 2f66353 ipmi_si: fix unexpected driver unregister warning by Kefeng Wang · 6 years ago
  61. 85c1a25 Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 6 years ago
  62. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  63. ed6c3a6 ipmi: Remove warning if no slave address is present by Corey Minyard · 6 years ago
  64. 44f56a3 ipmi:ssif: Only unregister the platform driver if it was registered by Corey Minyard · 6 years ago
  65. 55be865 ipmi:ssif: compare block number correctly for multi-part return messages by Kamlakant Patel · 6 years ago
  66. d732363 ipmi: Add the i2c-addr property for SSIF interfaces by Corey Minyard · 6 years ago
  67. 9a75bd1 ipmi: avoid atomic_inc in exit function by Arnd Bergmann · 6 years ago
  68. 8fac128 ipmi: Remove file from ipmi_file_private by Corey Minyard · 6 years ago
  69. af4085d ipmi_si: remove an unused variable in try_smi_init() by Dan Carpenter · 6 years ago
  70. 794a3b6b ipmi: Make ipmi_interfaces_srcu variable static by YueHaibing · 6 years ago
  71. 3b9a907 ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier by Corey Minyard · 6 years ago
  72. a885bcf ipmi: ipmi_si_hardcode.c: init si_type array to fix a crash by Tony Camuso · 6 years ago
  73. bd2e98b ipmi: Fix failure on SMBIOS specified devices by Corey Minyard · 6 years ago
  74. 0389035 ipmi_si: Potential array underflow in hotmod_handler() by Dan Carpenter · 6 years ago
  75. 90b2d4f ipmi_si: Remove hacks for adding a dummy platform devices by Corey Minyard · 6 years ago
  76. e17c657 ipmi_si: Consolidate scanning the platform bus by Corey Minyard · 6 years ago
  77. bdb57b7 ipmi_si: Remove hotmod devices on removal and exit by Corey Minyard · 6 years ago
  78. 1a84df2 ipmi_si: Remove hardcode IPMI devices by scanning the platform bus by Corey Minyard · 6 years ago
  79. 3bb8ea4 ipmi_si: Switch hotmod to use a platform device by Corey Minyard · 6 years ago
  80. 3cd83ba ipmi: Consolidate the adding of platform devices by Corey Minyard · 6 years ago
  81. f6296bd ipmi_si: Rename addr_type to addr_space to match what it does by Corey Minyard · 6 years ago
  82. f25eb44 ipmi_si: Convert some types into unsigned by Corey Minyard · 6 years ago
  83. 41b766d ipmi_si: Fix crash when using hard-coded device by Corey Minyard · 6 years ago
  84. f320439 ipmi: Use dedicated API for copying a UUID by Andy Shevchenko · 6 years ago
  85. 16ccdb5 ipmi: Use defined constant for UUID representation by Andy Shevchenko · 6 years ago
  86. 83af419 ipmi:ssif: Change some pr_xxx to dev_xxx calls by Corey Minyard · 6 years ago
  87. 42c7c6e ipmi: kcs_bmc: handle devm_kasprintf() failure case by Nicholas Mc Guire · 6 years ago
  88. 95ac0da ipmi: Fix return value when a message is truncated by Corey Minyard · 6 years ago
  89. d5a2197 ipmi: clean an indentation issue, remove extraneous space by Colin Ian King · 6 years ago
  90. e1891cf ipmi: Make the smi watcher be disabled immediately when not needed by Corey Minyard · 6 years ago
  91. c65ea99 ipmi: Fix how the lower layers are told to watch for messages by Corey Minyard · 6 years ago
  92. a1466ec ipmi: Fix SSIF flag requests by Corey Minyard · 6 years ago
  93. 401e7e8 ipmi_si: fix use-after-free of resource->name by Yang Yingliang · 6 years ago
  94. 913a89f ipmi: Don't initialize anything in the core until something uses it by Corey Minyard · 6 years ago
  95. 77f8269 ipmi: fix use-after-free of user->release_barrier.rda by Yang Yingliang · 6 years ago
  96. 479d6b3 ipmi: Prevent use-after-free in deliver_response by Fred Klassen · 6 years ago
  97. a7102c7 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities by Gustavo A. R. Silva · 6 years ago
  98. 7d6380cd ipmi:ssif: Fix handling of multi-part return messages by Corey Minyard · 6 years ago
  99. 17c0eb7 drivers/ipmi: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  100. 0711e8c ipmi: Fix timer race with module unload by Jan Glauber · 6 years ago