1. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  2. 4c6790c Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 7 years ago
  3. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. e45af3d ipmi_ssif: Remove duplicate NULL check by Andy Shevchenko · 7 years ago
  5. e749d32 ipmi/powernv: Fix error return code in ipmi_powernv_probe() by Wei Yongjun · 7 years ago
  6. 5516e21 ipmi: use dynamic memory for DMI driver override by John Garry · 7 years ago
  7. 37c46ca ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver by Jeremy Kerr · 7 years ago
  8. bd1c06a ipmi: Clear smi_info->thread to prevent use-after-free during module unload by Masamitsu Yamazaki · 7 years ago
  9. c828a89 treewide: Use DEVICE_ATTR_RO by Joe Perches · 7 years ago
  10. 1b4254c ipmi: use correct string length by Xiongfeng Wang · 7 years ago
  11. 174134a ipmi_si: Fix error handling of platform device by Corey Minyard · 7 years ago
  12. 7195a5a ipmi watchdog: fix typo in parameter description by Wei Yongjun · 7 years ago
  13. 180153e ipmi_si_platform: Fix typo in parameter description by Wei Yongjun · 7 years ago
  14. bfb529e Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 7 years ago
  15. 51614b26 ipmi_si: fix crash on parisc by Mikulas Patocka · 7 years ago
  16. 1ac8aa8 ipmi_si: Fix oops with PCI devices by Corey Minyard · 7 years ago
  17. 4f7f555 ipmi: Stop timers before cleaning up the module by Masamitsu Yamazaki · 7 years ago
  18. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  19. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  20. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  21. 6363b3f Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 7 years ago
  22. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  23. 24219d2 ipmi: get rid of pointless access_ok() by Al Viro · 7 years ago
  24. 6297fab Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux into for-next by Corey Minyard · 7 years ago
  25. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  26. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  27. d7e17fe ipmi_si: Delete an error message for a failed memory allocation in try_smi_init() by Markus Elfring · 7 years ago
  28. c0a32fe ipmi_si: fix memory leak on new_smi by Colin Ian King · 7 years ago
  29. b79bba1 ipmi: remove redundant initialization of bmc by Colin Ian King · 7 years ago
  30. daf9a4e ipmi: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  31. 106a846 ipmi: Clean up some print operations by Corey Minyard · 7 years ago
  32. 95e300c ipmi: Make the DMI probe into a generic platform probe by Corey Minyard · 7 years ago
  33. 55f91cb ipmi: Make the IPMI proc interface configurable by Corey Minyard · 7 years ago
  34. ac2673d ipmi_ssif: Add device attrs for the things in proc by Corey Minyard · 7 years ago
  35. 3dd377b ipmi_si: Add device attrs for the things in proc by Corey Minyard · 7 years ago
  36. 67f4fb0 ipmi_si: remove ipmi_smi_alloc() function by Corey Minyard · 7 years ago
  37. 58e2763 ipmi_si: Move port and mem I/O handling to their own files by Corey Minyard · 7 years ago
  38. d1a6791 ipmi_si: Get rid of unused spacing and port fields by Corey Minyard · 7 years ago
  39. c6f85a7 ipmi_si: Move PARISC handling to another file by Corey Minyard · 7 years ago
  40. 13d0b35 ipmi_si: Move PCI setup to another file by Corey Minyard · 7 years ago
  41. 9d70029 ipmi_si: Move platform device handling to another file by Corey Minyard · 7 years ago
  42. 7a45330 ipmi_si: Move hardcode handling to a separate file. by Corey Minyard · 7 years ago
  43. 44814ec ipmi_si: Move the hotmod handling to another file. by Corey Minyard · 7 years ago
  44. bb398a4 ipmi_si: Change ipmi_si_add_smi() to take just I/O info by Corey Minyard · 7 years ago
  45. e1eeb7f ipmi_si: Move io setup into io structure by Corey Minyard · 7 years ago
  46. 4f3e819 ipmi_si: Move irq setup handling into the io struct by Corey Minyard · 7 years ago
  47. 910840f ipmi_si: Move some platform data into the io structure by Corey Minyard · 7 years ago
  48. 1e89a49 ipmi_si: Rename function to add smi, make it global by Corey Minyard · 7 years ago
  49. 3fd32f9 ipmi: Convert IPMI GUID over to Linux guid_t by Corey Minyard · 7 years ago
  50. 31b0b07 ipmi: Rescan channel list on BMC changes by Corey Minyard · 7 years ago
  51. 5fdb1fb ipmi: Move lun and address out of channel struct by Corey Minyard · 7 years ago
  52. c0734bd ipmi: Retry BMC registration on a failure by Corey Minyard · 7 years ago
  53. b2cfd8a ipmi: Rework device id and guid handling to catch changing BMCs by Corey Minyard · 7 years ago
  54. c659ff3 ipmi: Use a temporary BMC for an interface by Corey Minyard · 7 years ago
  55. 28f26ac ipmi: Dynamically fetch GUID periodically by Corey Minyard · 7 years ago
  56. 39d3fb4 ipmi: Always fetch the guid through ipmi_get_device_id() by Corey Minyard · 7 years ago
  57. 1e5058e ipmi: Remove the device id from ipmi_register_smi() by Corey Minyard · 7 years ago
  58. aa9c9ab ipmi: allow dynamic BMC version information by Jeremy Kerr · 7 years ago
  59. 68e7e50 ipmi: Don't use BMC product/dev ids in the BMC name by Corey Minyard · 7 years ago
  60. c468f91 ipmi: Make ipmi_demangle_device_id more generic by Jeremy Kerr · 7 years ago
  61. a9137c3 ipmi: Add a reference from BMC devices to their interfaces by Jeremy Kerr · 7 years ago
  62. 511d57d ipmi: Get the device id through a function by Corey Minyard · 7 years ago
  63. 9b64a8b ipmi: Fix printing the BMC guid by Corey Minyard · 7 years ago
  64. a2cb600 ipmi: Rework BMC registration by Corey Minyard · 7 years ago
  65. 7e030d6 ipmi: Prefer ACPI system interfaces over SMBIOS ones by Corey Minyard · 7 years ago
  66. 9ca15af ipmi: Fix issues with BMC refcounts by Corey Minyard · 7 years ago
  67. eae4a36 ipmi: Check that the device type is BMC when scanning device by Corey Minyard · 7 years ago
  68. f33e4df ipmi: Move bmc find routing to below bmc device type by Corey Minyard · 7 years ago
  69. 72630d9 ipmi: Fix getting the GUID data by Corey Minyard · 7 years ago
  70. e6dd76a IPMI: make ipmi_poweroff_handler const by Bhumika Goyal · 7 years ago
  71. 1c9f98d ipmi: Make IPMI panic strings always available by Corey Minyard · 7 years ago
  72. b72fce5 char: ipmi: make function ipmi_get_info_from_resources static by Colin Ian King · 7 years ago
  73. 392a17b ipmi: fix unsigned long underflow by Corey Minyard · 7 years ago
  74. 719c1b3 char: ipmi: eliminate misleading print info when being probed via ACPI by Hanjun Guo · 7 years ago
  75. 0618cdf parisc/ipmi_si_intf: Fix section mismatches on parisc platform by Helge Deller · 7 years ago
  76. 9eb7888 Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 7 years ago
  77. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  78. 4495ec6 ipmi:ssif: Add missing unlock in error branch by Corey Minyard · 7 years ago
  79. 1e7a75f char: ipmi: constify bmc_dev_attr_group and bmc_device_type by Arvind Yadav · 7 years ago
  80. 87ff091 ipmi:ssif: Check dev before setting drvdata by Corey Minyard · 7 years ago
  81. e5f699d ipmi: get rid of field-by-field __get_user() by Al Viro · 7 years ago
  82. 8b9e04f ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native one by Al Viro · 7 years ago
  83. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  84. 0944d88 ipmi: Convert DMI handling over to a platform device by Corey Minyard · 9 years ago
  85. 9f88145 ipmi: Create a platform device for a DMI-specified IPMI interface by Corey Minyard · 7 years ago
  86. cdea465 ipmi: use rcu lock around call to intf->handlers->sender() by Tony Camuso · 7 years ago
  87. be8647d ipmi:ssif: Use i2c_adapter_id instead of adapter->nr by Corey Minyard · 7 years ago
  88. 1adc910 ipmi: Use the proper default value for register size in ACPI by Corey Minyard · 7 years ago
  89. bf10ff6 ipmi_ssif: remove redundant null check on array client->adapter->name by Colin Ian King · 8 years ago
  90. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  91. 860f01e ipmi/watchdog: fix watchdog timeout set on reboot by Valentin Vidic · 8 years ago
  92. cf9806f ipmi_ssif: unlock on allocation failure by Dan Carpenter · 8 years ago
  93. 2c1175c ipmi/watchdog: fix wdog hang on panic waiting for ipmi response by Robert Lippert · 8 years ago
  94. 684497b Annotate hardware config module parameters in drivers/char/ipmi/ by David Howells · 8 years ago
  95. 3f724c4 ipmi_si: use smi_num for init_name by Tony Camuso · 8 years ago
  96. 7ecaff7 ipmi: bt-bmc: Add ast2500 compatible string by Joel Stanley · 8 years ago
  97. 36cb82da ipmi_ssif: use setup_timer by Geliang Tang · 8 years ago
  98. 6de65fc ipmi: Fix kernel panic at ipmi_ssif_thread() by Joeseph Chang · 8 years ago
  99. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  100. eb99459 ipmi: bt-bmc: Use a regmap for register access by Andrew Jeffery · 8 years ago