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