summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-12-144-105/+133
|\
| * ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2016-12-122-1/+1
| * ipmi: Fix sequence number handlingCorey Minyard2016-11-241-4/+5
| * ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard2016-11-242-3/+40
| * ipmi_si: Clean up printksCorey Minyard2016-11-241-76/+54
| * Move platform device creation earlier in the initializationCorey Minyard2016-11-241-15/+31
| * ipmi_ssif: Remove an unused module parameterCorey Minyard2016-11-071-4/+0
| * ipmi: Periodically check for events, not messagesCorey Minyard2016-11-071-2/+2
* | ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater2016-11-171-2/+2
|/
* ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3
* ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-09-301-5/+0
* ipmi/bt-bmc: add a dependency on ARCH_ASPEEDCédric Le Goater2016-09-291-0/+1
* ipmi: Fix ioremap error handling in bt-bmcJoel Stanley2016-09-291-2/+2
* ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple2016-09-293-0/+518
* Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-1/+5
|\
| * i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-171-1/+5
* | ipmi: remove trydefaults parameter and default initTony Camuso2016-07-273-87/+2
* | ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura2016-06-131-2/+6
|/
* ipmi: Fix the I2C address extraction from SPMI tablesCorey Minyard2016-05-161-1/+1
* IPMI: reserve memio regions separatelyCorey Minyard2016-05-161-13/+27
* ipmi: Fix some minor coding style issuesCorey Minyard2016-05-161-13/+12
* ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-1/+1
* ipmi: do not probe ACPI devices if si_tryacpi is unsetJoe Lawrence2016-03-181-0/+3
* ipmi_si: Avoid a wrong long timeout on transaction doneCorey Minyard2016-03-181-2/+2
* ipmi_si: Fix module parameter doc namesCorey Minyard2016-03-181-2/+2
* ipmi_ssif: Fix logic around alert handlingCorey Minyard2016-03-181-9/+4
* ipmi: put acpi.h with the other headersTony Camuso2016-02-031-2/+1
* ipmi: Remove unnecessary pci_disable_device.Dave Jones2016-01-121-1/+0
* char: ipmi: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-01-121-1/+0
* ipmi: constify some struct and char arraysLABBE Corentin2016-01-122-14/+20
* ipmi: move timer init to before irq is setupJan Stancek2015-12-091-4/+4
* ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye2015-11-161-1/+7
* char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt2015-11-151-1/+1
* ipmi: Stop the timer immediately if idleCorey Minyard2015-11-151-0/+7
* ipmi: Start the timer and thread on internal msgsCorey Minyard2015-11-151-29/+44
* char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla2015-10-241-4/+5
* ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard2015-09-031-0/+8
* ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh2015-09-031-0/+1
* ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard2015-09-031-43/+137
* ipmi: Don't call receive handler in the panic contextHidehiro Kawai2015-09-031-1/+7
* ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai2015-09-031-0/+17
* ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-032-5/+8
* ipmi: Factor out message flushing procedureHidehiro Kawai2015-09-031-21/+18
* ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai2015-09-031-2/+0
* ipmi: Make some data const that was only readCorey Minyard2015-09-036-36/+39
* ipmi: constify SSIF ACPI device idsMathias Krause2015-09-031-1/+1
* ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring2015-09-031-3/+1
* char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2015-09-032-6/+6
* impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause2015-09-031-1/+0
OpenPOWER on IntegriCloud