aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ipmi: Fix mem leak in try_init_dmi()Jesper Juhl2007-07-311-0/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni2007-07-161-1/+1
* drivers/char/ipmi/ipmi_poweroff.c: lower printk severityDan Aloni2007-07-161-1/+1
* Use menuconfig objects II - IPMIJan Engelhardt2007-07-161-10/+5
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-10/+0
* Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds2007-05-141-92/+42
* IPMI: Add PPC openfirmware unregisterChristian Krafft2007-05-121-0/+4
* IPMI: fix SI address space settingsCorey Minyard2007-05-121-2/+2
* [S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky2007-05-101-0/+2
* no longer #include <asm/kdebug.h>Adrian Bunk2007-05-081-1/+0
* move die notifier handling to common codeChristoph Hellwig2007-05-081-0/+1
* ipmi: add pci remove handlingCorey Minyard2007-05-081-0/+3
* ipmi: add new IPMI nmi watchdog handlingCorey Minyard2007-05-081-42/+94