1. 567eded ipmi: Clear drvdata when interface is removed by Takao Indoh · 10 years ago
  2. cc4cbe9 ipmi: work around gcc-4.9 build warning by Arnd Bergmann · 10 years ago
  3. 08dc416 ipmi/of: Don't use unavailable interfaces by Benjamin Herrenschmidt · 10 years ago
  4. 1f66842 ipmi: Clean up the error handling for channel config errors by Corey Minyard · 10 years ago
  5. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  6. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  7. 7aefac2 ipmi: boolify some things by Corey Minyard · 10 years ago
  8. 8998649 ipmi: Turn off all activity on an idle ipmi interface by Corey Minyard · 10 years ago
  9. 0dfe6e7 ipmi: Turn off default probing of interfaces by Corey Minyard · 10 years ago
  10. eb6d78e ipmi: Reset the KCS timeout when starting error recovery by Corey Minyard · 10 years ago
  11. 48e8ac2 ipmi: Fix a race restarting the timer by Bodo Stroesser · 10 years ago
  12. a94cdd1 Char: ipmi_bt_sm, fix infinite loop by Jiri Slaby · 10 years ago
  13. 4c020b0 drivers/char: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  14. dfa1942 ipmi: Add missing rv in ipmi_parisc_probe() by Geert Uytterhoeven · 10 years ago
  15. d02b370 ipmi: Cleanup error return by Corey Minyard · 11 years ago
  16. e21404d ipmi: fix timeout calculation when bmc is disconnected by Xie XiuQi · 11 years ago
  17. ccb3368 ipmi: use USEC_PER_SEC instead of 1000000 for more meaningful by Xie XiuQi · 11 years ago
  18. aa5b2ba ipmi: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  19. fdbeb7d BMC support for PARISC machines by Thomas Bogendoerfer · 11 years ago
  20. a798e2d Add MODULE_ALIAS for autoloading ipmi driver on ACPI systems by Jordan_Hargrave@Dell.com · 11 years ago
  21. f0ba939 ipmi: Initialize locals to avoid warning by Corey Minyard · 11 years ago
  22. fa7df37 ipmi: info leak in compat_ipmi_ioctl() by Dan Carpenter · 11 years ago
  23. a151427 char: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  24. 6368087 ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex by Benjamin LaHaise · 11 years ago
  25. 0849bfe ipmi: Improve error messages on failed irq enable by Corey Minyard · 11 years ago
  26. a5f2b3d drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflow by Chen Gang · 11 years ago
  27. 1b6b698 drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup by Alexandru Gheorghiu · 11 years ago
  28. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  29. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  30. f2afae4 ipmi: add options to disable openfirmware and PCI scanning by Corey Minyard · 11 years ago
  31. d941aea ipmi: add new kernel options to prevent automatic ipmi init by Corey Minyard · 11 years ago
  32. bcd2982 Drivers: char: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  33. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  34. 39af33f char: remove use of __devexit by Bill Pemberton · 12 years ago
  35. 0bbed20 char: remove use of __devinitdata by Bill Pemberton · 12 years ago
  36. 2223cbe char: remove use of __devinit by Bill Pemberton · 12 years ago
  37. b3834be various: Fix spelling of "asynchronous" in comments. by Adam Buchbinder · 12 years ago
  38. a6c16c2 IPMI: Detect register spacing on PCI interfaces by Corey Minyard · 12 years ago
  39. 9ebca93 IPMI: Fix some uninitialized warning by Corey Minyard · 12 years ago
  40. 18cb2ae5 char/ipmi: remove local ioctl defines replaced by generic ones by Oskar Schirmer · 12 years ago
  41. afec8a7 PM / IPMI: Remove empty legacy PCI PM callbacks by Rafael J. Wysocki · 12 years ago
  42. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  43. 423a5bb ipmi: use locks on watchdog timeout set on reboot by Corey Minyard · 12 years ago
  44. f60adf4 ipmi: simplify locking by Corey Minyard · 12 years ago
  45. 895dcfd ipmi: fix message handling during panics by Corey Minyard · 12 years ago
  46. 7adf579 ipmi: use a tasklet for handling received messages by Corey Minyard · 12 years ago
  47. 828dc9d ipmi: increase KCS timeouts by Matthew Garrett · 12 years ago
  48. b88e769 ipmi: decrease the IPMI message transaction time in interrupt mode by Srinivas_Gowda · 12 years ago
  49. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  50. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  51. 86a1e18 watchdog: nowayout is bool by Wim Van Sebroeck · 12 years ago
  52. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  53. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  54. b75d91f ipmi_watchdog: restore settings when BMC reset by Corey Minyard · 13 years ago
  55. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  56. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  57. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  58. 0741273 ipmi: convert to seq_file interface by Alexey Dobriyan · 13 years ago
  59. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 13 years ago
  60. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  61. 0dcf334 drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatch by Sergey Senozhatsky · 13 years ago
  62. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  63. 4c418ba ipmi: Fix IPMI errors due to timing problems by Doe, YiCheng · 13 years ago
  64. a1e9c9d ipmi: convert OF driver to platform driver by Rob Herring · 13 years ago
  65. d247852 char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver by Corey Minyard · 13 years ago
  66. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  67. 4b63bd3 Merge branch 'ipmi' into release by Len Brown · 14 years ago
  68. 8b6cd8a ACPICA: New GPE handler callback definition by Lin Ming · 14 years ago
  69. 4277616 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. 673a609 x86: Convert some devices to use DIE_NMIUNKNOWN by Don Zickus · 14 years ago
  71. 672d8ea ipmi: explicitly include of_address.h and of_irq.h by Rob Herring · 14 years ago
  72. da81c3b of: Fixes for OF probing on little endian systems by Rob Herring · 14 years ago
  73. 16f4232 IPMI: Add one interface to get more info of low-level IPMI device by Zhao Yakui · 14 years ago
  74. 7fa5174 drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  75. 60ee6d5 ipmi: fix __init and __exit attribute locations by Corey Minyard · 14 years ago
  76. de5e2dd ipmi: proper spinlock initialization by Eric Dumazet · 14 years ago
  77. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  78. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  79. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  80. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  81. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  82. 561f818 ipmi: fix hardcoded ipmi device exit path warning by Yinghai Lu · 14 years ago
  83. a9e3176 ipmi: fix acpi probe print by Yinghai Lu · 14 years ago
  84. 609146f ipmi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  85. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  86. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  87. 7bb671e ipmi: print info for spmi and smbios paths like acpi and pci by Yinghai Lu · 14 years ago
  88. 7faefea ipmi: fix memleaking for add_smi when duplicating happen by Yinghai Lu · 14 years ago
  89. f46c77c drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but not used by Justin P. Mattock · 14 years ago
  90. c8ba6c5 param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme by Rusty Russell · 14 years ago
  91. d9e1b6c ipmi: fix ACPI detection with regspacing by Yinghai Lu · 14 years ago
  92. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  93. 8d1f66d ipmi: set schedule_timeout_wait() value back to one by Martin Wilck · 14 years ago
  94. 5648028 ipmi: make sure drivers were registered before unregistering them by Matthew Garrett · 14 years ago
  95. a747c5a ipmi: handle run_to_completion properly in deliver_recv_msg() by Jiri Kosina · 14 years ago
  96. 279fbd0 ipmi: update driver to use dev_printk and its constructs by Myron Stowe · 14 years ago
  97. 8c8eae2 ipmi: convert tracking of the ACPI device pointer to a PNP device by Myron Stowe · 14 years ago
  98. ddac44b ipmi: change timeout and event poll to one second by Corey Minyard · 14 years ago
  99. 06ee459 ipmi: attempt to register multiple SIs of the same type by Matthew Garrett · 14 years ago
  100. 3326f4f ipmi: reduce polling by Matthew Garrett · 14 years ago