summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipmi: hold ATTN until upper layer readyCorey Minyard2008-04-291-2/+5
* drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-1/+1
* drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-2/+2
* [WATCHDOG] ipmi: add the standard watchdog timeout ioctlsCorey Minyard2007-11-281-0/+2
* IPMI: add 0.9 supportCorey Minyard2007-10-181-13/+2
* IPMI: fix hotmod remove lockCorey Minyard2007-10-181-9/+7
* IPMI: new NMI handlingCorey Minyard2007-10-181-41/+105
* IPMI: add polled interfaceCorey Minyard2007-10-183-47/+73
* IPMI: remove bogus semaphore from watchdogCorey Minyard2007-10-181-14/+3
* IPMI: don't init irq until readyCorey Minyard2007-10-181-4/+4
* Tweak /proc/ipmi removalAlexey Dobriyan2007-10-171-1/+1
* signedness: module_param_array nump argumentAl Viro2007-10-141-9/+9
OpenPOWER on IntegriCloud