summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorLines
2021-01-28ipmi: remove open coded version of SMBus block writeWolfram Sang-12/+12
2020-12-16char: ipmi: convert comma to semicolonZheng Yongjun-3/+3
2020-11-19ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao-1/+2
2020-11-17ipmi/watchdog: replace atomic_add() and atomic_sub()Yejune Deng-4/+4
2020-10-27char: ipmi: remove unneeded breakTom Rix-1/+0
2020-10-14Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-36/+89
2020-10-05ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang-1/+1
2020-09-18ipmi: msghandler: Fix a signedness bugDan Carpenter-2/+2
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian-2/+17
2020-09-15ipmi: Clean up some printksCorey Minyard-19/+29
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian-4/+25
2020-09-15ipmi:sm: Print current state when the state is invalidXianting Tian-3/+9
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme-1/+3
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais-7/+6
2020-07-21ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang-2/+7
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng-2/+0
2020-06-24ipmi: ssif: Remove finished TODO comment about SMBus alertMisono Tomohiro-5/+0
2020-06-05Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-38/+18
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-3/+3
2020-05-27ipmi:ssif: Remove dynamic platform device handingCorey Minyard-22/+1
2020-05-18Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard-0/+1
2020-05-18ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes-0/+2
2020-05-18ipmi:bt-bmc: Fix error handling and status checkTang Bin-6/+6
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko-1/+1
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationFeng Tang-3/+4
2020-05-18ipmi:bt-bmc: Fix some format issue of the codeTang Bin-3/+3
2020-05-18ipmi:bt-bmc: Avoid unnecessary checkTang Bin-3/+0
2020-05-15docs: fix references for ipmi.rst fileMauro Carvalho Chehab-3/+3
2020-05-14char: ipmi: convert to use i2c_new_client_device()Wolfram Sang-2/+2
2020-04-07ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter-1/+1
2020-04-03ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge-0/+2
2020-04-03ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery-23/+121
2020-04-03ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery-3/+4
2020-04-03ipmi: fix hung processes in __get_guid()Wen Yang-2/+2
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover-4/+10
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai-2/+2
2020-01-20drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King-1/+1
2019-12-23ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard-3/+7
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka-1/+1
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka-0/+29
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-49/+49
2019-11-22ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck-3/+3
2019-11-21char: Fix Kconfig indentation, continuedKrzysztof Kozlowski-49/+49
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski-10/+10
2019-11-08ipmi: kill off 'timespec' usage againArnd Bergmann-27/+13
2019-11-07drivers: ipmi: Support for both IPMB Req and RespVijay Khemka-22/+9
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann-0/+1