aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Gravatar Geert Uytterhoeven 1-0/+1
2014-01-25ipmi: Cleanup error returnGravatar Corey Minyard 1-15/+29
2014-01-25ipmi: fix timeout calculation when bmc is disconnectedGravatar Xie XiuQi 1-1/+1
2014-01-25ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulGravatar Xie XiuQi 3-7/+7
2014-01-25ipmi: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+2
2013-09-05BMC support for PARISC machinesGravatar Thomas Bogendoerfer 1-0/+75
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsGravatar Jordan_Hargrave@Dell.com 1-0/+2
2013-09-05ipmi: Initialize locals to avoid warningGravatar Corey Minyard 1-1/+1
2013-09-05ipmi: info leak in compat_ipmi_ioctl()Gravatar Dan Carpenter 1-0/+1
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-3/+3
2013-05-16ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexGravatar Benjamin LaHaise 1-1/+13
2013-05-16ipmi: Improve error messages on failed irq enableGravatar Corey Minyard 1-6/+10
2013-05-16drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowGravatar Chen Gang 1-2/+2
2013-05-16drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupGravatar Alexandru Gheorghiu 1-2/+1
2013-05-01proc: Supply a function to remove a proc entry by PDEGravatar David Howells 1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 2-6/+6
2013-02-27ipmi: add options to disable openfirmware and PCI scanningGravatar Corey Minyard 1-10/+28
2013-02-27ipmi: add new kernel options to prevent automatic ipmi initGravatar Corey Minyard 1-4/+24
2013-01-03Drivers: char: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2012-11-21char: remove use of __devexitGravatar Bill Pemberton 1-3/+3
2012-11-21char: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-21char: remove use of __devinitGravatar Bill Pemberton 1-12/+12
2012-11-19various: Fix spelling of "asynchronous" in comments.Gravatar Adam Buchbinder 2-2/+2
2012-10-16IPMI: Detect register spacing on PCI interfacesGravatar Corey Minyard 1-2/+34
2012-10-16IPMI: Fix some uninitialized warningGravatar Corey Minyard 1-1/+1
2012-07-23char/ipmi: remove local ioctl defines replaced by generic onesGravatar Oskar Schirmer 1-13/+0
2012-07-10PM / IPMI: Remove empty legacy PCI PM callbacksGravatar Rafael J. Wysocki 1-16/+0
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 4-168/+171
2012-03-28ipmi: use locks on watchdog timeout set on rebootGravatar Corey Minyard 1-2/+2
2012-03-28ipmi: simplify lockingGravatar Corey Minyard 1-33/+21
2012-03-28ipmi: fix message handling during panicsGravatar Corey Minyard 2-64/+56
2012-03-28ipmi: use a tasklet for handling received messagesGravatar Corey Minyard 2-67/+88
2012-03-28ipmi: increase KCS timeoutsGravatar Matthew Garrett 1-2/+2
2012-03-28ipmi: decrease the IPMI message transaction time in interrupt modeGravatar Srinivas_Gowda 1-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 3-3/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 3-3/+0
2012-03-27watchdog: nowayout is boolGravatar Wim Van Sebroeck 1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-12-20ipmi_watchdog: restore settings when BMC resetGravatar Corey Minyard 1-3/+38
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Gravatar Justin P. Mattock 1-1/+1
2011-10-10x86, nmi: Wire up NMI handlers to new routinesGravatar Don Zickus 1-22/+11
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-05-26ipmi: convert to seq_file interfaceGravatar Alexey Dobriyan 2-85/+141
2011-05-18drivercore: revert addition of of_match to struct deviceGravatar Grant Likely 1-2/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-3/+3
2011-03-23drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchGravatar Sergey Senozhatsky 1-1/+1
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-47/+23
2011-03-10ipmi: Fix IPMI errors due to timing problemsGravatar Doe, YiCheng 1-0/+8