summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET2023-02-101-1/+1
* ipmi:ssif: Add a timer between request retriesCorey Minyard2023-02-101-7/+27
* ipmi:ssif: Remove rtc_us_timerCorey Minyard2023-02-101-9/+0
* ipmi_ssif: Rename idle state and checkCorey Minyard2023-02-101-23/+23
* ipmi:ssif: resend_msg() cannot failCorey Minyard2023-02-101-21/+7
* ipmi/watchdog: use strscpy() to instead of strncpy()yang.yang29@zte.com.cn2022-12-051-2/+1
* ipmi: ssif_bmc: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-211-2/+2
* ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter2022-11-151-1/+3
* ipmi/watchdog: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2022-11-051-0/+1
* ipmi:ssif: Increase the message retry timeCorey Minyard2022-11-031-1/+1
* ipmi: Fix some kernel-doc warningsBo Liu2022-10-251-1/+1
* ipmi: ssif_bmc: Use EPOLLIN instead of POLLINQuan Nguyen2022-10-241-1/+1
* ipmi: fix msg stack when IPMI is disconnectedZhang Yuchen2022-10-171-5/+11
* ipmi: fix memleak when unload ipmi driverZhang Yuchen2022-10-171-2/+6
* ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen2022-10-171-8/+19
* ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery2022-10-171-3/+21
* ipmi: ssif_bmc: Add SSIF BMC driverQuan Nguyen2022-10-173-0/+884
* Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2022-10-117-33/+38
|\
| * ipmi: Remove unused struct watcher_entryYuan Can2022-09-281-6/+0
| * ipmi: kcs: aspeed: Update port address commentsChia-Wei Wang2022-09-221-11/+18
| * ipmi: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-223-6/+6
| * ipmi:ipmb: Don't call ipmi_unregister_smi() on a register failureCorey Minyard2022-09-091-4/+8
| * ipmi:ipmb: Fix a vague comment and a typoCorey Minyard2022-09-041-2/+2
| * ipmi: Fix comment typoJason Wang2022-07-181-1/+1
| * char: ipmi: modify NPCM KCS configurationTomer Maimon2022-07-181-3/+3
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-163-10/+4
|/
* ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probeMiaoqian Lin2022-05-121-0/+1
* ipmi: remove unnecessary type castingsYu Zhe2022-05-122-6/+6
* ipmi: Make two logs uniqueCorey Minyard2022-05-121-2/+2
* ipmi:si: Convert pr_debug() to dev_dbg()Corey Minyard2022-05-121-8/+9
* ipmi: Convert pr_debug() to dev_dbg()Corey Minyard2022-05-121-4/+7
* ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard2022-05-121-2/+2
* ipmi: Add an intializer for ipmi_recv_msg structCorey Minyard2022-05-122-12/+6
* ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard2022-05-122-12/+6
* ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard2022-05-121-0/+23
* ipmi: use simple i2c probe functionStephen Kitt2022-05-123-8/+6
* ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard2022-05-121-0/+29
* ipmi: Add a sysfs interface to view the number of usersCorey Minyard2022-05-121-0/+21
* ipmi: Limit the number of message a user may have outstandingCorey Minyard2022-05-121-0/+21
* ipmi: Add a limit on the number of users that may use IPMICorey Minyard2022-05-121-0/+15
* ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard2022-04-292-5/+5
* ipmi: When handling send message responses, don't process the messageCorey Minyard2022-04-291-0/+2
* ipmi: initialize len variableTom Rix2022-03-201-1/+1
* ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley2022-02-281-61/+7
* ipmi:ipmb: Add the ability to have a separate slave and master deviceCorey Minyard2022-02-231-9/+49
* ipmi:ipmi_ipmb: Unregister the SMI on removeCorey Minyard2022-02-231-0/+2
* ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley2022-02-221-0/+1
* ipmi: ssif: replace strlcpy with strscpyJason Wang2022-01-171-1/+1
* ipmi/watchdog: Constify identRikard Falkeborn2022-01-171-1/+1
* ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo2021-12-211-1/+1