aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-19sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman1-0/+10
2010-03-12ipmi: fix slave_addrs setting to actually workBela Lubkin1-2/+3
2010-03-12ipmi: add parameter to limit CPU usage in kipmidMartin Wilck1-2/+64
2009-12-30ACPI: fix ACPI=n allmodconfig buildIngo Molnar1-2/+2
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-9/+109
2009-12-16drivers/char/ipmi: Use KCS_IDLE_STATEJulia Lawall1-1/+1
2009-12-16Merge branch 'ipmi' into releaseLen Brown1-9/+109
2009-12-15ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas1-0/+104
2009-12-15ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas1-5/+5
2009-12-15ipmi: remove unused PCI probe codeBjorn Helgaas1-4/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-6/+3
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan2-0/+2
2009-09-21trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe1-2/+2
2009-06-15ipmi: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-05-22ipmi: fix ipmi_si modprobe hangCorey Minyard1-6/+7
2009-04-21ipmi: add oem message handlingdann frazier1-5/+133
2009-04-21ipmi: fix statistics counting issuesCorey Minyard1-22/+51
2009-04-21ipmi: test for event buffer before usingCorey Minyard1-29/+119
2009-04-21ipmi: fix platform return checkCorey Minyard1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-11/+7
2008-11-12Fix platform drivers that crash on suspend/resumeDarrick J. Wong2-16/+20
2008-11-01saner FASYNC handling on file closeAl Viro2-3/+0
2008-10-30ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant1-0/+1
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+1
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala1-1/+1
2008-08-20drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton1-5/+3
2008-07-30ipmi/powerpc: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-2/+2
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-2/+1
2008-07-11[PATCH] IPMI: return correct value from ipmi_writeMark Rustad1-2/+1
2008-07-02ipmi: fasync BKL pushdownJonathan Corbet1-0/+2
2008-06-20ipmi-watchdog: BKL pushdownArnd Bergmann1-0/+3
2008-06-20ipmi: cdev lock_kernel() pushdownJonathan Corbet1-2/+6
2008-05-14ipmi: support I/O resources in OF driverNate Case1-2/+8
2008-04-29ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk1-1/+1
2008-04-29ipmi: make alloc_recv_msg staticAdrian Bunk1-1/+1
2008-04-29ipmi: remove ->write_proc codeAlexey Dobriyan2-8/+7
2008-04-29ipmi: remove unused target and action in MakefileDenis Cheng1-4/+0
2008-04-29IPMI: Style fixes in the misc codeCorey Minyard2-201/+227
2008-04-29IPMI: Style fixes in the system interface codeCorey Minyard5-436/+574
2008-04-29ipmi: style fixes in the base codeCorey Minyard1-414/+581
2008-04-29IPMI: Convert system interface defines to an enumCorey Minyard1-17/+43
2008-04-29ipmi: convert locked counters to atomics in the system interfaceCorey Minyard1-74/+66
2008-04-29IPMI: convert message handler defines to an enumCorey Minyard1-58/+67
2008-04-29ipmi: convert locked counters to atomicsKonstantin Baydarov1-248/+194
2008-04-29ipmi: update driver versionCorey Minyard1-1/+1
2008-04-29ipmi: don't print event queue full on every eventCorey Minyard1-4/+11
2008-04-29ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov2-8/+28
2008-04-29ipmi: run to completion fixesCorey Minyard3-36/+35