aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman2010-03-191-0/+10
* ipmi: fix slave_addrs setting to actually workBela Lubkin2010-03-121-2/+3
* ipmi: add parameter to limit CPU usage in kipmidMartin Wilck2010-03-121-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/+0
* | | 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/+3
|/
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-042-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-151-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-312-11/+7
* Fix platform drivers that crash on suspend/resumeDarrick J. Wong2008-11-122-16/+20
* saner FASYNC handling on file closeAl Viro2008-11-012-3/+0
* 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-201-5/+3
* 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-211-1/+1
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-2/+1
|\
| * [PATCH] IPMI: return correct value from ipmi_writeMark Rustad2008-07-111-2/+1
* | 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-141-2/+8
* ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk2008-04-291-1/+1
* ipmi: make alloc_recv_msg staticAdrian Bunk2008-04-291-1/+1
* ipmi: remove ->write_proc codeAlexey Dobriyan2008-04-292-8/+7
* ipmi: remove unused target and action in MakefileDenis Cheng2008-04-291-4/+0
* IPMI: Style fixes in the misc codeCorey Minyard2008-04-292-201/+227
* IPMI: Style fixes in the system interface codeCorey Minyard2008-04-295-436/+574
* ipmi: style fixes in the base codeCorey Minyard2008-04-291-414/+581
* IPMI: Convert system interface defines to an enumCorey Minyard2008-04-291-17/+43
* ipmi: convert locked counters to atomics in the system interfaceCorey Minyard2008-04-291-74/+66
* IPMI: convert message handler defines to an enumCorey Minyard2008-04-291-58/+67
* ipmi: convert locked counters to atomicsKonstantin Baydarov2008-04-291-248/+194
* ipmi: update driver versionCorey Minyard2008-04-291-1/+1
* ipmi: don't print event queue full on every eventCorey Minyard2008-04-291-4/+11
* ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov2008-04-292-8/+28
* ipmi: run to completion fixesCorey Minyard2008-04-293-36/+35