summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina2010-05-271-3/+8
* ipmi: update driver to use dev_printk and its constructsMyron Stowe2010-05-272-127/+107Star
* ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe2010-05-271-1/+1
* ipmi: change timeout and event poll to one secondCorey Minyard2010-05-271-2/+2
* ipmi: attempt to register multiple SIs of the same typeMatthew Garrett2010-05-271-7/+21
* ipmi: reduce pollingMatthew Garrett2010-05-271-7/+13
* ipmi: reduce polling when interrupts are availableMatthew Garrett2010-05-271-2/+10
* ipmi: change device discovery orderMatthew Garrett2010-05-271-11/+12
* ipmi: only register one si per bmcMatthew Garrett2010-05-271-2/+27
* ipmi: split device discovery and registrationMatthew Garrett2010-05-271-46/+84
* ipmi: change addr_source to an enum rather than stringsMatthew Garrett2010-05-271-19/+25
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-242-7/+36
|\
| * drivers: Push down BKL into various driversArnd Bergmann2010-05-172-7/+36
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-2/+2
|/
* sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman2010-03-191-0/+10
* ipmi: fix slave_addrs setting to actually workBela Lubkin2010-03-131-2/+3
* ipmi: add parameter to limit CPU usage in kipmidMartin Wilck2010-03-131-2/+64
* ACPI: fix ACPI=n allmodconfig buildIngo Molnar2009-12-301-2/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-161-9/+109
|\
| * Merge branch 'ipmi' into releaseLen Brown2009-12-161-9/+109
| |\
| | * ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas2009-12-151-0/+104
| | * ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas2009-12-151-5/+5
| | * ipmi: remove unused PCI probe codeBjorn Helgaas2009-12-151-4/+0Star
* | | drivers/char/ipmi: Use KCS_IDLE_STATEJulia Lawall2009-12-161-1/+1
|/ /
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-1/+1
* | sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-121-6/+3Star
|/
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-052-0/+2
* trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe2009-09-211-2/+2
* ipmi: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-2/+2
* ipmi: fix ipmi_si modprobe hangCorey Minyard2009-05-221-6/+7
* ipmi: add oem message handlingdann frazier2009-04-211-5/+133
* ipmi: fix statistics counting issuesCorey Minyard2009-04-211-22/+51
* ipmi: test for event buffer before usingCorey Minyard2009-04-211-29/+119
* ipmi: fix platform return checkCorey Minyard2009-04-211-1/+1
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-302-11/+7Star
* Fix platform drivers that crash on suspend/resumeDarrick J. Wong2008-11-132-16/+20
* saner FASYNC handling on file closeAl Viro2008-11-012-3/+0Star
* ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant2008-10-301-0/+1
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+1
* powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-231-1/+1
* drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton2008-08-211-5/+3Star
* ipmi/powerpc: Use linux/of_{device,platform}.h instead of asmStephen Rothwell2008-07-301-2/+2
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-1/+1
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-2/+1Star
|\
| * [PATCH] IPMI: return correct value from ipmi_writeMark Rustad2008-07-111-2/+1Star
* | ipmi: fasync BKL pushdownJonathan Corbet2008-07-021-0/+2
* | ipmi-watchdog: BKL pushdownArnd Bergmann2008-06-201-0/+3
* | ipmi: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-2/+6
|/
* ipmi: support I/O resources in OF driverNate Case2008-05-151-2/+8