summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2023-02-10ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET1-1/+1
2023-02-10ipmi:ssif: Add a timer between request retriesCorey Minyard1-7/+27
2023-02-10ipmi:ssif: Remove rtc_us_timerCorey Minyard1-9/+0
2023-02-10ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-02-10ipmi:ssif: resend_msg() cannot failCorey Minyard1-21/+7
2022-12-05ipmi/watchdog: use strscpy() to instead of strncpy()yang.yang29@zte.com.cn1-2/+1
2022-11-21ipmi: ssif_bmc: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-11-15ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2022-11-05ipmi/watchdog: Include <linux/kstrtox.h> when appropriateChristophe JAILLET1-0/+1
2022-11-04ipmi:ssif: Increase the message retry timeCorey Minyard1-1/+1
2022-10-25ipmi: Fix some kernel-doc warningsBo Liu1-1/+1
2022-10-24ipmi: ssif_bmc: Use EPOLLIN instead of POLLINQuan Nguyen1-1/+1
2022-10-17ipmi: fix msg stack when IPMI is disconnectedZhang Yuchen1-5/+11
2022-10-17ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2022-10-17ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2022-10-17ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery1-3/+21
2022-10-17ipmi: ssif_bmc: Add SSIF BMC driverQuan Nguyen3-0/+884
2022-10-11Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-33/+38
2022-09-28ipmi: Remove unused struct watcher_entryYuan Can1-6/+0
2022-09-23ipmi: kcs: aspeed: Update port address commentsChia-Wei Wang1-11/+18
2022-09-22ipmi: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng3-6/+6
2022-09-10ipmi:ipmb: Don't call ipmi_unregister_smi() on a register failureCorey Minyard1-4/+8
2022-09-04ipmi:ipmb: Fix a vague comment and a typoCorey Minyard1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König3-10/+4
2022-07-19ipmi: Fix comment typoJason Wang1-1/+1
2022-07-19char: ipmi: modify NPCM KCS configurationTomer Maimon1-3/+3
2022-05-12ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probeMiaoqian Lin1-0/+1
2022-05-12ipmi: remove unnecessary type castingsYu Zhe2-6/+6
2022-05-12ipmi: Make two logs uniqueCorey Minyard1-2/+2
2022-05-12ipmi:si: Convert pr_debug() to dev_dbg()Corey Minyard1-8/+9
2022-05-12ipmi: Convert pr_debug() to dev_dbg()Corey Minyard1-4/+7
2022-05-12ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard1-2/+2
2022-05-12ipmi: Add an intializer for ipmi_recv_msg structCorey Minyard2-12/+6
2022-05-12ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard2-12/+6
2022-05-12ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard1-0/+23
2022-05-12ipmi: use simple i2c probe functionStephen Kitt3-8/+6
2022-05-12ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard1-0/+29
2022-05-12ipmi: Add a sysfs interface to view the number of usersCorey Minyard1-0/+21
2022-05-12ipmi: Limit the number of message a user may have outstandingCorey Minyard1-0/+21
2022-05-12ipmi: Add a limit on the number of users that may use IPMICorey Minyard1-0/+15
2022-04-29ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard2-5/+5
2022-04-29ipmi: When handling send message responses, don't process the messageCorey Minyard1-0/+2
2022-03-20ipmi: initialize len variableTom Rix1-1/+1
2022-02-28ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley1-61/+7
2022-02-23ipmi:ipmb: Add the ability to have a separate slave and master deviceCorey Minyard1-9/+49
2022-02-23ipmi:ipmi_ipmb: Unregister the SMI on removeCorey Minyard1-0/+2
2022-02-22ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley1-0/+1
2022-01-17ipmi: ssif: replace strlcpy with strscpyJason Wang1-1/+1
2022-01-17ipmi/watchdog: Constify identRikard Falkeborn1-1/+1
2021-12-21ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo1-1/+1