1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. b79bba1 ipmi: remove redundant initialization of bmc by Colin Ian King · 7 years ago
  3. 106a846 ipmi: Clean up some print operations by Corey Minyard · 7 years ago
  4. 95e300c ipmi: Make the DMI probe into a generic platform probe by Corey Minyard · 7 years ago
  5. 55f91cb ipmi: Make the IPMI proc interface configurable by Corey Minyard · 7 years ago
  6. 3fd32f9 ipmi: Convert IPMI GUID over to Linux guid_t by Corey Minyard · 7 years ago
  7. 31b0b07 ipmi: Rescan channel list on BMC changes by Corey Minyard · 7 years ago
  8. 5fdb1fb ipmi: Move lun and address out of channel struct by Corey Minyard · 7 years ago
  9. c0734bd ipmi: Retry BMC registration on a failure by Corey Minyard · 7 years ago
  10. b2cfd8a ipmi: Rework device id and guid handling to catch changing BMCs by Corey Minyard · 7 years ago
  11. c659ff3 ipmi: Use a temporary BMC for an interface by Corey Minyard · 7 years ago
  12. 28f26ac ipmi: Dynamically fetch GUID periodically by Corey Minyard · 7 years ago
  13. 39d3fb4 ipmi: Always fetch the guid through ipmi_get_device_id() by Corey Minyard · 7 years ago
  14. 1e5058e ipmi: Remove the device id from ipmi_register_smi() by Corey Minyard · 7 years ago
  15. aa9c9ab ipmi: allow dynamic BMC version information by Jeremy Kerr · 7 years ago
  16. 68e7e50 ipmi: Don't use BMC product/dev ids in the BMC name by Corey Minyard · 7 years ago
  17. a9137c3 ipmi: Add a reference from BMC devices to their interfaces by Jeremy Kerr · 7 years ago
  18. 511d57d ipmi: Get the device id through a function by Corey Minyard · 7 years ago
  19. 9b64a8b ipmi: Fix printing the BMC guid by Corey Minyard · 7 years ago
  20. a2cb600 ipmi: Rework BMC registration by Corey Minyard · 7 years ago
  21. 9ca15af ipmi: Fix issues with BMC refcounts by Corey Minyard · 7 years ago
  22. eae4a36 ipmi: Check that the device type is BMC when scanning device by Corey Minyard · 7 years ago
  23. f33e4df ipmi: Move bmc find routing to below bmc device type by Corey Minyard · 7 years ago
  24. 72630d9 ipmi: Fix getting the GUID data by Corey Minyard · 7 years ago
  25. 1c9f98d ipmi: Make IPMI panic strings always available by Corey Minyard · 7 years ago
  26. 392a17b ipmi: fix unsigned long underflow by Corey Minyard · 7 years ago
  27. 1e7a75f char: ipmi: constify bmc_dev_attr_group and bmc_device_type by Arvind Yadav · 8 years ago
  28. cdea465 ipmi: use rcu lock around call to intf->handlers->sender() by Tony Camuso · 8 years ago
  29. 210af2a ipmi: make ipmi_usr_hndl const by Corey Minyard · 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. bd85f4b3 ipmi: fix crash on reading version from proc after unregisted bmc by Xie XiuQi · 8 years ago
  33. b07b58a ipmi: remove trydefaults parameter and default init by Tony Camuso · 9 years ago
  34. ae4ea9a ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg() by Junichi Nomura · 9 years ago
  35. 99ee673 ipmi: constify some struct and char arrays by LABBE Corentin · 9 years ago
  36. c49c097 ipmi: Don't call receive handler in the panic context by Hidehiro Kawai · 9 years ago
  37. 06e5e34 ipmi: Avoid touching possible corrupted lists in the panic context by Hidehiro Kawai · 9 years ago
  38. 82802f9 ipmi: Don't flush messages in sender() in run-to-completion mode by Hidehiro Kawai · 9 years ago
  39. b0868dd ipmi: Remove unneeded set_run_to_completion call by Hidehiro Kawai · 9 years ago
  40. 81d02b7 ipmi: Make some data const that was only read by Corey Minyard · 10 years ago
  41. b2234ee ipmi: Add a comment in how messages are delivered from the lower layer by Corey Minyard · 10 years ago
  42. 5e33cd0 ipmi: Remove incorrect use of seq_has_overflowed by Joe Perches · 10 years ago
  43. d6c5dc1 ipmi: Remove uses of return value of seq_printf by Joe Perches · 10 years ago
  44. 2d06a0c ipmi: Use is_visible callback for conditional sysfs entries by Takashi Iwai · 10 years ago
  45. 191cc41 ipmi: avoid gcc warning by Arnd Bergmann · 10 years ago
  46. 2fcaf60 ipmi: Remove a FIXME for slab conversion by Corey Minyard · 10 years ago
  47. 9c63331 ipmi: Finish cleanup of BMC attributes by Corey Minyard · 10 years ago
  48. 99ab32f ipmi: Remove the now unused priority from SMI sender by Corey Minyard · 10 years ago
  49. 7ea0ed2 ipmi: Make the message handler easier to use for SMI interfaces by Corey Minyard · 10 years ago
  50. 7f4a1c8 ipmi: Move message sending into its own function by Corey Minyard · 10 years ago
  51. 65be754 ipmi: rename waiting_msgs to waiting_rcv_msgs by Corey Minyard · 10 years ago
  52. 3d9e5df ipmi: Initialize BMC device attributes by Corey Minyard · 10 years ago
  53. 80fad5b ipmi: Unregister previously registered driver in error case by trenn@suse.de · 10 years ago
  54. 5a0e10e ipmi: Remove useless sysfs_name parameters by Corey Minyard · 10 years ago
  55. 16639eb ipmi: clean up the device handling for the bmc device by Corey Minyard · 10 years ago
  56. 7e50387 ipmi: Move the address source to string to ipmi-generic code by Corey Minyard · 10 years ago
  57. 1f66842 ipmi: Clean up the error handling for channel config errors by Corey Minyard · 10 years ago
  58. 7aefac2 ipmi: boolify some things by Corey Minyard · 11 years ago
  59. 8998649 ipmi: Turn off all activity on an idle ipmi interface by Corey Minyard · 11 years ago
  60. f0ba939 ipmi: Initialize locals to avoid warning by Corey Minyard · 11 years ago
  61. 1b6b698 drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup by Alexandru Gheorghiu · 12 years ago
  62. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 12 years ago
  63. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  64. b3834be various: Fix spelling of "asynchronous" in comments. by Adam Buchbinder · 12 years ago
  65. 9ebca93 IPMI: Fix some uninitialized warning by Corey Minyard · 12 years ago
  66. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  67. 895dcfd ipmi: fix message handling during panics by Corey Minyard · 13 years ago
  68. 7adf579 ipmi: use a tasklet for handling received messages by Corey Minyard · 13 years ago
  69. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  70. 0741273 ipmi: convert to seq_file interface by Alexey Dobriyan · 14 years ago
  71. 16f4232 IPMI: Add one interface to get more info of low-level IPMI device by Zhao Yakui · 14 years ago
  72. 60ee6d5 ipmi: fix __init and __exit attribute locations by Corey Minyard · 14 years ago
  73. 279fbd0 ipmi: update driver to use dev_printk and its constructs by Myron Stowe · 15 years ago
  74. ddac44b7 ipmi: change timeout and event poll to one second by Corey Minyard · 15 years ago
  75. c7df670 sysfs: fix sysfs lockdep warning in ipmi code by Greg Kroah-Hartman · 15 years ago
  76. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  77. 9a2845c ipmi: fix ipmi_si modprobe hang by Corey Minyard · 16 years ago
  78. 4dec302 ipmi: add oem message handling by dann frazier · 16 years ago
  79. 25176ed ipmi: fix statistics counting issues by Corey Minyard · 16 years ago
  80. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 16 years ago
  81. fe2d5ff Fix platform drivers that crash on suspend/resume by Darrick J. Wong · 16 years ago
  82. 7400630 ipmi: make alloc_recv_msg static by Adrian Bunk · 17 years ago
  83. fa68be0 ipmi: remove ->write_proc code by Alexey Dobriyan · 17 years ago
  84. c70d749 ipmi: style fixes in the base code by Corey Minyard · 17 years ago
  85. 73f2bdb IPMI: convert message handler defines to an enum by Corey Minyard · 17 years ago
  86. b2655f2 ipmi: convert locked counters to atomics by Konstantin Baydarov · 17 years ago
  87. f7caa1b ipmi: update driver version by Corey Minyard · 17 years ago
  88. 87ebd06 ipmi: don't print event queue full on every event by Corey Minyard · 17 years ago
  89. 5956dce ipmi: don't grab locks in run-to-completion mode by Konstantin Baydarov · 17 years ago
  90. bda4c30 ipmi: run to completion fixes by Corey Minyard · 17 years ago
  91. e381d1c4 drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  92. bed9759 drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  93. ac01915 IPMI: fix hotmod remove lock by Corey Minyard · 17 years ago
  94. fcfa472 IPMI: add polled interface by Corey Minyard · 17 years ago
  95. 3542ae4 Tweak /proc/ipmi removal by Alexey Dobriyan · 17 years ago
  96. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  97. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 18 years ago
  98. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  99. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 18 years ago
  100. 78ba2fa [PATCH] IPMI: Fix some RCU problems by Corey Minyard · 18 years ago