summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/char/ipmi: Add powernv IPMI driverJeremy Kerr2014-12-113-0/+317
* ipmi: Add SMBus interface driver (SSIF)Corey Minyard2014-12-113-0/+1879
* ipmi: Remove the now unused priority from SMI senderCorey Minyard2014-12-112-4/+3
* ipmi: Remove the now unnecessary message queueCorey Minyard2014-12-111-78/+34
* ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard2014-12-111-40/+162
* ipmi: Move message sending into its own functionCorey Minyard2014-12-111-4/+9
* ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard2014-12-111-15/+16
* ipmi: Fix handling of BMC flagsCorey Minyard2014-12-111-37/+68
* ipmi: Initialize BMC device attributesCorey Minyard2014-12-111-0/+2
* ipmi: Unregister previously registered driver in error casetrenn@suse.de2014-12-111-0/+1
* ipmi: Fix a bug in hot add/removeCorey Minyard2014-12-111-1/+1
* ipmi: Remove useless sysfs_name parametersCorey Minyard2014-12-112-30/+5
* ipmi: clean up the device handling for the bmc deviceCorey Minyard2014-12-111-193/+92
* ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2014-12-112-7/+15
* 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
* ipmi: Clean up the error handling for channel config errorsCorey Minyard2014-10-071-6/+9
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-075-152/+251
|\
| * ipmi: boolify some thingsCorey Minyard2014-04-172-37/+35
| * ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard2014-04-172-96/+174
| * ipmi: Turn off default probing of interfacesCorey Minyard2014-04-172-1/+13
| * ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard2014-04-171-2/+3
| * ipmi: Fix a race restarting the timerBodo Stroesser2014-04-171-18/+28
| * Char: ipmi_bt_sm, fix infinite loopJiri Slaby2014-04-171-1/+1
* | 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: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi2014-01-253-7/+7
* 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: Initialize locals to avoid warningCorey Minyard2013-09-051-1/+1
* ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter2013-09-051-0/+1
* char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-171-3/+3
* ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise2013-05-161-1/+13
* ipmi: Improve error messages on failed irq enableCorey Minyard2013-05-161-6/+10
* drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang2013-05-161-2/+2
* drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu2013-05-161-2/+1
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-6/+6
* 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
OpenPOWER on IntegriCloud