1. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  2. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  3. 0741273 ipmi: convert to seq_file interface by Alexey Dobriyan · 13 years ago
  4. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 13 years ago
  5. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  6. 0dcf334 drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatch by Sergey Senozhatsky · 13 years ago
  7. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  8. 4c418ba ipmi: Fix IPMI errors due to timing problems by Doe, YiCheng · 13 years ago
  9. a1e9c9d ipmi: convert OF driver to platform driver by Rob Herring · 13 years ago
  10. d247852 char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver by Corey Minyard · 13 years ago
  11. 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
  12. 4b63bd3 Merge branch 'ipmi' into release by Len Brown · 14 years ago
  13. 8b6cd8a ACPICA: New GPE handler callback definition by Lin Ming · 14 years ago
  14. 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
  15. 673a609 x86: Convert some devices to use DIE_NMIUNKNOWN by Don Zickus · 14 years ago
  16. 672d8ea ipmi: explicitly include of_address.h and of_irq.h by Rob Herring · 14 years ago
  17. da81c3b of: Fixes for OF probing on little endian systems by Rob Herring · 14 years ago
  18. 16f4232 IPMI: Add one interface to get more info of low-level IPMI device by Zhao Yakui · 14 years ago
  19. 7fa5174 drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  20. 60ee6d5 ipmi: fix __init and __exit attribute locations by Corey Minyard · 14 years ago
  21. de5e2dd ipmi: proper spinlock initialization by Eric Dumazet · 14 years ago
  22. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  23. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  24. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  25. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  26. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  27. 561f818 ipmi: fix hardcoded ipmi device exit path warning by Yinghai Lu · 14 years ago
  28. a9e3176 ipmi: fix acpi probe print by Yinghai Lu · 14 years ago
  29. 609146f ipmi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  30. 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
  31. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  32. 7bb671e ipmi: print info for spmi and smbios paths like acpi and pci by Yinghai Lu · 14 years ago
  33. 7faefea ipmi: fix memleaking for add_smi when duplicating happen by Yinghai Lu · 14 years ago
  34. f46c77c drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but not used by Justin P. Mattock · 14 years ago
  35. c8ba6c5 param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme by Rusty Russell · 14 years ago
  36. d9e1b6c ipmi: fix ACPI detection with regspacing by Yinghai Lu · 14 years ago
  37. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  38. 8d1f66d ipmi: set schedule_timeout_wait() value back to one by Martin Wilck · 14 years ago
  39. 5648028 ipmi: make sure drivers were registered before unregistering them by Matthew Garrett · 14 years ago
  40. a747c5a ipmi: handle run_to_completion properly in deliver_recv_msg() by Jiri Kosina · 14 years ago
  41. 279fbd0 ipmi: update driver to use dev_printk and its constructs by Myron Stowe · 14 years ago
  42. 8c8eae2 ipmi: convert tracking of the ACPI device pointer to a PNP device by Myron Stowe · 14 years ago
  43. ddac44b ipmi: change timeout and event poll to one second by Corey Minyard · 14 years ago
  44. 06ee459 ipmi: attempt to register multiple SIs of the same type by Matthew Garrett · 14 years ago
  45. 3326f4f ipmi: reduce polling by Matthew Garrett · 14 years ago
  46. ea4078c ipmi: reduce polling when interrupts are available by Matthew Garrett · 14 years ago
  47. 754d453 ipmi: change device discovery order by Matthew Garrett · 14 years ago
  48. d8cc526 ipmi: only register one si per bmc by Matthew Garrett · 14 years ago
  49. 2407d77 ipmi: split device discovery and registration by Matthew Garrett · 14 years ago
  50. 5fedc4a ipmi: change addr_source to an enum rather than strings by Matthew Garrett · 14 years ago
  51. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  52. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  53. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  54. 5592933 drivers: Push down BKL into various drivers by Arnd Bergmann · 14 years ago
  55. c7df670 sysfs: fix sysfs lockdep warning in ipmi code by Greg Kroah-Hartman · 14 years ago
  56. 2f95d51 ipmi: fix slave_addrs setting to actually work by Bela Lubkin · 14 years ago
  57. ae74e82 ipmi: add parameter to limit CPU usage in kipmid by Martin Wilck · 14 years ago
  58. 27d0567 ACPI: fix ACPI=n allmodconfig build by Ingo Molnar · 15 years ago
  59. 288f02b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  60. d1da96a drivers/char/ipmi: Use KCS_IDLE_STATE by Julia Lawall · 15 years ago
  61. 1a544d2 Merge branch 'ipmi' into release by Len Brown · 15 years ago
  62. 9e368fa ipmi: add PNP discovery (ACPI namespace via PNPACPI) by Bjorn Helgaas · 15 years ago
  63. 18a3e0b ipmi: refer to table as "SPMI", not "ACPI" by Bjorn Helgaas · 15 years ago
  64. ad49768 ipmi: remove unused PCI probe code by Bjorn Helgaas · 15 years ago
  65. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  66. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  67. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  68. 0e6b9e8 trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c by Peter Huewe · 15 years ago
  69. 9de33df ipmi: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  70. 9a2845c ipmi: fix ipmi_si modprobe hang by Corey Minyard · 15 years ago
  71. 4dec302 ipmi: add oem message handling by dann frazier · 15 years ago
  72. 25176ed ipmi: fix statistics counting issues by Corey Minyard · 15 years ago
  73. 40112ae ipmi: test for event buffer before using by Corey Minyard · 15 years ago
  74. 8b32b5d ipmi: fix platform return check by Corey Minyard · 15 years ago
  75. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  76. fe2d5ff Fix platform drivers that crash on suspend/resume by Darrick J. Wong · 16 years ago
  77. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  78. 6c89161 ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_si by Scott James Remnant · 16 years ago
  79. 03457cd device create: char: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  80. 68e1ee6 powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks by Kumar Gala · 16 years ago
  81. a09f485 drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leak by Andrew Morton · 16 years ago
  82. 11c675c ipmi/powerpc: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  83. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  84. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  85. 3976df9 [PATCH] IPMI: return correct value from ipmi_write by Mark Rustad · 16 years ago
  86. 70b028b ipmi: fasync BKL pushdown by Jonathan Corbet · 16 years ago
  87. af96f01 ipmi-watchdog: BKL pushdown by Arnd Bergmann · 16 years ago
  88. ecc3898 ipmi: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  89. 3b7ec11 ipmi: support I/O resources in OF driver by Nate Case · 16 years ago
  90. adf535e ipmi: fix return from atca_oem_poweroff_hook by Adrian Bunk · 16 years ago
  91. 7400630 ipmi: make alloc_recv_msg static by Adrian Bunk · 16 years ago
  92. fa68be0 ipmi: remove ->write_proc code by Alexey Dobriyan · 16 years ago
  93. 95c0ba8 ipmi: remove unused target and action in Makefile by Denis Cheng · 16 years ago
  94. 36c7dc4 IPMI: Style fixes in the misc code by Corey Minyard · 16 years ago
  95. c305e3d IPMI: Style fixes in the system interface code by Corey Minyard · 16 years ago
  96. c70d749 ipmi: style fixes in the base code by Corey Minyard · 16 years ago
  97. ba8ff1c IPMI: Convert system interface defines to an enum by Corey Minyard · 16 years ago
  98. 64959e2 ipmi: convert locked counters to atomics in the system interface by Corey Minyard · 16 years ago
  99. 73f2bdb IPMI: convert message handler defines to an enum by Corey Minyard · 16 years ago
  100. b2655f2 ipmi: convert locked counters to atomics by Konstantin Baydarov · 16 years ago