1. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  2. 85c1a25 Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 6 years ago
  3. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  4. ed6c3a6 ipmi: Remove warning if no slave address is present by Corey Minyard · 6 years ago
  5. 44f56a3 ipmi:ssif: Only unregister the platform driver if it was registered by Corey Minyard · 6 years ago
  6. 55be865 ipmi:ssif: compare block number correctly for multi-part return messages by Kamlakant Patel · 6 years ago
  7. d732363 ipmi: Add the i2c-addr property for SSIF interfaces by Corey Minyard · 6 years ago
  8. 9a75bd1 ipmi: avoid atomic_inc in exit function by Arnd Bergmann · 6 years ago
  9. 8fac128 ipmi: Remove file from ipmi_file_private by Corey Minyard · 6 years ago
  10. af4085d ipmi_si: remove an unused variable in try_smi_init() by Dan Carpenter · 6 years ago
  11. 794a3b6b ipmi: Make ipmi_interfaces_srcu variable static by YueHaibing · 6 years ago
  12. 3b9a907 ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier by Corey Minyard · 6 years ago
  13. a885bcf ipmi: ipmi_si_hardcode.c: init si_type array to fix a crash by Tony Camuso · 6 years ago
  14. bd2e98b ipmi: Fix failure on SMBIOS specified devices by Corey Minyard · 6 years ago
  15. 0389035 ipmi_si: Potential array underflow in hotmod_handler() by Dan Carpenter · 6 years ago
  16. 90b2d4f ipmi_si: Remove hacks for adding a dummy platform devices by Corey Minyard · 6 years ago
  17. e17c657 ipmi_si: Consolidate scanning the platform bus by Corey Minyard · 6 years ago
  18. bdb57b7 ipmi_si: Remove hotmod devices on removal and exit by Corey Minyard · 6 years ago
  19. 1a84df2 ipmi_si: Remove hardcode IPMI devices by scanning the platform bus by Corey Minyard · 6 years ago
  20. 3bb8ea4 ipmi_si: Switch hotmod to use a platform device by Corey Minyard · 6 years ago
  21. 3cd83ba ipmi: Consolidate the adding of platform devices by Corey Minyard · 6 years ago
  22. f6296bd ipmi_si: Rename addr_type to addr_space to match what it does by Corey Minyard · 6 years ago
  23. f25eb44 ipmi_si: Convert some types into unsigned by Corey Minyard · 6 years ago
  24. 41b766d ipmi_si: Fix crash when using hard-coded device by Corey Minyard · 6 years ago
  25. f320439 ipmi: Use dedicated API for copying a UUID by Andy Shevchenko · 6 years ago
  26. 16ccdb5 ipmi: Use defined constant for UUID representation by Andy Shevchenko · 6 years ago
  27. 83af419 ipmi:ssif: Change some pr_xxx to dev_xxx calls by Corey Minyard · 6 years ago
  28. 42c7c6e ipmi: kcs_bmc: handle devm_kasprintf() failure case by Nicholas Mc Guire · 6 years ago
  29. 95ac0da ipmi: Fix return value when a message is truncated by Corey Minyard · 6 years ago
  30. d5a2197 ipmi: clean an indentation issue, remove extraneous space by Colin Ian King · 6 years ago
  31. e1891cf ipmi: Make the smi watcher be disabled immediately when not needed by Corey Minyard · 6 years ago
  32. c65ea99 ipmi: Fix how the lower layers are told to watch for messages by Corey Minyard · 6 years ago
  33. a1466ec ipmi: Fix SSIF flag requests by Corey Minyard · 6 years ago
  34. 401e7e8 ipmi_si: fix use-after-free of resource->name by Yang Yingliang · 6 years ago
  35. 913a89f ipmi: Don't initialize anything in the core until something uses it by Corey Minyard · 6 years ago
  36. 77f8269 ipmi: fix use-after-free of user->release_barrier.rda by Yang Yingliang · 6 years ago
  37. 479d6b3 ipmi: Prevent use-after-free in deliver_response by Fred Klassen · 6 years ago
  38. a7102c7 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities by Gustavo A. R. Silva · 6 years ago
  39. 7d6380cd ipmi:ssif: Fix handling of multi-part return messages by Corey Minyard · 6 years ago
  40. 17c0eb7 drivers/ipmi: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  41. 0711e8c ipmi: Fix timer race with module unload by Jan Glauber · 6 years ago
  42. 1004250 ipmi:ssif: Add support for multi-part transmit messages > 2 parts by Corey Minyard · 6 years ago
  43. b3096c7 ipmi: Remove platform driver overrides and use the id_table by Corey Minyard · 6 years ago
  44. 36e398d ipmi: Free the address list on module cleanup by Corey Minyard · 6 years ago
  45. c75c507 ipmi: Don't leave holes in the I2C address list in the ssif driver by Corey Minyard · 6 years ago
  46. 060e8fb ipmi: fix return value of ipmi_set_my_LUN by YueHaibing · 6 years ago
  47. e3dbc6d ipmi: Convert pr_xxx() to dev_xxx() in the BT code by Corey Minyard · 6 years ago
  48. 1574608 ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address by Corey Minyard · 7 years ago
  49. 9abcfaa ipmi:dmi: Use pr_fmt in the IPMI DMI code by Corey Minyard · 7 years ago
  50. dd3535b ipmi: Change to ktime_get_ts64() by Arnd Bergmann · 7 years ago
  51. 97a103e ipmi_si: fix potential integer overflow on large shift by Colin Ian King · 7 years ago
  52. 01508d9 ipmi_si_pci: fix NULL device in ipmi_si error message by Meelis Roos · 7 years ago
  53. f993cdd ipmi: Convert printk(KERN_<level> to pr_<level>( by Joe Perches · 7 years ago
  54. 25880f7 ipmi: Use more common logging styles by Joe Perches · 7 years ago
  55. 445e2cb ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX by Joe Perches · 7 years ago
  56. 05c3d05 pci:ipmi: Move IPMI PCI class id defines to pci_ids.h by Corey Minyard · 7 years ago
  57. 4a758c9 ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smi by Corey Minyard · 7 years ago
  58. a8627cd ipmi: Fix NULL pointer dereference in ssif_probe by Gustavo A. R. Silva · 6 years ago
  59. 0745dde ipmi: Fix I2C client removal in the SSIF driver by Corey Minyard · 6 years ago
  60. c86ba91 ipmi: Move BT capabilities detection to the detect call by Corey Minyard · 6 years ago
  61. 2512e40 ipmi: Rework SMI registration failure by Corey Minyard · 6 years ago
  62. cd2315d ipmi: kcs_bmc: don't change device name by Benjamin Fair · 7 years ago
  63. dc0f0a0 ipmi: kcs_bmc: fix IRQ exception if the channel is not open by Haiyue Wang · 7 years ago
  64. 2068db5 ipmi: Cleanup oops on initialization failure by Corey Minyard · 7 years ago
  65. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  66. 048f7c3 ipmi: Properly release srcu locks on error conditions by Corey Minyard · 7 years ago
  67. 58aae18 ipmi: NPCM7xx KCS BMC: enable interrupt to the host by Avi Fishman · 7 years ago
  68. fe50a7d ipmi:bt: Set the timeout before doing a capabilities check by Corey Minyard · 7 years ago
  69. 163475e ipmi: Remove the proc interface by Corey Minyard · 7 years ago
  70. 1211229 ipmi_ssif: Fix uninitialized variable issue by Gustavo A. R. Silva · 7 years ago
  71. 6b2e54f ipmi: add an NPCM7xx KCS BMC driver by Haiyue Wang · 7 years ago
  72. 93c303d ipmi_si: Clean up shutdown a bit by Corey Minyard · 7 years ago
  73. 57bccb4 ipmi_si: Rename intf_num to si_num by Corey Minyard · 7 years ago
  74. 0fbecb4 ipmi: Remove smi->intf checks by Corey Minyard · 7 years ago
  75. ebb339a ipmi_ssif: Get rid of unused intf_num by Corey Minyard · 7 years ago
  76. 6a0d23e ipmi: ipmi_unregister_smi() cannot fail, have it return void by Corey Minyard · 7 years ago
  77. e56710d ipmi_devintf: Add an error return on invalid ioctls by Corey Minyard · 7 years ago
  78. f0258c9 ipmi_ssif: Remove usecount handling by Corey Minyard · 7 years ago
  79. 8d17929 ipmi: Remove condition on interface shutdown by Corey Minyard · 7 years ago
  80. a313dec ipmi_ssif: Convert over to a shutdown handler by Corey Minyard · 7 years ago
  81. 7960f18 ipmi_si: Convert over to a shutdown handler by Corey Minyard · 7 years ago
  82. e86ee2d4 ipmi: Rework locking and shutdown for hot remove by Corey Minyard · 7 years ago
  83. ac93bd0 ipmi: Fix some counter issues by Corey Minyard · 7 years ago
  84. a567b62 ipmi: Change ipmi_smi_t to struct ipmi_smi * by Corey Minyard · 7 years ago
  85. 2911c98 ipmi: Rename ipmi_user_t to struct ipmi_user * by Corey Minyard · 7 years ago
  86. 6aa2dd0 ipmi_devintf: Small lock rework by Corey Minyard · 7 years ago
  87. aa7a8f9 ipmi: Clean up some style issues in the message handler by Corey Minyard · 7 years ago
  88. 42c2dc7 ipmi: Break up i_ipmi_request by Corey Minyard · 7 years ago
  89. c81c5fc ipmi:devintf: Clean up some coding style issues by Corey Minyard · 7 years ago
  90. f41382a ipmi: Clean up some debug code by Corey Minyard · 7 years ago
  91. 5194970 ipmi:watchdog: Use the IPMI panic handler instead of the system one by Corey Minyard · 7 years ago
  92. 91e2dd0 ipmi: Add a panic handler for IPMI users by Corey Minyard · 7 years ago
  93. e238491 ipmi:watchdog: Replace printk() with pr_xxx() by Corey Minyard · 7 years ago
  94. d1b29b9 ipmi:watchdog: Rework locking and handling by Corey Minyard · 7 years ago
  95. 252e30c ipmi: Add a maintenance mode for IPMB messages by Corey Minyard · 7 years ago
  96. ce7fa1c ipmi: Add a way to tune some timeouts by Corey Minyard · 7 years ago
  97. c6185e2 ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 servers by Helge Deller · 7 years ago
  98. f002612 ipmi_ssif: Fix kernel panic at msg_done_handler by Kamlakant Patel · 7 years ago
  99. bc48fa1 ipmi:pci: Blacklist a Realtek "IPMI" device by Corey Minyard · 7 years ago
  100. 4876234 ipmi: Remove ACPI SPMI probing from the system interface driver by Corey Minyard · 7 years ago