aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2010-05-27ipmi: handle run_to_completion properly in deliver_recv_msg()Gravatar Jiri Kosina 1-3/+8
2010-05-27ipmi: update driver to use dev_printk and its constructsGravatar Myron Stowe 2-127/+107
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceGravatar Myron Stowe 1-1/+1
2010-05-27ipmi: change timeout and event poll to one secondGravatar Corey Minyard 1-2/+2
2010-05-27ipmi: attempt to register multiple SIs of the same typeGravatar Matthew Garrett 1-7/+21
2010-05-27ipmi: reduce pollingGravatar Matthew Garrett 1-7/+13
2010-05-27ipmi: reduce polling when interrupts are availableGravatar Matthew Garrett 1-2/+10
2010-05-27ipmi: change device discovery orderGravatar Matthew Garrett 1-11/+12
2010-05-27ipmi: only register one si per bmcGravatar Matthew Garrett 1-2/+27
2010-05-27ipmi: split device discovery and registrationGravatar Matthew Garrett 1-46/+84
2010-05-27ipmi: change addr_source to an enum rather than stringsGravatar Matthew Garrett 1-19/+25
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Linus Torvalds 2-7/+36
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-2/+2
2010-05-17drivers: Push down BKL into various driversGravatar Arnd Bergmann 2-7/+36
2010-03-19sysfs: fix sysfs lockdep warning in ipmi codeGravatar Greg Kroah-Hartman 1-0/+10
2010-03-12ipmi: fix slave_addrs setting to actually workGravatar Bela Lubkin 1-2/+3
2010-03-12ipmi: add parameter to limit CPU usage in kipmidGravatar Martin Wilck 1-2/+64
2009-12-30ACPI: fix ACPI=n allmodconfig buildGravatar Ingo Molnar 1-2/+2
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-9/+109
2009-12-16drivers/char/ipmi: Use KCS_IDLE_STATEGravatar Julia Lawall 1-1/+1
2009-12-16Merge branch 'ipmi' into releaseGravatar Len Brown 1-9/+109
2009-12-15ipmi: add PNP discovery (ACPI namespace via PNPACPI)Gravatar Bjorn Helgaas 1-0/+104
2009-12-15ipmi: refer to table as "SPMI", not "ACPI"Gravatar Bjorn Helgaas 1-5/+5
2009-12-15ipmi: remove unused PCI probe codeGravatar Bjorn Helgaas 1-4/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-6/+3
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 2-0/+2
2009-09-21trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cGravatar Peter Huewe 1-2/+2
2009-06-15ipmi: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-2/+2
2009-05-22ipmi: fix ipmi_si modprobe hangGravatar Corey Minyard 1-6/+7
2009-04-21ipmi: add oem message handlingGravatar dann frazier 1-5/+133
2009-04-21ipmi: fix statistics counting issuesGravatar Corey Minyard 1-22/+51
2009-04-21ipmi: test for event buffer before usingGravatar Corey Minyard 1-29/+119
2009-04-21ipmi: fix platform return checkGravatar Corey Minyard 1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 2-11/+7
2008-11-12Fix platform drivers that crash on suspend/resumeGravatar Darrick J. Wong 2-16/+20
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 2-3/+0
2008-10-30ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siGravatar Scott James Remnant 1-0/+1
2008-10-16device create: char: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-1/+1
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksGravatar Kumar Gala 1-1/+1
2008-08-20drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakGravatar Andrew Morton 1-5/+3
2008-07-30ipmi/powerpc: Use linux/of_{device,platform}.h instead of asmGravatar Stephen Rothwell 1-2/+2
2008-07-21device create: char: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-1/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 1-2/+1
2008-07-11[PATCH] IPMI: return correct value from ipmi_writeGravatar Mark Rustad 1-2/+1
2008-07-02ipmi: fasync BKL pushdownGravatar Jonathan Corbet 1-0/+2
2008-06-20ipmi-watchdog: BKL pushdownGravatar Arnd Bergmann 1-0/+3
2008-06-20ipmi: cdev lock_kernel() pushdownGravatar Jonathan Corbet 1-2/+6
2008-05-14ipmi: support I/O resources in OF driverGravatar Nate Case 1-2/+8