aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-22ipmi: fix hardcoded ipmi device exit path warningYinghai Lu1-1/+6
2010-09-22ipmi: fix acpi probe printYinghai Lu1-5/+5
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-15/+27
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-11ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu1-1/+11
2010-08-11ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu1-7/+28
2010-08-11drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but not usedJustin P. Mattock1-8/+2
2010-08-11param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell1-15/+27
2010-08-09ipmi: fix ACPI detection with regspacingYinghai Lu1-0/+8
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-29ipmi: set schedule_timeout_wait() value back to oneMartin Wilck1-1/+1
2010-06-29ipmi: make sure drivers were registered before unregistering themMatthew Garrett1-4/+17
2010-05-27ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina1-3/+8
2010-05-27ipmi: update driver to use dev_printk and its constructsMyron Stowe2-127/+107
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe1-1/+1
2010-05-27ipmi: change timeout and event poll to one secondCorey Minyard1-2/+2
2010-05-27ipmi: attempt to register multiple SIs of the same typeMatthew Garrett1-7/+21
2010-05-27ipmi: reduce pollingMatthew Garrett1-7/+13
2010-05-27ipmi: reduce polling when interrupts are availableMatthew Garrett1-2/+10
2010-05-27ipmi: change device discovery orderMatthew Garrett1-11/+12
2010-05-27ipmi: only register one si per bmcMatthew Garrett1-2/+27
2010-05-27ipmi: split device discovery and registrationMatthew Garrett1-46/+84
2010-05-27ipmi: change addr_source to an enum rather than stringsMatthew Garrett1-19/+25
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds2-7/+36
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2010-05-17drivers: Push down BKL into various driversArnd Bergmann2-7/+36
2010-03-19sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman1-0/+10
2010-03-12ipmi: fix slave_addrs setting to actually workBela Lubkin1-2/+3
2010-03-12ipmi: add parameter to limit CPU usage in kipmidMartin Wilck1-2/+64
2009-12-30ACPI: fix ACPI=n allmodconfig buildIngo Molnar1-2/+2
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-9/+109
2009-12-16drivers/char/ipmi: Use KCS_IDLE_STATEJulia Lawall1-1/+1
2009-12-16Merge branch 'ipmi' into releaseLen Brown1-9/+109
2009-12-15ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas1-0/+104
2009-12-15ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas1-5/+5
2009-12-15ipmi: remove unused PCI probe codeBjorn Helgaas1-4/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-6/+3
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan2-0/+2
2009-09-21trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe1-2/+2
2009-06-15ipmi: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-05-22ipmi: fix ipmi_si modprobe hangCorey Minyard1-6/+7
2009-04-21ipmi: add oem message handlingdann frazier1-5/+133
2009-04-21ipmi: fix statistics counting issuesCorey Minyard1-22/+51
2009-04-21ipmi: test for event buffer before usingCorey Minyard1-29/+119
2009-04-21ipmi: fix platform return checkCorey Minyard1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-11/+7
2008-11-12Fix platform drivers that crash on suspend/resumeDarrick J. Wong2-16/+20
2008-11-01saner FASYNC handling on file closeAl Viro2-3/+0