summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-06-054-38/+18
|\
| * ipmi:ssif: Remove dynamic platform device handingCorey Minyard2020-05-271-22/+1
| * Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard2020-05-181-0/+1
| * ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes2020-05-181-0/+2
| * ipmi:bt-bmc: Fix error handling and status checkTang Bin2020-05-181-6/+6
| * ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko2020-05-181-1/+1
| * ipmi: use vzalloc instead of kmalloc for user creationFeng Tang2020-05-181-3/+4
| * ipmi:bt-bmc: Fix some format issue of the codeTang Bin2020-05-181-3/+3
| * ipmi:bt-bmc: Avoid unnecessary checkTang Bin2020-05-181-3/+0
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-013-3/+3
|\ \ | |/ |/|
| * docs: fix references for ipmi.rst fileMauro Carvalho Chehab2020-05-153-3/+3
* | char: ipmi: convert to use i2c_new_client_device()Wolfram Sang2020-05-141-2/+2
|/
* ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter2020-04-071-1/+1
* ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge2020-04-031-0/+2
* ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery2020-04-031-23/+121
* ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery2020-04-031-3/+4
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-031-2/+2
* drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover2020-03-121-4/+10
* ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai2020-03-111-2/+2
* drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King2020-01-201-1/+1
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2019-12-231-3/+7
* drivers: ipmi: Modify max length of IPMB packetVijay Khemka2019-12-111-1/+1
* drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka2019-12-111-0/+29
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\
| * compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
* | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-271-49/+49
|\ \
| * | char: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-49/+49
| * | char: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-10/+10
| |/
* | ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck2019-11-221-3/+3
* | ipmi: kill off 'timespec' usage againArnd Bergmann2019-11-081-27/+13
* | drivers: ipmi: Support for both IPMB Req and RespVijay Khemka2019-11-071-22/+9
* | ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2019-10-221-1/+4
* | ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-221-3/+1
* | ipmi: use %*ph to print small bufferAndy Shevchenko2019-10-221-23/+4
* | ipmi: Don't allow device module unload when in useCorey Minyard2019-10-221-7/+16
|/
* ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen2019-09-121-2/+1
* ipmi: move message error checking to avoid deadlockTony Camuso2019-08-221-57/+57
* ipmi_ssif: avoid registering duplicate ssif interfaceKamlakant Patel2019-08-221-1/+77
* ipmi: Free receive messages when in an oopsCorey Minyard2019-08-161-2/+5
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-08-051-5/+19
* ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard2019-08-021-16/+16
* ipmi_si: Convert device attr permissions to octalCorey Minyard2019-08-021-4/+4
* ipmi_si: Rework some include filesCorey Minyard2019-08-0210-59/+68
* ipmi_si: Convert timespec64 to timespecCorey Minyard2019-07-311-16/+16
* Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi2019-07-241-1/+1
* Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-136-4/+386
|\
| * fix platform_no_drv_owner.cocci warningskbuild test robot2019-06-231-1/+0
| * ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann2019-06-191-10/+11
| * ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing2019-06-121-0/+1
| * Add support for IPMB driverAsmaa Mnebhi2019-06-103-0/+373