summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorLines
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar-152/+251
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang-1/+1
2014-04-17ipmi: boolify some thingsCorey Minyard-37/+35
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard-96/+174
2014-04-17ipmi: Turn off default probing of interfacesCorey Minyard-1/+13
2014-04-17ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard-2/+3
2014-04-17ipmi: Fix a race restarting the timerBodo Stroesser-18/+28
2014-04-17Char: ipmi_bt_sm, fix infinite loopJiri Slaby-1/+1
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven-0/+1
2014-01-25ipmi: Cleanup error returnCorey Minyard-15/+29
2014-01-25ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi-1/+1
2014-01-25ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi-7/+7
2014-01-25ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker-2/+2
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer-0/+75
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com-0/+2
2013-09-05ipmi: Initialize locals to avoid warningCorey Minyard-1/+1
2013-09-05ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter-0/+1
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches-3/+3
2013-05-16ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise-1/+13
2013-05-16ipmi: Improve error messages on failed irq enableCorey Minyard-6/+10
2013-05-16drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang-2/+2
2013-05-16drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu-2/+1
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-6/+6
2013-02-27ipmi: add options to disable openfirmware and PCI scanningCorey Minyard-10/+28
2013-02-27ipmi: add new kernel options to prevent automatic ipmi initCorey Minyard-4/+24
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman-3/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2012-11-21char: remove use of __devexitBill Pemberton-3/+3
2012-11-21char: remove use of __devinitdataBill Pemberton-1/+1
2012-11-21char: remove use of __devinitBill Pemberton-12/+12
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder-2/+2
2012-10-16IPMI: Detect register spacing on PCI interfacesCorey Minyard-2/+34
2012-10-16IPMI: Fix some uninitialized warningCorey Minyard-1/+1
2012-07-23char/ipmi: remove local ioctl defines replaced by generic onesOskar Schirmer-13/+0
2012-07-10PM / IPMI: Remove empty legacy PCI PM callbacksRafael J. Wysocki-16/+0
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-168/+171
2012-03-28ipmi: use locks on watchdog timeout set on rebootCorey Minyard-2/+2
2012-03-28ipmi: simplify lockingCorey Minyard-33/+21
2012-03-28ipmi: fix message handling during panicsCorey Minyard-64/+56
2012-03-28ipmi: use a tasklet for handling received messagesCorey Minyard-67/+88
2012-03-28ipmi: increase KCS timeoutsMatthew Garrett-2/+2
2012-03-28ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-3/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-3/+0
2012-03-27watchdog: nowayout is boolWim Van Sebroeck-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-12-20ipmi_watchdog: restore settings when BMC resetCorey Minyard-3/+38