aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-111-3/+3
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-09-201-1/+2
| |\
| * \ Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-08-281-1/+1
| |\ \
| * | | [POWERPC] Use of_get_property in ipmi codeStephen Rothwell2007-08-171-3/+3
* | | | drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-091-4/+5
| |_|/ |/| |
* | | pci: fix unterminated pci_device_id listsKees Cook2007-09-191-1/+2
| |/ |/|
* | IPMI: fix warning in ipmi_si_intf.cMijo Safradin2007-08-221-1/+1
|/