1. 9eb7888 Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 8 years ago
  2. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 4495ec6 ipmi:ssif: Add missing unlock in error branch by Corey Minyard · 8 years ago
  4. 1e7a75f char: ipmi: constify bmc_dev_attr_group and bmc_device_type by Arvind Yadav · 8 years ago
  5. 87ff091 ipmi:ssif: Check dev before setting drvdata by Corey Minyard · 8 years ago
  6. e5f699d ipmi: get rid of field-by-field __get_user() by Al Viro · 8 years ago
  7. 8b9e04f ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native one by Al Viro · 8 years ago
  8. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  9. 0944d88 ipmi: Convert DMI handling over to a platform device by Corey Minyard · 9 years ago
  10. 9f88145 ipmi: Create a platform device for a DMI-specified IPMI interface by Corey Minyard · 8 years ago
  11. cdea465 ipmi: use rcu lock around call to intf->handlers->sender() by Tony Camuso · 8 years ago
  12. be8647d ipmi:ssif: Use i2c_adapter_id instead of adapter->nr by Corey Minyard · 8 years ago
  13. 1adc910 ipmi: Use the proper default value for register size in ACPI by Corey Minyard · 8 years ago
  14. bf10ff6 ipmi_ssif: remove redundant null check on array client->adapter->name by Colin Ian King · 8 years ago
  15. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  16. 860f01e ipmi/watchdog: fix watchdog timeout set on reboot by Valentin Vidic · 8 years ago
  17. cf9806f ipmi_ssif: unlock on allocation failure by Dan Carpenter · 8 years ago
  18. 2c1175c ipmi/watchdog: fix wdog hang on panic waiting for ipmi response by Robert Lippert · 8 years ago
  19. 684497b Annotate hardware config module parameters in drivers/char/ipmi/ by David Howells · 8 years ago
  20. 3f724c4 ipmi_si: use smi_num for init_name by Tony Camuso · 8 years ago
  21. 7ecaff7 ipmi: bt-bmc: Add ast2500 compatible string by Joel Stanley · 8 years ago
  22. 36cb82da ipmi_ssif: use setup_timer by Geliang Tang · 8 years ago
  23. 6de65fc ipmi: Fix kernel panic at ipmi_ssif_thread() by Joeseph Chang · 8 years ago
  24. 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
  25. eb99459 ipmi: bt-bmc: Use a regmap for register access by Andrew Jeffery · 8 years ago
  26. db3b7e1 char: ipmi: constify ipmi_smi_handlers structures by Bhumika Goyal · 8 years ago
  27. 210af2a ipmi: make ipmi_usr_hndl const by Corey Minyard · 8 years ago
  28. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  29. 196202b Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 8 years ago
  30. 070cbd1 ipmi: create hardware-independent softdep for ipmi_devintf by Martin Wilck · 8 years ago
  31. a24b5dd ipmi: Fix sequence number handling by Corey Minyard · 8 years ago
  32. 9467171 ipmi: Pick up slave address from SMBIOS on an ACPI device by Corey Minyard · 8 years ago
  33. bb2a08c ipmi_si: Clean up printks by Corey Minyard · 8 years ago
  34. 1abf71e Move platform device creation earlier in the initialization by Corey Minyard · 8 years ago
  35. 1c8018f ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc' by Cédric Le Goater · 8 years ago
  36. 56189b5 ipmi_ssif: Remove an unused module parameter by Corey Minyard · 8 years ago
  37. 5ac7b2f ipmi: Periodically check for events, not messages by Corey Minyard · 8 years ago
  38. bd85f4b3 ipmi: fix crash on reading version from proc after unregisted bmc by Xie XiuQi · 8 years ago
  39. d94655b ipmi/bt-bmc: remove redundant return value check of platform_get_resource() by Wei Yongjun · 8 years ago
  40. a3e6061 ipmi/bt-bmc: add a dependency on ARCH_ASPEED by Cédric Le Goater · 8 years ago
  41. 1a377a7 ipmi: Fix ioremap error handling in bt-bmc by Joel Stanley · 8 years ago
  42. 54f9c4d ipmi: add an Aspeed BT IPMI BMC driver by Alistair Popple · 8 years ago
  43. 6630420 Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  44. b07b58a ipmi: remove trydefaults parameter and default init by Tony Camuso · 9 years ago
  45. b4f2105 i2c: add a protocol parameter to the alert callback by Benjamin Tissoires · 9 years ago
  46. ae4ea9a ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg() by Junichi Nomura · 9 years ago
  47. 70f95b7 ipmi: Fix the I2C address extraction from SPMI tables by Corey Minyard · 9 years ago
  48. 57a38f1 IPMI: reserve memio regions separately by Corey Minyard · 9 years ago
  49. 7682485 ipmi: Fix some minor coding style issues by Corey Minyard · 9 years ago
  50. 73cbf4a ipmi/watchdog: use nmi_panic() when kernel panics in NMI handler by Hidehiro Kawai · 9 years ago
  51. 9f0257b ipmi: do not probe ACPI devices if si_tryacpi is unset by Joe Lawrence · 9 years ago
  52. d9dffd2 ipmi_si: Avoid a wrong long timeout on transaction done by Corey Minyard · 9 years ago
  53. f813655 ipmi_si: Fix module parameter doc names by Corey Minyard · 9 years ago
  54. 21c8f91 ipmi_ssif: Fix logic around alert handling by Corey Minyard · 9 years ago
  55. 58c9d61 ipmi: put acpi.h with the other headers by Tony Camuso · 9 years ago
  56. bb0dceb ipmi: Remove unnecessary pci_disable_device. by Dave Jones · 9 years ago
  57. aad756f char: ipmi: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  58. 99ee673 ipmi: constify some struct and char arrays by LABBE Corentin · 9 years ago
  59. 27f972d ipmi: move timer init to before irq is setup by Jan Stancek · 9 years ago
  60. c7f42c6 ipmi watchdog : add panic_wdt_timeout parameter by Jean-Yves Faye · 9 years ago
  61. 66f4401 char: ipmi: Move MODULE_DEVICE_TABLE() to follow struct by Luis de Bethencourt · 9 years ago
  62. 314ef52 ipmi: Stop the timer immediately if idle by Corey Minyard · 9 years ago
  63. 0cfec91 ipmi: Start the timer and thread on internal msgs by Corey Minyard · 9 years ago
  64. 526290a char: ipmi: ipmi_ssif: Replace timeval with timespec64 by Amitoj Kaur Chawla · 9 years ago
  65. bf2d087 ipmi:ssif: Add a module parm to specify that SMBus alerts don't work by Corey Minyard · 9 years ago
  66. acbd9ae ipmi: add of_device_id in MODULE_DEVICE_TABLE by Brijesh Singh · 9 years ago
  67. d088289 ipmi: Compensate for BMCs that wont set the irq enable bit by Corey Minyard · 9 years ago
  68. c49c097 ipmi: Don't call receive handler in the panic context by Hidehiro Kawai · 10 years ago
  69. 06e5e34 ipmi: Avoid touching possible corrupted lists in the panic context by Hidehiro Kawai · 10 years ago
  70. 82802f9 ipmi: Don't flush messages in sender() in run-to-completion mode by Hidehiro Kawai · 10 years ago
  71. e45361d ipmi: Factor out message flushing procedure by Hidehiro Kawai · 10 years ago
  72. b0868dd ipmi: Remove unneeded set_run_to_completion call by Hidehiro Kawai · 10 years ago
  73. 81d02b7 ipmi: Make some data const that was only read by Corey Minyard · 10 years ago
  74. 5186cf9 ipmi: constify SSIF ACPI device ids by Mathias Krause · 10 years ago
  75. a793089 ipmi: Delete an unnecessary check before the function call "cleanup_one_si" by Markus Elfring · 10 years ago
  76. fedb25e char:ipmi - Change 1 to true for bool type variables during initialization. by Shailendra Verma · 10 years ago
  77. 881c585 impi:Remove unneeded setting of module owner to THIS_MODULE in the platform structure, powernv_ipmi_driver by Nicholas Krause · 10 years ago
  78. b2234ee ipmi: Add a comment in how messages are delivered from the lower layer by Corey Minyard · 10 years ago
  79. cca85f1 ipmi/powernv: Fix potential invalid pointer dereference by Neelesh Gupta · 10 years ago
  80. 0fbcf4a ipmi: Convert the IPMI SI ACPI handling to a platform device by Corey Minyard · 10 years ago
  81. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  82. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 10 years ago
  83. dce143c ipmi/powernv: Convert to irq event interface by Alistair Popple · 10 years ago
  84. 3d69d43 ipmi: Fix multi-part message handling by Corey Minyard · 10 years ago
  85. 9162052 ipmi: Add alert handling to SSIF by Corey Minyard · 10 years ago
  86. 9f81270 ipmi: Fix a problem that messages are not issued in run_to_completion mode by Hidehiro Kawai · 10 years ago
  87. a182a4b ipmi: Report an error if ACPI _IFT doesn't exist by Corey Minyard · 10 years ago
  88. 15c5725 ipmi: Remove unused including <linux/version.h> by Wei Yongjun · 10 years ago
  89. b1e65e7 ipmi: Don't report err in the SI driver for SSIF devices by Corey Minyard · 10 years ago
  90. 5e33cd0 ipmi: Remove incorrect use of seq_has_overflowed by Joe Perches · 10 years ago
  91. b0e9aaa ipmi:ssif: Ignore spaces when comparing I2C adapter names by Corey Minyard · 10 years ago
  92. d467f7a ipmi_ssif: Fix the logic on user-supplied addresses by Corey Minyard · 10 years ago
  93. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  94. d0acf73 ipmi_ssif: Use interruptible completion for waiting in the thread by Corey Minyard · 10 years ago
  95. ad1ed2a ipmi/powernv: Fix minor locking bug by Alistair Popple · 10 years ago
  96. 1e7d6a4 ipmi: Handle BMCs that don't allow clearing the rcv irq bit by Corey Minyard · 10 years ago
  97. da2ff52 char: constify of_device_id array by Fabian Frederick · 10 years ago
  98. 1d86e29 ipmi: Fix a memory ordering issue by Corey Minyard · 10 years ago
  99. d6c5dc1 ipmi: Remove uses of return value of seq_printf by Joe Perches · 10 years ago
  100. 2d06a0c ipmi: Use is_visible callback for conditional sysfs entries by Takashi Iwai · 10 years ago