summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-19ipmi: Use regspacings passed as a module parameterEmilio Perez
2023-12-19ipmi: si: Use device_get_match_data()Rob Herring
2023-11-02Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2023-10-11char-misc: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt
2023-08-30Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2023-08-28ipmi: Explicitly include correct DT includesRob Herring
2023-08-15ipmi_si: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-07-04ipmi: fix potential deadlock on &kcs_bmc->lockChengfeng Ye
2023-06-29ipmi_si: fix a memleak in try_smi_init()Yi Yang
2023-06-20ipmi: Change request_module to request_module_nowaitCorey Minyard
2023-06-20ipmi: make ipmi_class a static const structureIvan Orlov
2023-06-20ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard
2023-06-19ipmi:ssif: Add check for kstrdupJiasheng Jiang
2023-05-25ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-18ipmi_watchdog: Fix read syscall not responding to signals during sleepCorey Minyard
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-12ipmi:ssif: Drop if blocks with always false conditionUwe Kleine-König
2023-04-12ipmi: fix SSIF not responding under certain cond.Zhang Yuchen
2023-04-04ipmi:ssif: Add send_retries incrementCorey Minyard
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-16char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"zipeng zhang
2023-03-02ipmi: simplify sysctl registrationLuis Chamberlain
2023-03-02ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap
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