aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-28[WATCHDOG] ipmi: add the standard watchdog timeout ioctlsCorey Minyard1-0/+2
2007-10-18IPMI: add 0.9 supportCorey Minyard1-13/+2
2007-10-18IPMI: fix hotmod remove lockCorey Minyard1-9/+7
2007-10-18IPMI: new NMI handlingCorey Minyard1-41/+105
2007-10-18IPMI: add polled interfaceCorey Minyard3-47/+73
2007-10-18IPMI: remove bogus semaphore from watchdogCorey Minyard1-14/+3
2007-10-18IPMI: don't init irq until readyCorey Minyard1-4/+4
2007-10-17Tweak /proc/ipmi removalAlexey Dobriyan1-1/+1
2007-10-14signedness: module_param_array nump argumentAl Viro1-9/+9
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de1-3/+3
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+3
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-4/+5
2007-09-20Merge branch 'linux-2.6'Paul Mackerras1-1/+2
2007-09-19pci: fix unterminated pci_device_id listsKees Cook1-1/+2
2007-08-28Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-1/+1
2007-08-22IPMI: fix warning in ipmi_si_intf.cMijo Safradin1-1/+1
2007-08-17[POWERPC] Use of_get_property in ipmi codeStephen Rothwell1-3/+3
2007-07-31ipmi: Fix mem leak in try_init_dmi()Jesper Juhl1-0/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-16drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni1-1/+1
2007-07-16drivers/char/ipmi/ipmi_poweroff.c: lower printk severityDan Aloni1-1/+1
2007-07-16Use menuconfig objects II - IPMIJan Engelhardt1-10/+5
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-10/+0
2007-05-14Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds1-92/+42
2007-05-12IPMI: Add PPC openfirmware unregisterChristian Krafft1-0/+4
2007-05-12IPMI: fix SI address space settingsCorey Minyard1-2/+2
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky1-0/+2
2007-05-08no longer #include <asm/kdebug.h>Adrian Bunk1-1/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-0/+1
2007-05-08ipmi: add pci remove handlingCorey Minyard1-0/+3
2007-05-08ipmi: add new IPMI nmi watchdog handlingCorey Minyard1-42/+94
2007-05-08ipmi: allow shared interruptsCorey Minyard1-35/+89
2007-05-08ipmi: add powerpc openfirmware sensingCorey Minyard1-0/+108
2007-03-05[PATCH] ipmi: check, if default ports are accessible on PPCChristian Krafft1-0/+5
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: ipmi: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-11[PATCH] IPMI: Fix some RCU problemsCorey Minyard1-7/+22
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-10/+8
2007-01-30[PATCH] IPMI: fix timeout list handlingDavid Barksdale1-2/+1
2006-12-30[PATCH] Fix IPMI watchdog set_param_str() using kstrdupSebastien Dugué1-6/+5
2006-12-10[PATCH] IPMI: misc fixesCorey Minyard2-58/+68
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap6-23/+25
2006-12-08[PATCH] struct path: convert ipmiJosef Sipek1-2/+2
2006-12-07[PATCH] IPMI: fix PROC_FS=n warningsRandy Dunlap2-1/+3
2006-12-07[PATCH] IPMI: increase KCS message sizeCorey Minyard1-2/+2
2006-12-07[PATCH] IPMI: Fix BT long busyCorey Minyard4-264/+417
2006-12-07[PATCH] IPMI: fix pci warningCorey Minyard1-1/+6
2006-12-07[PATCH] IPMI: add pigeonpoint poweroffCorey Minyard1-1/+51