summary refs log tree commit diff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2023-03-10ipmi:ssif: resend_msg() cannot failCorey Minyard
2023-03-10ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET
2023-01-07ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2023-01-07ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen
2022-12-31ipmi: fix memleak when unload ipmi driverZhang Yuchen
2022-12-31ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery
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
2021-12-17ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo
2021-12-17ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo
2021-12-08ipmi: ssif: initialize ssif_info->client earlyMian Yousaf Kaukab
2021-11-25ipmi:ipmb: Fix unknown command responseCorey Minyard
2021-11-25ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard
2021-11-25ipmi: fix oob access due to uninit smi_msg typeJakub Kicinski
2021-11-23ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun
2021-11-15ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki
2021-10-29ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...Christophe JAILLET
2021-10-21char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin
2021-10-14ipmi: ipmb: fix dependencies to eliminate build errorRandy Dunlap