summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard2015-04-101-7/+102
* ipmi: Fix a memory ordering issueCorey Minyard2015-02-191-4/+10
* ipmi: Remove uses of return value of seq_printfJoe Perches2015-02-191-11/+15
* ipmi: Update timespec usage to timespec64John Stultz2015-02-191-12/+13
* ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz2015-02-191-40/+21
* drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause2015-02-191-1/+0
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * char: ipmi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | ipmi: Check the BT interrupt enable periodicallyCorey Minyard2014-12-111-2/+25
* | ipmi: Fix attention handling for system interfacesCorey Minyard2014-12-111-15/+30
* | ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard2014-12-111-96/+101
* | ipmi: Remove the now unused priority from SMI senderCorey Minyard2014-12-111-2/+1
* | ipmi: Remove the now unnecessary message queueCorey Minyard2014-12-111-78/+34
* | ipmi: Fix handling of BMC flagsCorey Minyard2014-12-111-37/+68
* | ipmi: Fix a bug in hot add/removeCorey Minyard2014-12-111-1/+1
* | ipmi: Remove useless sysfs_name parametersCorey Minyard2014-12-111-1/+0
* | ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2014-12-111-7/+3
* | ipmi: Ignore SSIF in the PNP handlingCorey Minyard2014-12-111-0/+5
|/
* ipmi: Clear drvdata when interface is removedTakao Indoh2014-10-071-0/+3
* ipmi: work around gcc-4.9 build warningArnd Bergmann2014-10-071-3/+3
* ipmi/of: Don't use unavailable interfacesBenjamin Herrenschmidt2014-10-071-0/+3
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-071-54/+91
|\
| * ipmi: boolify some thingsCorey Minyard2014-04-171-25/+25
| * ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard2014-04-171-12/+39
| * ipmi: Turn off default probing of interfacesCorey Minyard2014-04-171-1/+1
| * ipmi: Fix a race restarting the timerBodo Stroesser2014-04-171-18/+28
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
|/
* drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-071-1/+0
* ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven2014-01-301-0/+1
* ipmi: Cleanup error returnCorey Minyard2014-01-251-15/+29
* ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi2014-01-251-1/+1
* ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-01-251-2/+2
* BMC support for PARISC machinesThomas Bogendoerfer2013-09-051-0/+75
* Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com2013-09-051-0/+2
* ipmi: Improve error messages on failed irq enableCorey Minyard2013-05-161-6/+10
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+3
* ipmi: add options to disable openfirmware and PCI scanningCorey Minyard2013-02-271-10/+28
* ipmi: add new kernel options to prevent automatic ipmi initCorey Minyard2013-02-271-4/+24
* Drivers: char: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-1/+1
* | char: remove use of __devexitBill Pemberton2012-11-211-3/+3
* | char: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* | char: remove use of __devinitBill Pemberton2012-11-211-12/+12
|/
* IPMI: Detect register spacing on PCI interfacesCorey Minyard2012-10-161-2/+34
* PM / IPMI: Remove empty legacy PCI PM callbacksRafael J. Wysocki2012-07-101-16/+0
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-46/+26
|\
| * ipmi: simplify lockingCorey Minyard2012-03-281-33/+21
| * ipmi: use a tasklet for handling received messagesCorey Minyard2012-03-281-12/+2
| * ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda2012-03-281-1/+3