summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* IPMI: add 0.9 supportCorey Minyard2007-10-181-13/+2Star
* IPMI: fix hotmod remove lockCorey Minyard2007-10-181-9/+7Star
* 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/+3Star
* 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-121-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-101-4/+5
| |_|/ |/| |
* | | pci: fix unterminated pci_device_id listsKees Cook2007-09-191-1/+2
| |/ |/|
* | IPMI: fix warning in ipmi_si_intf.cMijo Safradin2007-08-231-1/+1
|/
* ipmi: Fix mem leak in try_init_dmi()Jesper Juhl2007-08-011-0/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* 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/+5Star
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-10/+0Star
* Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds2007-05-151-92/+42Star
* 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/+0Star
* 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
* ipmi: allow shared interruptsCorey Minyard2007-05-081-35/+89
* ipmi: add powerpc openfirmware sensingCorey Minyard2007-05-081-0/+108
* [PATCH] ipmi: check, if default ports are accessible on PPCChristian Krafft2007-03-051-0/+5
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: ipmi: remove unnecessary insert_at_head flagEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-142-2/+0Star
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0Star
* [PATCH] IPMI: Fix some RCU problemsCorey Minyard2007-02-111-7/+22
* ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-031-10/+8Star
* [PATCH] IPMI: fix timeout list handlingDavid Barksdale2007-01-311-2/+1Star
* [PATCH] Fix IPMI watchdog set_param_str() using kstrdupSebastien Dugué2006-12-301-6/+5Star
* [PATCH] IPMI: misc fixesCorey Minyard2006-12-102-58/+68
* [PATCH] IPMI: remove zero initsRandy Dunlap2006-12-106-23/+25
* [PATCH] struct path: convert ipmiJosef Sipek2006-12-081-2/+2
* [PATCH] IPMI: fix PROC_FS=n warningsRandy Dunlap2006-12-072-1/+3
* [PATCH] IPMI: increase KCS message sizeCorey Minyard2006-12-071-2/+2
* [PATCH] IPMI: Fix BT long busyCorey Minyard2006-12-074-264/+417
* [PATCH] IPMI: fix pci warningCorey Minyard2006-12-071-1/+6
* [PATCH] IPMI: add pigeonpoint poweroffCorey Minyard2006-12-071-1/+51
* [PATCH] IPMI: system interface hotplugCorey Minyard2006-12-071-23/+297