aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2011-03-10ipmi: Fix IPMI errors due to timing problemsGravatar Doe, YiCheng 1-0/+8
2011-02-10char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driverGravatar Corey Minyard 1-10/+2
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 2-5/+45
2011-01-12Merge branch 'ipmi' into releaseGravatar Len Brown 2-4/+43
2011-01-12ACPICA: New GPE handler callback definitionGravatar Lin Ming 1-1/+2
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2011-01-07x86: Convert some devices to use DIE_NMIUNKNOWNGravatar Don Zickus 1-1/+1
2011-01-04ipmi: explicitly include of_address.h and of_irq.hGravatar Rob Herring 1-0/+2
2011-01-03of: Fixes for OF probing on little endian systemsGravatar Rob Herring 1-4/+4
2010-12-14IPMI: Add one interface to get more info of low-level IPMI deviceGravatar Zhao Yakui 2-4/+43
2010-10-27drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-27ipmi: fix __init and __exit attribute locationsGravatar Corey Minyard 3-11/+11
2010-10-26ipmi: proper spinlock initializationGravatar Eric Dumazet 1-11/+19
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-3/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-0/+2
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-11/+11
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 2-3/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-0/+2
2010-09-22ipmi: fix hardcoded ipmi device exit path warningGravatar Yinghai Lu 1-1/+6
2010-09-22ipmi: fix acpi probe printGravatar Yinghai Lu 1-5/+5
2010-09-15ipmi: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 2-11/+11
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-15/+27
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2010-08-11ipmi: print info for spmi and smbios paths like acpi and pciGravatar Yinghai Lu 1-1/+11
2010-08-11ipmi: fix memleaking for add_smi when duplicating happenGravatar Yinghai Lu 1-7/+28
2010-08-11drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Gravatar Justin P. Mattock 1-8/+2
2010-08-11param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeGravatar Rusty Russell 1-15/+27
2010-08-09ipmi: fix ACPI detection with regspacingGravatar Yinghai Lu 1-0/+8
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-06-29ipmi: set schedule_timeout_wait() value back to oneGravatar Martin Wilck 1-1/+1
2010-06-29ipmi: make sure drivers were registered before unregistering themGravatar Matthew Garrett 1-4/+17
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