summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)Author
2015-04-10ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches
2015-02-19ipmi: Update timespec usage to timespec64John Stultz
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11ipmi: Check the BT interrupt enable periodicallyCorey Minyard
2014-12-11ipmi: Fix attention handling for system interfacesCorey Minyard
2014-12-11ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard
2014-12-11ipmi: Remove the now unused priority from SMI senderCorey Minyard
2014-12-11ipmi: Remove the now unnecessary message queueCorey Minyard
2014-12-11ipmi: Fix handling of BMC flagsCorey Minyard
2014-12-11ipmi: Fix a bug in hot add/removeCorey Minyard
2014-12-11ipmi: Remove useless sysfs_name parametersCorey Minyard
2014-12-11ipmi: Move the address source to string to ipmi-generic codeCorey Minyard
2014-12-11ipmi: Ignore SSIF in the PNP handlingCorey Minyard
2014-10-20char: ipmi: drop owner assignment from platform_driversWolfram Sang
2014-10-07ipmi: Clear drvdata when interface is removedTakao Indoh
2014-10-07ipmi: work around gcc-4.9 build warningArnd Bergmann
2014-10-07ipmi/of: Don't use unavailable interfacesBenjamin Herrenschmidt
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang
2014-04-17ipmi: boolify some thingsCorey Minyard
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard
2014-04-17ipmi: Turn off default probing of interfacesCorey Minyard
2014-04-17ipmi: Fix a race restarting the timerBodo Stroesser
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker
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