1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  3. 6363b3f Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 7 years ago
  4. 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
  5. 24219d2 ipmi: get rid of pointless access_ok() by Al Viro · 7 years ago
  6. 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
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  9. d7e17fe ipmi_si: Delete an error message for a failed memory allocation in try_smi_init() by Markus Elfring · 7 years ago
  10. c0a32fe ipmi_si: fix memory leak on new_smi by Colin Ian King · 7 years ago
  11. b79bba1 ipmi: remove redundant initialization of bmc by Colin Ian King · 7 years ago
  12. daf9a4e ipmi: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  13. 106a846 ipmi: Clean up some print operations by Corey Minyard · 7 years ago
  14. 95e300c ipmi: Make the DMI probe into a generic platform probe by Corey Minyard · 7 years ago
  15. 55f91cb ipmi: Make the IPMI proc interface configurable by Corey Minyard · 7 years ago
  16. ac2673d ipmi_ssif: Add device attrs for the things in proc by Corey Minyard · 7 years ago
  17. 3dd377b ipmi_si: Add device attrs for the things in proc by Corey Minyard · 7 years ago
  18. 67f4fb0 ipmi_si: remove ipmi_smi_alloc() function by Corey Minyard · 7 years ago
  19. 58e2763 ipmi_si: Move port and mem I/O handling to their own files by Corey Minyard · 7 years ago
  20. d1a6791 ipmi_si: Get rid of unused spacing and port fields by Corey Minyard · 7 years ago
  21. c6f85a7 ipmi_si: Move PARISC handling to another file by Corey Minyard · 7 years ago
  22. 13d0b35 ipmi_si: Move PCI setup to another file by Corey Minyard · 7 years ago
  23. 9d70029 ipmi_si: Move platform device handling to another file by Corey Minyard · 7 years ago
  24. 7a45330 ipmi_si: Move hardcode handling to a separate file. by Corey Minyard · 7 years ago
  25. 44814ec ipmi_si: Move the hotmod handling to another file. by Corey Minyard · 7 years ago
  26. bb398a4 ipmi_si: Change ipmi_si_add_smi() to take just I/O info by Corey Minyard · 7 years ago
  27. e1eeb7f ipmi_si: Move io setup into io structure by Corey Minyard · 7 years ago
  28. 4f3e819 ipmi_si: Move irq setup handling into the io struct by Corey Minyard · 7 years ago
  29. 910840f ipmi_si: Move some platform data into the io structure by Corey Minyard · 7 years ago
  30. 1e89a49 ipmi_si: Rename function to add smi, make it global by Corey Minyard · 7 years ago
  31. 3fd32f9 ipmi: Convert IPMI GUID over to Linux guid_t by Corey Minyard · 7 years ago
  32. 31b0b07 ipmi: Rescan channel list on BMC changes by Corey Minyard · 7 years ago
  33. 5fdb1fb ipmi: Move lun and address out of channel struct by Corey Minyard · 7 years ago
  34. c0734bd ipmi: Retry BMC registration on a failure by Corey Minyard · 7 years ago
  35. b2cfd8a ipmi: Rework device id and guid handling to catch changing BMCs by Corey Minyard · 7 years ago
  36. c659ff3 ipmi: Use a temporary BMC for an interface by Corey Minyard · 7 years ago
  37. 28f26ac ipmi: Dynamically fetch GUID periodically by Corey Minyard · 7 years ago
  38. 39d3fb4 ipmi: Always fetch the guid through ipmi_get_device_id() by Corey Minyard · 7 years ago
  39. 1e5058e ipmi: Remove the device id from ipmi_register_smi() by Corey Minyard · 7 years ago
  40. aa9c9ab ipmi: allow dynamic BMC version information by Jeremy Kerr · 7 years ago
  41. 68e7e50 ipmi: Don't use BMC product/dev ids in the BMC name by Corey Minyard · 7 years ago
  42. c468f91 ipmi: Make ipmi_demangle_device_id more generic by Jeremy Kerr · 7 years ago
  43. a9137c3 ipmi: Add a reference from BMC devices to their interfaces by Jeremy Kerr · 7 years ago
  44. 511d57d ipmi: Get the device id through a function by Corey Minyard · 7 years ago
  45. 9b64a8b ipmi: Fix printing the BMC guid by Corey Minyard · 7 years ago
  46. a2cb600 ipmi: Rework BMC registration by Corey Minyard · 7 years ago
  47. 7e030d6 ipmi: Prefer ACPI system interfaces over SMBIOS ones by Corey Minyard · 7 years ago
  48. 9ca15af ipmi: Fix issues with BMC refcounts by Corey Minyard · 7 years ago
  49. eae4a36 ipmi: Check that the device type is BMC when scanning device by Corey Minyard · 7 years ago
  50. f33e4df ipmi: Move bmc find routing to below bmc device type by Corey Minyard · 7 years ago
  51. 72630d9 ipmi: Fix getting the GUID data by Corey Minyard · 7 years ago
  52. e6dd76a IPMI: make ipmi_poweroff_handler const by Bhumika Goyal · 7 years ago
  53. 1c9f98d ipmi: Make IPMI panic strings always available by Corey Minyard · 7 years ago
  54. b72fce5 char: ipmi: make function ipmi_get_info_from_resources static by Colin Ian King · 7 years ago
  55. 392a17b ipmi: fix unsigned long underflow by Corey Minyard · 7 years ago
  56. 719c1b3 char: ipmi: eliminate misleading print info when being probed via ACPI by Hanjun Guo · 8 years ago
  57. 0618cdf parisc/ipmi_si_intf: Fix section mismatches on parisc platform by Helge Deller · 7 years ago
  58. 9eb7888 Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 7 years ago
  59. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  60. 4495ec6 ipmi:ssif: Add missing unlock in error branch by Corey Minyard · 8 years ago
  61. 1e7a75f char: ipmi: constify bmc_dev_attr_group and bmc_device_type by Arvind Yadav · 8 years ago
  62. 87ff091 ipmi:ssif: Check dev before setting drvdata by Corey Minyard · 8 years ago
  63. e5f699d ipmi: get rid of field-by-field __get_user() by Al Viro · 8 years ago
  64. 8b9e04f ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native one by Al Viro · 8 years ago
  65. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  66. 0944d88 ipmi: Convert DMI handling over to a platform device by Corey Minyard · 9 years ago
  67. 9f88145 ipmi: Create a platform device for a DMI-specified IPMI interface by Corey Minyard · 8 years ago
  68. cdea465 ipmi: use rcu lock around call to intf->handlers->sender() by Tony Camuso · 8 years ago
  69. be8647d ipmi:ssif: Use i2c_adapter_id instead of adapter->nr by Corey Minyard · 8 years ago
  70. 1adc910 ipmi: Use the proper default value for register size in ACPI by Corey Minyard · 8 years ago
  71. bf10ff6 ipmi_ssif: remove redundant null check on array client->adapter->name by Colin Ian King · 8 years ago
  72. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  73. 860f01e ipmi/watchdog: fix watchdog timeout set on reboot by Valentin Vidic · 8 years ago
  74. cf9806f ipmi_ssif: unlock on allocation failure by Dan Carpenter · 8 years ago
  75. 2c1175c ipmi/watchdog: fix wdog hang on panic waiting for ipmi response by Robert Lippert · 8 years ago
  76. 684497b Annotate hardware config module parameters in drivers/char/ipmi/ by David Howells · 8 years ago
  77. 3f724c4 ipmi_si: use smi_num for init_name by Tony Camuso · 8 years ago
  78. 7ecaff7 ipmi: bt-bmc: Add ast2500 compatible string by Joel Stanley · 8 years ago
  79. 36cb82da ipmi_ssif: use setup_timer by Geliang Tang · 8 years ago
  80. 6de65fc ipmi: Fix kernel panic at ipmi_ssif_thread() by Joeseph Chang · 8 years ago
  81. 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
  82. eb99459 ipmi: bt-bmc: Use a regmap for register access by Andrew Jeffery · 8 years ago
  83. db3b7e1 char: ipmi: constify ipmi_smi_handlers structures by Bhumika Goyal · 8 years ago
  84. 210af2a ipmi: make ipmi_usr_hndl const by Corey Minyard · 8 years ago
  85. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  86. 196202b Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 8 years ago
  87. 070cbd1 ipmi: create hardware-independent softdep for ipmi_devintf by Martin Wilck · 8 years ago
  88. a24b5dd ipmi: Fix sequence number handling by Corey Minyard · 8 years ago
  89. 9467171 ipmi: Pick up slave address from SMBIOS on an ACPI device by Corey Minyard · 8 years ago
  90. bb2a08c ipmi_si: Clean up printks by Corey Minyard · 8 years ago
  91. 1abf71e Move platform device creation earlier in the initialization by Corey Minyard · 8 years ago
  92. 1c8018f ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc' by Cédric Le Goater · 8 years ago
  93. 56189b5 ipmi_ssif: Remove an unused module parameter by Corey Minyard · 8 years ago
  94. 5ac7b2f ipmi: Periodically check for events, not messages by Corey Minyard · 8 years ago
  95. bd85f4b3 ipmi: fix crash on reading version from proc after unregisted bmc by Xie XiuQi · 8 years ago
  96. d94655b ipmi/bt-bmc: remove redundant return value check of platform_get_resource() by Wei Yongjun · 8 years ago
  97. a3e6061 ipmi/bt-bmc: add a dependency on ARCH_ASPEED by Cédric Le Goater · 8 years ago
  98. 1a377a7 ipmi: Fix ioremap error handling in bt-bmc by Joel Stanley · 8 years ago
  99. 54f9c4d ipmi: add an Aspeed BT IPMI BMC driver by Alistair Popple · 8 years ago
  100. 6630420 Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago