summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven2014-01-301-0/+1
* ipmi: Cleanup error returnCorey Minyard2014-01-261-15/+29
* ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi2014-01-261-1/+1
* ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi2014-01-263-7/+7
* ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-01-261-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-181-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/+1Star
* 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-281-10/+28
* ipmi: add new kernel options to prevent automatic ipmi initCorey Minyard2013-02-281-4/+24
* Drivers: char: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-132-2/+2
|\
| * various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-192-2/+2
* | 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-171-2/+34
* IPMI: Fix some uninitialized warningCorey Minyard2012-10-171-1/+1
* char/ipmi: remove local ioctl defines replaced by generic onesOskar Schirmer2012-07-231-13/+0Star
* PM / IPMI: Remove empty legacy PCI PM callbacksRafael J. Wysocki2012-07-101-16/+0Star
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-294-168/+171
|\
| * ipmi: use locks on watchdog timeout set on rebootCorey Minyard2012-03-291-2/+2
| * ipmi: simplify lockingCorey Minyard2012-03-291-33/+21Star
| * ipmi: fix message handling during panicsCorey Minyard2012-03-292-64/+56Star
| * ipmi: use a tasklet for handling received messagesCorey Minyard2012-03-292-67/+88
| * ipmi: increase KCS timeoutsMatthew Garrett2012-03-291-2/+2
| * ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda2012-03-291-1/+3
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-293-3/+0Star
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0Star
| |/
* / watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | ipmi_watchdog: restore settings when BMC resetCorey Minyard2011-12-201-3/+38
|/
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-22/+11Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-272-85/+141
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky2011-03-241-1/+1
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-171-47/+23Star
|\
| * ipmi: convert OF driver to platform driverRob Herring2011-02-281-47/+23Star