summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds5-36/+89
2020-10-05ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang1-1/+1
2020-09-19ipmi: msghandler: Fix a signedness bugDan Carpenter2-2/+2
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian2-2/+17
2020-09-15ipmi: Clean up some printksCorey Minyard3-19/+29
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian1-4/+25
2020-09-15ipmi:sm: Print current state when the state is invalidXianting Tian3-3/+9
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme1-1/+3
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang1-4/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais1-7/+6
2020-07-21ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang1-2/+7
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng1-2/+0
2020-06-24ipmi: ssif: Remove finished TODO comment about SMBus alertMisono Tomohiro1-5/+0
2020-06-05Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds4-38/+18
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2020-05-28ipmi:ssif: Remove dynamic platform device handingCorey Minyard1-22/+1
2020-05-18Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard1-0/+1
2020-05-18ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes1-0/+2
2020-05-18ipmi:bt-bmc: Fix error handling and status checkTang Bin1-6/+6
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko1-1/+1
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-05-18ipmi:bt-bmc: Fix some format issue of the codeTang Bin1-3/+3
2020-05-18ipmi:bt-bmc: Avoid unnecessary checkTang Bin1-3/+0
2020-05-15docs: fix references for ipmi.rst fileMauro Carvalho Chehab3-3/+3
2020-05-14char: ipmi: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-04-07ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter1-1/+1
2020-04-03ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge1-0/+2
2020-04-03ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery1-23/+121
2020-04-03ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery1-3/+4
2020-04-03ipmi: fix hung processes in __get_guid()Wen Yang1-2/+2
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover1-4/+10
2020-03-12ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai1-2/+2
2020-01-20drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King1-1/+1
2019-12-23ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka1-1/+1
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka1-0/+29
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-49/+49
2019-11-22ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck1-3/+3
2019-11-21char: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-49/+49
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski1-10/+10
2019-11-09ipmi: kill off 'timespec' usage againArnd Bergmann1-27/+13
2019-11-07drivers: ipmi: Support for both IPMB Req and RespVijay Khemka1-22/+9
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-0/+1
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-10-22ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko1-23/+4
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-09-13ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen1-2/+1