summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-10-145-36/+89
|\
| * ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang2020-10-051-1/+1
| * ipmi: msghandler: Fix a signedness bugDan Carpenter2020-09-182-2/+2
| * ipmi: add retry in try_get_dev_id()Xianting Tian2020-09-162-2/+17
| * ipmi: Clean up some printksCorey Minyard2020-09-153-19/+29
| * ipmi:msghandler: retry to get device id on an errorXianting Tian2020-09-151-4/+25
| * ipmi:sm: Print current state when the state is invalidXianting Tian2020-09-153-3/+9
| * ipmi: Reset response handler when failing to send the commandMarkus Boehme2020-09-151-1/+3
| * ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang2020-09-031-4/+4
| * char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-7/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang2020-07-211-2/+7
* ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng2020-07-201-2/+0
* ipmi: ssif: Remove finished TODO comment about SMBus alertMisono Tomohiro2020-06-241-5/+0
* 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