summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard2022-06-091-2/+2
* ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard2022-06-091-0/+23
* ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo2021-12-291-6/+9
* ipmi: ssif: initialize ssif_info->client earlyMian Yousaf Kaukab2021-12-291-3/+4
* ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo2021-12-291-1/+3
* ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo2021-12-291-1/+1
* ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun2021-12-081-1/+1
* ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki2021-12-081-1/+12
* ipmi: Disable some operations during a panicCorey Minyard2021-11-182-8/+19
* ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu2021-07-191-10/+12
* 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
|\ \