aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)Author
2014-06-18ipmi: Fix a race restarting the timerBodo Stroesser
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven
2014-01-25ipmi: Cleanup error returnCorey Minyard
2014-01-25ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi
2014-01-25ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com
2013-05-16ipmi: Improve error messages on failed irq enableCorey Minyard
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-27ipmi: add options to disable openfirmware and PCI scanningCorey Minyard
2013-02-27ipmi: add new kernel options to prevent automatic ipmi initCorey Minyard
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-21char: remove use of __devexitBill Pemberton
2012-11-21char: remove use of __devinitdataBill Pemberton
2012-11-21char: remove use of __devinitBill Pemberton
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder
2012-10-16IPMI: Detect register spacing on PCI interfacesCorey Minyard
2012-07-10PM / IPMI: Remove empty legacy PCI PM callbacksRafael J. Wysocki
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28ipmi: simplify lockingCorey Minyard
2012-03-28ipmi: use a tasklet for handling received messagesCorey Minyard
2012-03-28ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-05-26ipmi: convert to seq_file interfaceAlexey Dobriyan
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-10ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng
2011-02-28ipmi: convert OF driver to platform driverRob Herring
2011-02-10char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driverCorey Minyard
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-12Merge branch 'ipmi' into releaseLen Brown
2011-01-12ACPICA: New GPE handler callback definitionLin Ming
2011-01-04ipmi: explicitly include of_address.h and of_irq.hRob Herring
2011-01-03of: Fixes for OF probing on little endian systemsRob Herring
2010-12-14IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui
2010-10-27ipmi: fix __init and __exit attribute locationsCorey Minyard
2010-10-26ipmi: proper spinlock initializationEric Dumazet
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-22ipmi: fix hardcoded ipmi device exit path warningYinghai Lu
2010-09-22ipmi: fix acpi probe printYinghai Lu
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-11ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu
2010-08-11ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu
2010-08-11drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock
2010-08-09ipmi: fix ACPI detection with regspacingYinghai Lu